SonarLint and Sonarqube show different issues

Hey,

here are the Sonarqube issues. Red marked are the issues, that are only in SonarQube.

and here is the verbose SonarLint log

Trigger: ACTION
[Action] 1 file(s) submitted
Configuring analysis with org.sonarlint.intellij.rider.RiderAnalysisConfigurator
Using connection 'SonarQube' for project 'XXXTool'
Analysing 'ConfirmationDataSheet.cs'...
Starting analysis with configuration:
[
  projectKey: XXXTool
  baseDir: C:\XXXTool
  extraProperties: {sonar.cs.internal.solutionPath=C:\XXXTool\XXX.sln, sonar.cs.internal.dotnetCliExeLocation=C:\Program Files\dotnet\dotnet.exe, sonar.cs.internal.msBuildPath=C:\Program Files\Microsoft Visual Studio\2022\Professional\MSBuild\Current\Bin}
  moduleKey: Module: 'rider.module'
  inputFiles: [
    file:///C:/XXX/git/XXXTool/XXX/ConfirmationDataSheet.cs (UTF-8)
  ]
]

Done in 1968ms

Processed 11 issues
Found 11 issues
Fetching server issues in 1 file (waiting for results)
downloadAllServerIssuesForFile projectKey=XXXTool, filepath=Configurator/XXX/ConfirmationDataSheet.cs
GET 200 https://XXX/api/system/status | response time=31ms
Downloaded server infos in 31ms

Thank you :slight_smile: