-
-
Notifications
You must be signed in to change notification settings - Fork 505
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
i cant use this library with native aot on net 7 because this uses system.reflection.
Describe the solution you'd like
a solution similar to system.text.json is to use source generator.
Describe alternatives you've considered
excluding the types that i want to deserialize in rd.xml works.
Additional context
https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/
darkguy2008