SonarQube .Net scanner is not working with rake build

Hi,
I am using SonarQube Community version , Sonar Scanner for dotnet(.NET 5,.NET Framework 4.6+).

We installed community edition and we were scanning C# project. Since our projects are built on rake tool. Our source code was not scanned properly.

No protobuf files are getting created.

Giving below error:
WARN: No protobuf reports found. The C# files will not have highlighting and metrics.
WARN: No Roslyn issue reports were found. The C# files have not been analyzed.
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
INFO: Sensor C# [csharp] (done) | time=3ms

Can anyone help to resolve this issue ?

Hey there.

What command are you running to execute analysis?

I am using the below commands. Before using these commands I am changing the project targets in project file to rake targets.
SonarScanner.MSBuild.exe begin /k:“project_key” /d:sonar.login="–" /d:sonar.verbose=true
Msbuild.exe project.sln /t:Rebuild
SonarScanner.MSBuild.exe end /d:sonar.login="–"

Hello @kavitakashikar - did you move forward with this topic?