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
FWI this applies to all usages of JsonSerializerOptions (including at the root calls to the serializer), not just in custom converters.
Another thing to avoid is passing numerous dynamically generated types to the serializer as this can lead to an OutOfMemoryException. An example of this can be found here - dotnet/aspnetcore#24230.
See dotnet/runtime#40072 and dotnet/runtime#42167 (comment)
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: