egbakou / egbakou/RESTCountries.NET
No AOT support
Open
enhancement
good first issue
- Dominant language
- C#
- Stars
- 293
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
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.
```
Contributor guide
Assessment
This issue has not been assessed yet.