C# - Adding a Code Fix to Your Roslyn Analyzer

Mon, 02 Feb 2015 10:00:00 GMT

In the second part of Alex Turner's exploration of live code analyzers in the .NET Compiler Platform, he shows how to add a code fix provider to clean up errors found by the regex diagnostic analyzer presented in part 1.

Read article

C# and Visual Basic - Use Roslyn to Write a Live Code Analyzer for Your API

Fri, 02 Jan 2015 10:00:00 GMT

Can the .NET Compiler Platform change what it means to write a Microsoft .NET Framework API? Learn about diagnostic analyzers, a key new feature of Visual Studio 2015 that lets a NuGet package introduce custom warnings and errors to your build.

Read article