You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
… InvalidOperationException: "Cannot skip tokens on partial JSON" exception when trying to use JsonSerializer.DeserializeAsync(stream).
Links: dahomey-technologies/Dahomey.Json#110
We've just bumped into this problem with deserializing JSON into an object, looks like it's similar to this Stackoverflow post (https://stackoverflow.com/questions/63038334/how-do-i-handle-partial-json-in-a-jsonconverter-while-using-deserializeasync-on)
I'm not sure how to fix it but seems to be coming from the custom convertor.
The text was updated successfully, but these errors were encountered: