Is there any standard templates available for sonarqube dotnet?

I am searching for standard custom rules templates for dotnet.

Hey there.

Our .NET analysis is built on top of Roslyn, which you can also use to write custom rules. Here is Microsoft’s documentation.

We also offer the sonarqube-roslyn-sdk to help package your rules as a plugin that can be installed on a SonarQube server.