jooty
jooty
CC#
Created by naka on 9/9/2024 in #help
Incremental generator not outputting generated members
hmm. im not sure then. but definitely a step in the right direction. before I wasnt getting any sort of errors. now I have 2258. guess that's a good thing right now
14 replies
CC#
Created by naka on 9/9/2024 in #help
Incremental generator not outputting generated members
but I am still currently investigating
14 replies
CC#
Created by naka on 9/9/2024 in #help
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
CC#
Created by naka on 9/9/2024 in #help
Incremental generator not outputting generated members
No description
14 replies
CC#
Created by naka on 9/9/2024 in #help
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
CC#
Created by naka on 9/9/2024 in #help
Incremental generator not outputting generated members
On the generator's project it does generate an obj/generated/ directory
it 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 problem
14 replies
CC#
Created by jooty on 9/8/2024 in #help
Generated files are not being emitted
they're not. in fact, no matter what I set the path to, i see a Generated directory being created but it is never populated
3 replies