Allow EmitCompilerGeneratedFiles
to specify specific generators
#56113
Labels
Milestone
EmitCompilerGeneratedFiles
to specify specific generators
#56113
In a case where a project has couple of generators, I'm only interested in persisting a specific generator to disk. The current design doesn't seem to allow that?
Proposal
Add a new MSBuild property, for example
GeneratorFullyQualifiedNamesToPersist
.If the property value isn't set, keep the current behavior. Otherwise, treat the property value as a list of generators fully qualified names separated by a semicolon, e.g:
The text was updated successfully, but these errors were encountered: