Hi ![]()
I’m new to SonarQube and trying to find my way.
I’ve set up a SonarQube server and push my Net Core 3 project to it via Azure Devops. That appears to be working ok and I have 100 or so errors showing.
I’ve installed SonarLint in Jetbrains Rider and, I believe connected it to my SonarQube server. I suspect it is correct because I can do things like ‘search in list’ for my project name and it finds it as configured on the server.
My issue is that SonarQube appears to be performing some checks and blocking compilation, however there are a lot of critical errors on the server it is not reporting.
When I click to analyse a current file it appears to connect to the server, but no rules are picked up.
I see this in the log.
No analysis configurator found
Using configuration of ‘dcap’ in server ‘sonarqube.mycompanyxyz.com’
Analysing ‘DependencyInjectionModuleWithAssembliesBase.cs’…
Found 0 issues
Is there something else that I need to do so that I can see the same issues reported on the server in the IDE?
Thanks very much in advance ![]()
Damien