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:
public class MyClass : List<MyClass> { }
See [ActiveIssue] additions in #66422 for more (complicated) examples.
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.