Sonarcloud does not analyze some projects within solution

Hello,
we have a C# REST API with is controlled by SonarCloud. For some reason, some projects are not analyzed. Only Code Smells are shown (see picture). Can you help me?
There are projects, that are anazyled the right way.

There are no exclusions and “new Code” is set properly.

Hey there.

It looks like some of those projects are test projects – in which case they wouldn’t be analyzed as product code.

Take a look at this wiki article

Thanks! That was the problem. We had a reference to “NSubitute” in a shared project where we did not need it.