I am using SonarQube 9.9 LTS and I am trying to analysis .Net(c#) project. After saucerful analysis sonarqube is not analyzing .cs files.
I am using below configuration.
# must be unique in a given SonarQube instance
sonar.projectKey="FileTransferService-04.00.00"
sonar.projectName="FileTransferService-04.00.00_Build"
sonar.projectVersion=%REPORT_VERSION%
sonar.sources=%WORKSPACE%/SSTR/FileTransferService/FileTransferService
sonar.inclusions=**/*.cs
sonar.dotnet.key=netcoreapp
sonar.projectBaseDir=%WORKSPACE%/SSTR/FileTransferService/FileTransferService
Please find the logs below. Please let me know if i need to do some changes in configuration