SonarLint for VS2022 Not Showing Issues

Please provide

  • Operating system: Windows 10 Enterprise
  • Visual Studio version: Enterprise 2022
  • SonarLint plugin version: 7.4.0.80741
  • Programming language you’re coding in: C#
  • Is connected mode used: Yes
    • Connected to SonarCloud or SonarQube (and which version): SonarQube Enterprise v9.9.1

I have the extension installed and a solution that is bound to a project on SonarQube. When I run an AZD pipeline the code is analyzed and the results are published to the SonarQube site. There on the website I can see code smells and some other issues, but nothing is showing up in my IDE under the Error List. No warnings, no errors, nothing to do with SonarLint. I’ve tried removing and reinstalling the the extension a couple times and I’ve tried it on a few solutions/projects. I’d like to be able to see the issues before committing and running a pipeline.

Hey there.

What specific version of Visual Studio 2022 are you using?

Hello,

I’m using v 17.7.7.

What I’m specifically looking for are the code smells, security issues, bugs, etc. I’m not getting any of the hints or “squiggly” underlines in the code editor panes or warnings in the Error List window.