Config binder generator generates uncompilable code when a private nested type is used #90909
Labels
area-Extensions-Configuration
blocking-release
bug
source-generator
Indicates an issue with a source generator feature
Milestone
This compiles fine:
but changing:
to
produces an error about
C
being inaccessible, as the generator emits code into another class that tries to access that property.The text was updated successfully, but these errors were encountered: