Roslynator for Visual Studio CodeA collection of 500+ analyzers, refactorings and fixes for C#, powered by Roslyn. For further information please with Roslynator repo. Configuration of AnalyzersStandard rulesets are used to configure analyzers on a project-wide basis. If you want to configure analyzers on a user-wide basis you have to use Roslynator ruleset. How to open ruleset:
Ruleset can be used to:
Ruleset is applied once when the extension is loaded. Therefore, it may be neccessary to restart IDE for changes to take effect. Configuration of Refactorings and FixesHow to open config file:
Config file is applied once when the extension is loaded. Therefore, it may be neccessary to restart IDE for changes to take effect. Full list of refactorings identifiers can be found here. Full list of fixes identifiers can be found here. Location of Configuration FilesConfiguration files are located at
Ruleset file is located at %LOCALAPPDATA%\JosefPihrt\Roslynator\VisualStudioCode\roslynator.ruleset. Config file is located at %LOCALAPPDATA%\JosefPihrt\Roslynator\VisualStudioCode\roslynator.config. RequirementsThis extension requires C# for Visual Studio Code 1.21.13 or higher. DonationAlthough Roslynator products are free of charge, any donation is welcome and supports further development. Thanks
|