We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Sample implementations for analyzer and code fix in Refactoring Essentials context:
[SampleAnalyzer.cs] (https://github.com/icsharpcode/RefactoringEssentials/blob/master/RefactoringEssentials/Samples/CSharp/SampleAnalyzer.cs)
[SampleCodeFixProvider.cs] (https://github.com/icsharpcode/RefactoringEssentials/blob/master/RefactoringEssentials/Samples/CSharp/SampleCodeFixProvider.cs)
General resources on building analyzers and code fixes with Roslyn:
[Roslyn Diagnostic Analyzer Tutorial] (http://blogs.msdn.com/b/dotnet/archive/2015/09/15/our-summer-internship-on-the-net-team.aspx)
[C# and Visual Basic - Use Roslyn to Write a Live Code Analyzer for Your API] (https://msdn.microsoft.com/en-us/magazine/Dn879356.aspx)
[Microsoft Virtual Academy: Building Roslyn-Based Analyzers and Diagnostics] (https://channel9.msdn.com/coding4fun/blog/Building-Roslyn-Based-Analyzers-and-Diagnostics)