Azure-devops-docs: AzureDevOps-DotNet Client SDK not found API for TestPlan,TestSuite

Created on 13 Mar 2020  Â·  4Comments  Â·  Source: MicrosoftDocs/azure-devops-docs

[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,

Hope to know how to do.

Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Pri1 devops-ecosystetech devopprod doc-bug

All 4 comments

@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~~

Was this page helpful?
0 / 5 - 0 ratings