RESTCountries.NET icon indicating copy to clipboard operation
RESTCountries.NET copied to clipboard

No AOT support

Open archanox opened this issue 2 years ago • 0 comments

When including this package in a project marked for AOT there are issues with the JSON deserialiser, which currently uses (inefficient) reflection.

InvalidOperationException: Reflection-based serialization has been disabled for this application. Either use the source generator APIs or explicitly configure the 'JsonSerializerOptions.TypeInfoResolver' property.

archanox avatar Dec 27 '23 01:12 archanox