Nick Lund Stenroos-Dam
Nick Lund Stenroos-Dam
@StefH Please ignore my first "solution" the actual solution is to deserialize into an ExpandObject, that still allows you to support dynamic values. So your code should look like the...
If you look at the documentation for .NET, the string value of a boolean is actually "True" See https://learn.microsoft.com/en-us/dotnet/api/system.boolean.truestring?view=net-7.0 So the current behavior is correct
Just injecting another idea here, would it be possible to use a "dummy" pull request instead of work items? I just noticed that pull requests in Azure DevOps actually supports...