This forum is closed. Thank you for your contributions.
Hi
We are working on consuming Azure DevOps REST API in our project and can get the sample project from https://github.com/Microsoft/azure-devops-dotnet-samples/blob/master/ClientLibrary/Snippets/Microsoft.TeamServices.Samples.Client/WorkItemTrackingProcess/ProcessHelper.cs
We are using VS2017 and while build the application, it throws error on following namespaces.
using Microsoft.TeamFoundation.WorkItemTracking.Process.WebApi; using Microsoft.TeamFoundation.WorkItemTracking.Process.WebApi.Models;
could you please let me know where we can get respective DLL?
thanks
vg