microsoft-authentication-cli icon indicating copy to clipboard operation
microsoft-authentication-cli copied to clipboard

🐬 Replace StyleCop with SonarLint

Open kyle-rader-msft opened this issue 2 years ago • 0 comments

SonarLint is a little simpler to get started with. The rules it looks at by default are explorable here: https://rules.sonarsource.com/csharp.

My one open question is exactly how to configure our copyright header. SonarLint does already have a license header rule.

SonarLint also has a VS Extension.

This PR will add about 66 Warnings to the code, which I will follow up on with some fixes for. Most are good things we can do, that StyleCop never detected.

kyle-rader-msft avatar Mar 15 '23 20:03 kyle-rader-msft