Hi,
I have 2 questions:
-
I have installed the SonarQube IDE extension for Visual Studio and connected it with SonarQube Cloud. If I open any project source file in Visual Studio, I can see Sonar warnings/errors related to configured rules. But is it possible to start code analysis for the whole project (not for the opened files) in Visual Studio?
-
I found the “SonarAnalyzer.CSharp” NuGet package, and when I added it to the .NET project, I can see all project warnings after the project/solution build. Is it possible to configure the “SonarAnalyzer.CSharp” to connect with SonarQube Cloud to synchronize analysis rules with it?
My environment:
- Windows x64
- SonarQube IDE version 9.5.0.16100
- SonarAnalyzer.CSharp version 10.18.0.131500
- IDE: Visual Studio 2026
- Project: .NET 10, C# language
Thanks in advance.