.NET Quality - Quick Reference When NOT to Use This Skill - SonarQube setup - Use skill - Security scanning - Use skill - Testing - Use .NET test skills Deep Knowledge : Use with technology: for comprehensive documentation. Tool Overview | Tool | Focus | Installation | |------|-------|--------------| | dotnet format | Formatting + analyzers | Built-in | | Roslyn Analyzers | Code analysis | NuGet | | StyleCop.Analyzers | Style rules | NuGet | | Roslynator | Refactoring | NuGet | | SonarAnalyzer.CSharp | SonarQube rules | NuGet | Roslyn Analyzers Setup Install Analyzers .editorconfig dotnet for…