-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Labels
area-Extensions-Configurationsource-generatorIndicates an issue with a source generator featureIndicates an issue with a source generator feature
Milestone
Description
Presently, the configuration source generator generates binding code for properties employing delegate
, Func
, or Action
types. However, there is no means to bind configuration to such types. Consequently, the generator generates an abundance of code for all types associated with these delegates, many of which will not be utilized and may lead to code that does not compile. Here's an example:
This issue is tracking to fix the source generator to skip generating any code for such properties or types.
eerhardt and ericstj
Metadata
Metadata
Assignees
Labels
area-Extensions-Configurationsource-generatorIndicates an issue with a source generator featureIndicates an issue with a source generator feature