Relative Content

Tag Archive for c#sonarqubecoding-style

How to make all our code comply to coding conventions/coding styles?

I’m trying to set up SonarQube to have our coding conventions/rules in it. I’m looking for ideas on how to do this best. We’re using C# as our dev language and Visual Studio as our IDE.
We have dozens of projects that should all follow the same coding conventions.