C#C
C#16mo ago
naka

Incremental generator not outputting generated members

I have an incremental generator that theoretically generates all members properly, given they are shown inside of the IDE, but they're not actually being outputted to my project's .dll or obj/.

On the generator's project it does generate an obj/generated/ directory, but it's empty nonetheless.
image.png
Was this page helpful?