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
The generator fails to handle types such as the following. Failure mode is a runtime stack overflow. New API is likely needed to correctly handle this (hopefully rare) scenario, given that lazy initialization of element type metadata is required:
publicclassMyClass:List<MyClass>{}
See [ActiveIssue] additions in #66422 for more (complicated) examples.
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @dotnet/area-system-text-json
See info in area-owners.md if you want to be subscribed.
Issue Details
The generator fails to handle types such as the following. Failure mode is a runtime stack overflow. New API is likely needed to correctly handle this (hopefully rare) scenario, given that lazy initialization of element type metadata is required:
The generator fails to handle types such as the following. Failure mode is a runtime stack overflow. New API is likely needed to correctly handle this (hopefully rare) scenario, given that lazy initialization of element type metadata is required:
See
[ActiveIssue]
additions in #66422 for more (complicated) examples.The text was updated successfully, but these errors were encountered: