Skip to content
This repository has been archived by the owner. It is now read-only.

Contributing to Analyzers and Code Fixes

Andreas Weizel edited this page Oct 28, 2015 · 5 revisions

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: