Uh oh!
There was an error while loading. Please reload this page.
Prevent runtime prop metadata retrieval when [JsonIgnore] is used - #60024
Conversation
ghost
commented
Oct 5, 2021
Tagging subscribers to this area: @dotnet/area-system-text-json |
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.
Uh oh!
There was an error while loading. Please reload this page.
c43b151 to
ffb733fCompareUh 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.
Uh oh!
There was an error while loading. Please reload this page.
d901f29 to
6112780CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
08945c3 to
ae2f69cCompare
steveharter
left a comment
There was a problem hiding this comment.
LGTM assuming green CI
| JsonSerializerOptions options) | ||
| { | ||
| JsonPropertyInfo jsonPropertyInfo = converter.CreateJsonPropertyInfo(); | ||
| JsonPropertyInfo jsonPropertyInfo = new JsonPropertyInfo<sbyte>(); |
There was a problem hiding this comment.
Could you also add a comment here explaining why sbyte is being used?
There was a problem hiding this comment.
Will be sure to do so in a follow up to avoid CI reset. It will be the same as the comment on CreateIgnoredParameterPlaceholder below.
layomia
commented
Oct 12, 2021
Test failures unrelated. |
layomia
commented
Oct 12, 2021
/backport to release/6.0 |
Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/1333901172 |
Fixes#59936, a 6.0 regression. Contributes to #59364.