Can someone please help me with answers to following questions?
1.Which all analyzers SonarQube is using for scanning code in case of C#?
2.How can we include external analyzers?
Can someone please help me with answers to following questions?
1.Which all analyzers SonarQube is using for scanning code in case of C#?
2.How can we include external analyzers?
By default, the set of C# rules run by SonarQube corresponds to those in the NuGet package SonarAnalyzer.CSharp (the precise set of rules depends on the version of SonarQube).
If your projects reference additional NuGet analyzer packages then issues from those packages will be upload to SonarQube too. See the SonarQube docs for more information.
This topic was automatically closed after 23 hours. New replies are no longer allowed.