-
Notifications
You must be signed in to change notification settings - Fork 607
Closed
Description
There are a few analyzers provided by Microsoft: https://github.com/dotnet/roslyn-analyzers
There's also one from Sonar (https://www.nuget.org/packages/SonarAnalyzer.CSharp/) and their platform (https://www.sonarqube.org/).
There's also .editorconfig (https://docs.microsoft.com/en-us/visualstudio/ide/create-portable-custom-editor-options). This would enforce style on the code base and would prevent contributors to inadvertently make useless changes to the code.