tfs-sdk
With the TFS SDK, can I register custom metadata in the server?
I have a custom, windows service that a visual studio plugin connects to and Visual studio connects to a Team System server.开发者_如何学JAVA[详细]
2023-02-16 11:00 分类:问答Using the TFS 2010 API to subscribe to Workspace Events
I\'m trying to write some code that monitors the TFS workspace(s) on my local workstation but at the moment I\'m having problems getting the events to fire.[详细]
2023-02-14 11:23 分类:问答TFS 2010 API - Iterating through list of changesets returned in QueryHistory is way too slow
Long story short. After profiling, this command takes 0,1% of the processing var ChangesetList = TFSConnection.GetInstance().GetVersionControl().QueryHistory[详细]
2023-02-13 22:39 分类:问答TfsConfigurationServer.GetService<VersionControlServer>() always returns null
I\'m trying to connect to TFS 2010 using TFS SDK, but can\'t get VersionControlServer service. var servers = RegisteredTfsConnections.GetConfigurationServers(); // ok[详细]
2023-02-13 05:58 分类:问答Attempting to retrieve files from TFS workspace stalls application
So I am attempting to retrieve the files from a workspace in TFS.Unfortunately, every attempt that I have 开发者_JAVA技巧made to do this results in a stalled application.As of right now, this is the c[详细]
2023-02-09 23:06 分类:问答How to update a custom TFS field programmatically
We have a custom build process (not using MS Build) and during that process I am adding a \"fake\" build to the globa开发者_高级运维l builds list. The reason I am doing that is so that you can select[详细]
2023-02-08 20:19 分类:问答Updating a TFS Work Item using server side methods
I am trying use the new se开发者_Go百科rver side plug-in feature for TFS 2010.(I got the basics of how to get started doing this from here and here)[详细]
2023-02-05 20:15 分类:问答Loading symbols for remote debugging
I am trying to debug a plug-in for TFS 2010 using the code found here.That example recommends using TFS installed locally to debug.I wanted to try it with a dev TFS 2010 Server I have setup.So I insta[详细]
2023-02-05 14:49 分类:问答Error executing TFS command
I have an exception when calling Workspace.Merge. I am getting access to VersionControlExt from VisualStudio. The code below gets access to Visual Studio TFS explorer window object (that is active in[详细]
2023-02-04 23:57 分类:问答How to programmatically get information about branches in TFS?
I need to programmatically find ou开发者_C百科t information about branches in TFS. For instance the main thing i am interested is given root folder $/MyProject/Project1 I neeed to find out what other[详细]
2023-02-04 09:07 分类:问答