Filtering SonarQube Issues in Visual Studio 2022

Hello SonarQube Community,

  • Operating system: Windows 11
  • Visual Studio version: 17.14.16
  • SonarQube for Visual Studio plugin version: 8.28.0.14489
  • Programming language you’re coding in: C#
  • Is connected mode used: Yes - SonarQube Server
    • SonarQube Cloud, SonarQube Server, or SonarQube Community Build? (if one of the latter two, which version?):

I’m using SonarQube with Visual Studio 2022 (Connected Mode) and looking for the best way to filter SonarQube issues in the Error List.

Goal:
Easily isolate SonarQube issues from compiler warnings, Roslyn, or ReSharper analyzers to focus on code quality findings.

Regards,
Manjunath Vadigeri

1 Like

Hey @Manjunath-Vadigeri

Unfortunately I’m not sure there’s a good way other than sort on Code and look for errors that start with S.

That said, I’m surprised we don’t make better use of the Source or Tool columns.

I’ll pass this along to our PMs!