Stylecop on SonarQube 7.2.1

We are currently running a C# project with StyleCopAnalyzers and Microsoft Managed Recommended Rules rule set for managed code. However i’m interested in swapping over to SonarQube and SonarLint. But I don’t want to lose the current analysis we have.

I see there is a stylecop plugin, but it’s been deprecated:
https://docs.sonarqube.org/pages/viewpage.action?pageId=1441942

My first question is, What are people doing who are running sonarlint, but still want to have stylecop analysis ?

The second question is, Is there an easy way to compare the C# sonar way rules with the “Microsoft Managed Recommended Rules rule set for managed code” ?

In an ideal world we would switch off the current rulesets and swap over to SonarQube and SonarLint without a loss of functionality.

1 Like