Uh oh!
There was an error while loading. Please reload this page.
Add a JsonWriterOptions.MaxDepth property - #61608
Conversation
ghost
commented
Nov 15, 2021
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
ghost
commented
Nov 15, 2021
Tagging subscribers to this area: @dotnet/area-system-text-json Issue DetailsAdd a Fix #44947.
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
) * Replace occurrences of inlined throws with ThrowHelper calls * remove NoInlining from ThrowHelpers.Throw* methods * address feedback * remove NoInlining attribute from local throw method * Incorporate changes from #61608
Add a
MaxDepthproperty toJsonWriterOptionsand ensures thatJsonSerializerOptions.MaxDepthflows toUtf8JsonWriterin serialization.Fix#44947.