'SonarSource vs. native .Net Code Analysis

I am looking for a code analysis / linting tool for C# projects. After reading about SonarSource and doing some preliminary analyses, it seems to me that many rules in the SonarSource C# ruleset are based upon Roslyn .Net rules. However, I am having difficult finding information about direct relationships / inheritances between SonarSource and the listed .Net ruleset. Can I assume that SonarSource implements these code analyses and more?

I’m hoping to get a definitive answer on the nature of the SonarSource inheritance from Roslyn to judge whether it is a better analysis tool than using the native .Net analyzers.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source