Sonar reports are not shown properly

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
  • how is SonarQube deployed: zip, Docker, Helm : Docker
  • what are you trying to achieve : Scan through Sonar
  • what have you tried so far to achieve this
    Tring to scan using Sonar Scanner but results not shown in Sonar side
    sonar log 18th september (2).txt (565.6 KB)

Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!

Hi,

Thanks for the log. It tells the tale:

[2024-09-18T07:34:42.361Z] docker.io/sonarsource/sonar-scanner-cli:latest
...
[2024-09-18T07:34:46.662Z] 07:34:46.480 INFO: SonarScanner 5.0.1.3006
...
[2024-09-18T07:35:02.193Z] 07:35:01.992 WARN: Your project contains C# files which cannot be analyzed with the scanner you are using. To analyze C# or VB.NET, you must use the SonarScanner for .NET 5.x or higher, see https://redirect.sonarsource.com/doc/install-configure-scanner-msbuild.html

You need to use SonarScanner for .NET.

 
HTH,
Ann