© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
8 replies
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>
    <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
message.txt5.48KB
GitHub
GitHub - cybermaxs/awesome-analyzers: A curated list of .NET Compil...
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...
GitHub - cybermaxs/awesome-analyzers: A curated list of .NET Compil...
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Getting started with source analyzers
C#CC# / help
3y ago
❔ Need help with code analyzers
C#CC# / help
3y ago
State of Analyzers? StyleCop and/or ...?
C#CC# / help
15mo ago
Project can't find referenced projects
C#CC# / help
2w ago