You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JSON source generator currently supports only T[], List<T> (and derived types), and Dictionary<TKey, TValue> (and derived types) collections. It should support all collections supported by existing JsonSerializer functionality.
This is more relevant now since we do not have a trim-safe way to support most collections (#53205, #52268, #53256).
The JSON source generator currently supports only T[], List<T> (and derived types), and Dictionary<TKey, TValue> (and derived types) collections. It should support all collections supported by existing JsonSerializer functionality.
This is more relevant now since we do not have a trim-safe way to support most collections (#53205, #52268, #53256)
ghost
added
in-pr
There is an active PR which will close this issue when it is merged
and removed
in-pr
There is an active PR which will close this issue when it is merged
labels
Jul 13, 2021
The JSON source generator currently supports only
T[]
,List<T>
(and derived types), andDictionary<TKey, TValue>
(and derived types) collections. It should support all collections supported by existingJsonSerializer
functionality.This is more relevant now since we do not have a trim-safe way to support most collections (#53205, #52268, #53256).
cc @eerhardt, @steveharter, @marek-safar, @jkotas
The text was updated successfully, but these errors were encountered: