Enable EmbedUntrackedSources throughout Roslyn #51099
Labels
Area-Infrastructure
New Language Feature - Rebuild
Compiler ability to verify provenance of code via rebuild operations
In order to rebuild Roslyn, we need to be able to access sources generated at build time, such as AssemblyInfo.cs, as well as sources produced by source generators like CSharpSyntaxGenerator.
This is a temporary change correct? The idea being that when we are done with this effort that we will be adding this to
Directory.Build.props
? If so are we tracking that in an issue, comment, etc ...?Originally posted by @jaredpar in #50968 (comment)
The text was updated successfully, but these errors were encountered: