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 2015 SDK Missing Microsoft.WITDataStore64.dll

I am attempting to switch to the TFS 2015 SDK dlls (Version 14) for a few reasons. First, they are in nuget …

c# tfs nuget tfs-sdk tfs-2015
Get members of TFS group

I created a TFS group for our company programmers and I am trying to get list of programmers on that …

c# tfs tfs-sdk
listing all contents of a folder in tfs

Given a particular path of folder in tfs, I need to recursively find all files and folders within the folder …

c# tfs tfs-sdk
TFS 2010 API Resources

Does anyone have any good resources for working with the TFS 2010 API? I specifically looking at how to create, read, …

tfs-sdk
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 …

tfs tfs-sdk
Get TFS work item and its links using REST API

I'm using TFS REST API and am trying to retrieve work items & their child items by title (parent's title …

rest tfs azure-devops tfs-sdk azure-devops-rest-api
Show Test result Form test suites using TFS api

I am working with a school project where I am going to analyse a companies defect database. They are using …

tfs-sdk microsoft-test-manager test-suite