A collection of code fixes for C# compiler diagnostics, powered by Roslyn.
$ dotnet add package Roslynator.CodeFixesA collection code fixes for C# compiler diagnostics, powered by Roslyn.
This package is recommended to be used in an enviroment where Roslynator IDE extensions cannot be used, e.g. VS Code + C# Dev Kit. Otherwise, do not use this package and use IDE extension which has the same functionality.
Add package to your project:
dotnet add package roslynator.codefixes
Use EditorConfig to configure analyzers.