where did Microsoft.Graph.Models.Json go to in V5.56? #2587
Replies: 2 comments
-
Thanks for raising this @tomvandyckVdP The type was removed as this was a bug in the SDK generator that was blocking the representation of properties that were not typed. As the These instances were replaced with instances of UntypedNode which are documented at https://learn.microsoft.com/en-us/openapi/kiota/serialization?tabs=csharp#untyped-node |
Beta Was this translation helpful? Give feedback.
-
Hi,
The actual questions are:
Replies are appreciated, |
Beta Was this translation helpful? Give feedback.
-
hi,
since I upgraded to V5.56 the type Json in namspace Microsoft.Graph.Models no longer exists.
Where did this go to? Has it been replaced?
I was using this type in combination with a custom Newtonsoft.Json.JsonConverter: in the (overridden) ReadJson method I did a reader.Skip in order to skip Json objects, since JsonSoft does not seem to be serializing Json typed objects ...
Beta Was this translation helpful? Give feedback.
All reactions