issues with code generator
hi, im trying to make a basic codeanalysis project for a terraria mod im working on
id like to be able to ship the codeanalysis dll independently, rather than directly reference the codeanalysis project in each of my projects but whenever i reference the dll itself, the generators dont execute
i have made a minimum repro project below;
this is the basic generator i made:
and this is the csproj of the analyzer project:
id like to be able to ship the codeanalysis dll independently, rather than directly reference the codeanalysis project in each of my projects but whenever i reference the dll itself, the generators dont execute
i have made a minimum repro project below;
this is the basic generator i made:
and this is the csproj of the analyzer project: