Uh oh!
There was an error while loading. Please reload this page.
Implement JsonSerializerOptions.RespectRequiredConstructorParameters - #103096
Conversation
ghost
commented
Jun 5, 2024
Note regarding the |
1 similar comment
ghost
commented
Jun 5, 2024
Note regarding the |
Tagging subscribers to this area: @dotnet/area-system-text-json, @gregsdennis |
| Debug.Assert(parent.PropertyCache != null); | ||
| // Soft cut-off length - once message becomes longer than that we won't be adding more elements | ||
| const int CutOffLength = 50; |
There was a problem hiding this comment.
Because I've updated the error message so that property names are wrapped with single quotes, I'm also increasing the cutoff so that roughly speaking the same number of properties are being displayed.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…onstructorTests.ParameterMatching.cs
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…onstructorTests.ParameterMatching.cs
Uh oh!
There was an error while loading. Please reload this page.
…rialization/OptionsTests.cs
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
krwq
left a comment
There was a problem hiding this comment.
LGTM assuming comments are addressed
Fix#100075