f2calv / azdo-api-net-client-issue

example of error in Azure DevOps .NET Client libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

*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;

Currently the only way to get this to work in .NET is to use dynamic, however this isn't desireable as we lose strong typing!

About

example of error in Azure DevOps .NET Client libraries


Languages

Language:C# 100.0%