✅ Work Items List deserialization returns null in Title and Description
Class:
Deserialization:
5 Replies
show the response body you get
https://learn.microsoft.com/en-us/rest/api/azure/devops/wit/work-items/list?view=azure-devops-server-rest-6.0&tabs=HTTP
The same one that is in the first sample response just with different values.
Work Items - List - REST API (Azure DevOps Work Item Tracking)
Learn more about Work Item Tracking service - Returns a list of work items (Maximum 200)
Stack Overflow
Deserialize JSON with dot in property name
I am trying to deserialize JSON with dots in the property names into a key-value format. I am using the inbuilt ASP.NET MVC model binding. It seems to be interpreting the dots as a object notation
ah yikes that's exactly what you're doing and apparently that's a regression in the new version
your code looks right tho
the problem most likely has to do with the dots in the property names
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.
Closed!