Windows Server 2022
SQL Server 2019
SonarQube 9.6.1 DE
JAVA SE 17
Hello community.
This time I want to ask about the problem I have when analyzing a NET CORE 6.0 project where when executing it throws the error
“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 SonarScanner for .NET | SonarQube Docs”
I continue with the problem, and I pass more information to see if someone can help me.
On the one hand, the pipeline logs tell me:
##[section]Starting: Run Code Analysis
Task : Run Code Analysis
Description : Run scanner and upload the results to the SonarQube server.
Version : 5.8.0
Author : sonarsource
and on the other it keeps throwing this:
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 SonarScanner for .NET | SonarQube Docs