Closed brantburnett closed 6 months ago
For List types that appear in multiple schemas we're currently repeating the JsonSerializable attribute on ModelSerializerContext for each occurrence.
Rewrite to use a clearer approach to building the list of attributes which also uses a HashSet to prevent duplicates.
/merge
Motivation
For List types that appear in multiple schemas we're currently repeating the JsonSerializable attribute on ModelSerializerContext for each occurrence.
Modifications
Rewrite to use a clearer approach to building the list of attributes which also uses a HashSet to prevent duplicates.