I cannot get SonarQube to analyze C# code for my NUnit solution. The code is found under the lines category but is not included in lines of code. Is there a reason my C# code might be ignored in this context?
dotnet sonarscanner begin /k:“my_key” /d:sonar.host.url=“my_url” /d:sonar.login=“my_login” /d:sonar.verbose=true /d:sonar.dotnet.excludeTestProjects=false /d:sonar.coverage.exclusions=**/.
NOTE: This behavior is not seen in projects other than my NUnit projects.