We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to tell the workspace to write generated source to disk and index that source?
The text was updated successfully, but these errors were encountered:
This is where the Roslyn workspace is created:
SourceBrowser/src/HtmlGenerator/Pass1-Generation/SolutionGenerator.cs
Line 132 in e517b80
Sorry, something went wrong.
prob just needs to set the property EmitCompilerGeneratedFiles to true.
EmitCompilerGeneratedFiles
This is how you control emit location: https://github.com/dotnet/roslyn/blob/86ff365d5d28fddd4a4738cf1d9d101522dffd50/src/Compilers/Core/MSBuildTask/Microsoft.Managed.Core.targets#L312
No branches or pull requests
Need to tell the workspace to write generated source to disk and index that source?
The text was updated successfully, but these errors were encountered: