SonarQube Gurus,
Let me start by saying I’m almost certainly missing something here. I started with a working C# scan, then purchased a developer license, which in turn enabled C/C++ support, which I want, but broke the build. I added the build wrapper and it’s happier but now I’m seeing the error message in the tile. I’m trying to achieve scanning of a mixed C# and C++ Visual Studio 2022 project (.NET 7) built with MSBuild at command line. I’m currently doing all SonarQube behavior via command line. I use Dotnet-SonarScanner to begin with sonar.cfamily.build-wrapper-output directory defined, then call MSBuild with build-wrapper referencing same directory, then use Dotnet-SonarScanner to end and process.
Versions:
SonarQube Developer Edition 10.1
Dotnet-SonarScanner 5.14.0
Latest build wrapper for Windows as of today.
I know logs will be required. I’d prefer to share them privately, if possible, to avoid any sensitive data on here. I really appreciate any support you can provide.
Thanks,
Anthony