Hello Sonarsource-Team,
we scan our Microsoft Solution a mix of C/C++ and C# with the Sonarscanner for MSBuild.
The problem is: Several files (and their analysis issues) do not appear in Sonarqube. They still appear in the scanner-log. All those affected files have relative paths outside their module/project folder. So the scanner log always outputs paths like this
c:\source\product\msdev\projectname\..\..\source\projectname\source.cpp
How can we fix this?
Thank you,
Markus