C#C
C#3y ago
TheSnowOwl

❔ Need help with code analyzers

i have just written a little code analyzer using chatGPT, and eventually got no write-time errors and wanted to test, and found that i should add "<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRuless>" to my project's property group. however this does not exist when i try to, and when i manually type it out the project becomes invalid and unable to load until i remove that line again using something like notepad.

what should i do to enable my analyzer to be used?
Was this page helpful?