📄️ Configuration
Use EditorConfig file to configure analyzers, refactoring and compiler diagnostic fixes.
📄️ Analyzers vs. Refactorings
There are two basic concepts in code analysis:
📄️ How to Suppress Diagnostic
Suppression of diagnostics is useful to suppress rare cases that are not or cannot be covered by an analyzer.
📄️ How to Fix All Diagnostics in a Solution
1) Install Roslynator.DotNet.Cli
📄️ How to Remove Unused Code
1) Install Roslynator.DotNet.Cli
📄️ How to Update Documentation
Code Analysis Reference
📄️ How to Generate .NET API Documentation
Roslynator CLI allows you to generate documentation for .NET library.