Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f2calv/azdo-api-net-client-issue
example of error in Azure DevOps .NET Client libraries
https://github.com/f2calv/azdo-api-net-client-issue
azure-devops azure-devops-api dotnet-standard
Last synced: 9 days ago
JSON representation
example of error in Azure DevOps .NET Client libraries
- Host: GitHub
- URL: https://github.com/f2calv/azdo-api-net-client-issue
- Owner: f2calv
- Created: 2020-03-11T11:08:14.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T05:12:00.000Z (over 2 years ago)
- Last Synced: 2024-11-27T17:38:01.950Z (2 months ago)
- Topics: azure-devops, azure-devops-api, dotnet-standard
- Language: C#
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
*SOLVED
You must to cast Process to either a DesignerProcess, DockerProcess or YamlProcess.
Repo updated.-----------------------------------------
There is an issue in the .NET Client libraries for the Azure DevOps REST API.
When attempting to iterate over the Build tasks within a build definition there are no accessible properties beneath Process.
For similar past bug reports see;
- https://developercommunity.visualstudio.com/content/problem/195362/getfulldefinitionsasync0-does-not-populate-the-bui.html
- https://dev.azure.com/mseng/AzureDevOps/_workitems/edit/1180374/
- https://stackoverflow.com/questions/52205058/retrieve-the-list-of-tasks-for-build-definition-using-net-client-libraries-forCurrently the only way to get this to work in .NET is to use dynamic, however this isn't desireable as we lose strong typing!