Handle recursive type graphs in config binding generator #83539
Labels
area-Extensions-Configuration
bug
source-generator
Indicates an issue with a source generator feature
Milestone
e.g. Handle recursive type graphs e.g.
MyClass { List<MyClass> }
.Generator was added in #82179. Relevant logic is in the parser. Fix is to cache a new type spec immediately after encountering the
ITypeSymbol
, then initializing the new spec in a late-bound manner (e.g. via a method on the spec type).The text was updated successfully, but these errors were encountered: