Generated files are not being emitted
I have a source generator which I know is functioning. Viewing the assembly in JetBrains Rider, I can see that all the generated files are present within the assembly and are still there beyond cache resets and rebuilds.
I'm trying to view the generated files within VSCode, which to my understanding currently isn't possible to view the direct assembly as in Rider. As an alternative, I want them to emit to a certain directory and have my compiler just ignore them for builds.
As of now, I see the "Generated" directory appear on builds. However, it is completely empty. These are the settings I have present on my consumer project (as in, the one referencing the source generator).
What am I missing here?
2 Replies