Browsing source generator generated files in MSVS 2019 16.9 (or 16.10) #51635
-
Hi guys, I have cloned https://github.com/pakrym/jab/ repo and opened There is <EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<CompilerGeneratedFilesOutputPath>$(BaseIntermediateOutputPath)\GeneratedFiles</CompilerGeneratedFilesOutputPath> in https://github.com/pakrym/jab/blob/main/src/samples/ConsoleSample/ConsoleSample.csproj And now I would love to see those generated files in my Visual Studio. Can I do that somehow? Basically, I build Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
We shipped Visual Studio 16.9 yesterday which should show the generated files under the Analyzer node in Visual Studio: Those will appear whether you have EmitCompilerGeneratedFiles set or not. |
Beta Was this translation helpful? Give feedback.
We shipped Visual Studio 16.9 yesterday which should show the generated files under the Analyzer node in Visual Studio:
Those will appear whether you have EmitCompilerGeneratedFiles set or not.