|
|
Browse by Tags
All Tags » Team System » Visual Studio » .NET 2.0
-
A colleague of mine this week showed me his code coverage as being over 94% for his production code, which impressed me so much, it spurred me on to ensure that all code paths in my code from now on go blue instead of red when testing with Team coverage, using the Test driven .NET addin for visual studio 2008. Not sure what I'm on about, then ...
-
The following code will get the correct database and server name for the Team Foundation Server Work Item Tracking database. Note in the call to GetRegistrationEntries you can use any one of the following ...
-
Looks like if you create area paths in code, then you can’t access them straight away from the item.Project.AreaRootNodes property, but have to go back up to the Store for the item, and look at its Projects collection…workItem.Project.AreaRootNodes.Count0workItem.Store.Projects[item.Project.Name].AreaRootNodes.Count2Even though these ...
-
EXPORT
From Visual studio command prompt, issue the following command to export your work item type.
C:\>witexport /f "c:\BugWIT.xml" /t myservername /p mytfsprojectname /n "Bug" /exportgloballists
Work item type export complete.
IMPORT - Validation
First validate the xml file, using the validate switch
C:\>witimport ...
-
http://www.woodwardweb.com/vsts/000286.html
Hack #1 - Stopping Team Explorer from connecting on Visual Studio 2005 Start-up
Add a DWORD value called "AutoLoadServer" under HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0\TeamFoundation. Zero means do not reconnect automatically.
I first read about this setting over at Tim ...
-
Change the old server name to the new one in the following places in order to rename a virtual PC that’s acting as a Team foundation server…Registry changes1. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\Secure\ConfigDb 2. ...
|
|
|