How to import third-party analyzers to SonarCloud?

Hi everyone,
I want to add StyleCop rules to SonarCloud. Is there a way to do this, can you help?

Hello @suleymanbyzt,

Welcome to the Community Forum!

SonarCloud does not support external plugins or custom rules at this stage.

It might work with SonarQube and I invite you to check the documentation about this and search the topics in this forum about “StyleCop”, which could help you.

Best regards,

Luis

@suleymanbyzt I actually realize that you may be able to also import it in SonarCloud. Please have a look in External Analyzer Reports | SonarCloud Docs

If you configure an roslyn analyzer to build with your project file, SonarCloud works without further magic.