[Enter feedback here]
I Use DotNet SDK for AzureDevops, and I want to use the sdk to get TestPlans under my AzureDevops project,i saw it from REST API document,
and i cant find the TestPlan class definition in SDK,
but i can not find the API method under SDK's TestManagementHttpClient,
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@dengyakui -- thank you for your feedback. You may find answers here:
@chcomley -- please look into this issue.
Hi @dengyakui, I'm looking into this and will be in touch. Thank you.
You need to use Microsoft.TeamFoundation.Server.Client nuget package and Test plans APIs are under Microsoft.VisualStudio.Services.TestManagement.TestPlanning.WebApi.dll. Could you please try after installing latest nuget package?
You can find the API details here https://docs.microsoft.com/en-us/dotnet/api/microsoft.visualstudio.services.testmanagement.testplanning.webapi.testplanhttpclientbase?view=azure-devops-dotnet-preview
After installed the preview SDK, found these APIs I was looking for.Thanks~~