I’m trying to analyse a C# project hosted on Bitbucket.
I get this error in the pipeline:
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
This link gives instructions for SonarQube but it’s not very clear on what I need to configure in SonarCloud to make it scan my code.
Any hint ??