DCSIMG
PowerTools,Visual Studio - Shai Raiten's Blog

Shai Raiten's Blog

It's all about code...

Browse by Tags

All Tags » PowerTools » Visual Studio (RSS)
Code Metrics From The Command Line - Power Tools
Code Metrics From The Command Line - Power Tools In my last post I’ve talked about What is Code Metrics in Visual Studio, and how Code Metrics will allow you to monitor you code to find those un-maintainable and complex hotspots “Microsoft just release a command line because many customers are looking for a way to generate code metrics information as part of their build process. In this way, the complexity associated with assemblies coming out of your nightly builds could potentially be tracked and...
Team System 2005 Service Pack 1 Forward Compatibility is now available!
Team System 2005 Service Pack 1 Forward Compatibility is now available! This is an update for the 2005 SP1 version of Visual Studio Team System Team Explorer and allows the 2005 SP1 version to work with the Team Foundation Server 2010. The update will allow teams to move forward and use the Team Foundation Server 2010 server even if part of the team continues to use the Team Explorer 2005 SP1 client. IMPORTANT The Visual Studio 2005 SP1 is a required prerequisite to install this update. If you plan...
TF51655 When Trying To Delete Global List
TF51655 When Trying To Delete Global List I create a Service that ones a day create a Global List of customers from CRM system and export to TFS. This Global List contains over 3000 items. When I tried to Delete this Global List using Process Editor I get this message: So I tried using Power Tools 2008 Command-Line - Using Tfpt Command Line Tool The Solution: Edit the Global List and remove all items (Leave one item.....) and make sure this Global List have the same name like the Global List You...