Uh oh!
There was an error while loading. Please reload this page.
Fix support for non-public default constructors using JsonIncludeAttribute - #90612
Conversation
eiriktsarpalis
commented
Aug 15, 2023
/backport to release/8.0-rc1 |
Started backporting to release/8.0-rc1: https://github.com/dotnet/runtime/actions/runs/5869872173 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ghost
commented
Aug 15, 2023
Tagging subscribers to this area: @dotnet/area-system-text-json, @gregsdennis Issue DetailsPR #88452 added support for non-public constructors using Fix #90577 Should be backported to release/8.0-rc1
|
@eiriktsarpalis Title looks misleading. It should be "Fix support for non-public default constructors using |
Yes that's a typo, it is in fact addressing the issue with JsonConstructorAttribute. PR has been merged now, so not much can be done. 🤷 |
PR #88452 added support for non-public constructors using
JsonIncludeAttribute, however it didn't account for default constructors, which use a different path when being populated in the reflection serializer.Fix#90577
Should be backported to release/8.0-rc1