PreviousNext

Diagnostic Analyzers in Visual Studio 2015

by bill-s, 2015-10-17T08:10:36.000Z

Visual Studio 2015 is finally delivering the results of project Roslyn – an ambitious attempt at rewriting the C# and Visual Basic compilers as a service. One of the benefits is the support for diagnostic analyzers in the code editor. They are small pieces of code for validating and refactoring different aspects of source code, which can easily be written by any developer wanting to improve his development experience in Visual Studio.

Read More