In Visual Studio 2015 (after installing the preview SDK ), I created a "diagnostics with fix code" project. Skeletal code is filled with interesting types, such as DiagnosticAnalyzer (at Microsoft.CodeAnalysis.Diagnostics) and CodeFixProvider (at Microsoft.CodeAnalysis.CodeFixes).
Where can I read documents for these types? I could not find them in msdn. All I found was a different namespace with the similarity name System.Diagnostics.CodeAnalysis .
Ideally, msdn will have a complete guide for writing DiagnosticAnalyzer, as well as the usual reference documentation.
source share