So I have integrated SonarQube with my .NET codebase using Azure DevOps. After the scan, I’m able to see all the code smells, bugs, coverage, unit tests as usual. But when I click on unit tests, no unit tests files are found. It shows “No results”.
Ideally it should show the unit tests files right when we click on Unit tests? It shows for my other Java project. What am I missing here for .NET?