📄️ 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
Suppressing a diagnostic is appropriate for rare edge cases that an analyzer cannot or should not cover.
📄️ 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 a .NET library.