Location of generated source files with MVVM toolkit #638
-
Our build pipeline has a Guardian Dotnet Analyzer tool that appears to have problems locating where MVVM tookit source generator is putting the generated source code files. |
Beta Was this translation helpful? Give feedback.
Answered by
Sergio0694
Mar 10, 2023
Replies: 1 comment 1 reply
-
See these docs. You'll want to use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Sergio0694
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See these docs. You'll want to use
<EmitCompilerGeneratedFiles>
and<CompilerGeneratedFilesOutputPath>
🙂