I’ve got the feeling you want to scan C# code because you configured the property sonar.language=cs. First you should know this property is useless and ignored (https://jira.sonarsource.com/browse/SONAR-11449)
If you want to scan a .NET Solution, you should not use the sonar-scanner binary but use the SonarQube Scanner for MSBuild.
Hi
Now I use sonar-scanner-4.4.0.2170 for MSBuild (.Net Framework 4.6+) and use MSBuild.exe 15.0.
But in logs ‘sonar.coverage.jacoco.xmlReportPaths’ is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
INFO: No report imported, no coverage information will be imported by JaCoCo XML Report Importer"
There are still no results on SonarQube dashboard.
Why jacoco report is required? (as I understand it needs only in java projects)