December 3, 2017
/
How to setup code analysis/linting for .NET (with Roslyn analysers)
.NET CoreCoding Standards
How to setup code analysis/linting for .NET (with Roslyn analysers)
I’m a huge fan of coding standards, but I’m not a big fan of having to enforce them myself. This article is here to show you how to setup automatic code analysis using the new Rosyln anaysers and the ports of the classic StyleCop rule sets. If you want to see a basic .NET application…