Uh oh!
There was an error while loading. Please reload this page.
Remove types deriving from JsonTypeInfo<T> and mark as sealed. - #81306
Conversation
ghost
commented
Jan 28, 2023
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
Jan 28, 2023
Tagging subscribers to this area: @dotnet/area-system-text-json, @gregsdennis Issue DetailsRemoves a number of generic types deriving from Contributes to #80917. cc @eerhardt
|
Uh oh!
There was an error while loading. Please reload this page.
ghost
commented
Jan 28, 2023
Tagging subscribers to 'size-reduction': @eerhardt, @SamMonoRT, @marek-safar Issue DetailsRemoves a number of generic types deriving from Contributes to #80917. cc @eerhardt
|
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.
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.
9d0ba36 to
df8b0b3Compare
Removes a number of generic types deriving from
JsonTypeInfo<T>and marks the type itself as sealed. It also removes a number of abstract and virtual methods that were being used to perform delayed metadata resolution. The type itself should now only contain data and caches, with any metadata resolution logic being moved out to static factory methods.Contributes to #80917.
cc @eerhardt