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
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.
The text was updated successfully, but these errors were encountered:
When including this package in a project marked for AOT there are issues with the JSON deserialiser, which currently uses (inefficient) reflection.
The text was updated successfully, but these errors were encountered: