jooty
Incremental generator not outputting generated members
no idea. I typically use vscode and the dotnet cli and I'm still struggling with the issue. right now my current hypothesis is that the consumer project (the project referencing the source generator) must be a console application or something that can actually execute
14 replies
Incremental generator not outputting generated members
well, we're a little late on this but I was finally able to get generation to occur. it seems like visual studio community's debugger has proceeded with generation into both my output directory and the assembly itself. no matter how much I finagle vscode or Rider, it seems only VS community will get it to generate
14 replies
Incremental generator not outputting generated members
On the generator's project it does generate an obj/generated/ directoryit sounds like you have the
EmitCompilerGeneratedFiles
property set to true
. though, the property should be enabled on your "consumer" project, i.e Aurora
. granted, I have no further insight into solving this. I just happen to be suffering from the same problem14 replies