Top "Tfs-sdk" questions

This tag is used to identify questions about the use of the Azure DevOps / TFS API, in any supported language, and any tools that support or build upon it.

TFS API - How to fetch work item(s) from specific Team Project

I am trying to query a single team project in the main TfsTeamProjectCollection which contains 194 Team Projects in total. I …

c# tfs tfs-sdk
How do you get the latest version of source code using the Team Foundation Server SDK?

I'm attempting to pull the latest version of source code out of TFS programmatically using the SDK, and what I've …

c# tfs tfs-sdk
Retrieving work items and their linked work items in a single query using the TFS APIs

Does anyone know if it is possible to retrieve a list of work items and their linked work items in …

.net c#-4.0 tfs-sdk
How to create a test run and result using the Team Foundation Server API?

I have found several samples about retrieving test results using the TFS API, but no documentation on creating results programmatically. …

c# visual-studio-2010 tfs-sdk microsoft-test-manager
How do you connect to a TFS server in C# using specific credentials?

I am attempting to write a c# application that connects to TFS and retrieves work item information. Unfortunately, it seems …

c# authentication tfs tfs-sdk
TFS API - How to obtain the parent of a work item

My ultimate goal is to get the parent of one work item at a time recursively, until there are no …

c# tfs tfs-sdk
Connect to Visual Studio Team Services from WebService

How can i provide credentials to TfsTeamProjectCollectionFactory.GetTeamProjectCollection? I am trying to develop my own WCF Service from witch I …

c# web-services azure-devops tfs-sdk
Where can I find Microsoft.TeamFoundation.VersionControl.Client.dll in Visual Studio 2015 installation?

I followed instructions in article about supporting multiple versions of Visual Studio in developing checkin policies. Now, where can I …

tfs visual-studio-2015 tfs-sdk
How to get specific version of folder from tfs without creating a workspace?

I would like to get the source code of a project at specific time (changeset). So I need do download …

command-line tfs tfs-sdk visual-studio-macros
TFS API get work item data

i m stuck on simple problem with TFS API, when im getting work item, i cant get workitem Effort data, …

c# tfs tfs-sdk