When I scan an asp c # .net project with sonarscanner, it doesn’t detect the other languages the project has. For example html, xml, etc.
Several projects have been analyzed on different machines, the difference in this case is the jdk version 1.8.0_171
Are you using https://docs.sonarqube.org/latest/analysis/scan/sonarscanner-for-msbuild/ ?
The Scanner for MSBuild will analyze files only if they’re referenced in the csproj , see Analysing repo with multiple project types (.net core / typescript)