C#C
C#3y ago
Bill

❔ Analyzers Project

Hello,

I've added an Analyzers project with the following NuGet packages (in the file) that I found from https://github.com/cybermaxs/awesome-analyzers?tab=readme-ov-file and then referenced this project on all of my others.

My question is, is this overkill are you just okay with the following:

    <EnableNETAnalyzers>true</EnableNETAnalyzers>
    <AnalysisLevel>latest</AnalysisLevel>
    <EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
    <AnalysisMode>Recommended</AnalysisMode>


I'm trying to help my team build the highest quality code possible
GitHub
A curated list of .NET Compiler Platform (&quot;Roslyn&quot;) diagnostic analyzers and code fixes. Everyone can contribute here! - GitHub - cybermaxs/awesome-analyzers: A curated list of .N...
Was this page helpful?