Top "Sonarlint-vs" questions

SonarLint for Visual Studio is an extension that provides on-the-fly feedback to developers on new bugs and quality issues injected into their code.

How to ignore sonar rule to specific line of code in c#?

I use sonarLint. I want the sonar test not to be performed for a specific line.I used '//NOSONAR' …

c# sonarlint sonarlint-vs
Can I configure the used ruleset for SonarLint

Can I disable / enable the set of rules that are shown by SonarLint for VS? How? A similar question was …

sonarlint sonarlint-vs