PreviousNext

Building a Code Analyzer for the Roslyn Analyzer Project

by bill-s, 2015-11-28T09:32:46.000Z

With the official release of Visual Studio 2015 this summer, code analyzers have started to get a lot of attention. Analyzers allow companies and individuals to enforce a given set of rules within a code base. Broadly speaking there are two kinds of analyzers: · Analyzers that enforce coding styles and best practices. · Analyzers that guide individuals using a third party library.

Read More