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.
I use sonarLint. I want the sonar test not to be performed for a specific line.I used '//NOSONAR' …
c# sonarlint sonarlint-vsCan I disable / enable the set of rules that are shown by SonarLint for VS? How? A similar question was …
sonarlint sonarlint-vs