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
@darrelmiller I believe the reason is that the jsonDocument instance is disposable. Failing to clone will result in failed deserialization as the parseNode will hold a disposed object later in execution.
https://github.com/microsoft/kiota-serialization-json-dotnet/blob/0b4c30ec7bede50cd1dbbc6ed2120f115da55854/src/JsonParseNodeFactory.cs#L38
The text was updated successfully, but these errors were encountered: