Hi,
I have a solution that contains several projects that should all be analyzed by Sonarcloud, but at the moment only one of the projects is recognized, even if all the code is present in Sonarcloud. How do I get it to analyze the other projects as well?
In Sonarcloud itself everything is on default settings, except for the long live branch pattern, which is extended by the develop branch.
The DevOps pipeline integrates Sonarcloud via the tasks “Prepare analysis on SonarCloud”, “Run Code Analysis” and “Publish Quality Gate Result”. All with the default settings and of course the project key from Sonarcloud. It uses integrate with MSBuild since these are .NET projects.
As you can see, only 91 lines of code are recognized, while the solution has more than 10,000 lines of code.
Thanks in advance
Talat