Sonarcloud - some csproj projects are not being shown in analysis

Ok so definitely you’ll have 2 choices :

  • Either create a separate SonarCloud project for both pipeline
  • Or try to have everything built in the same sln : the reason why is that we don’t currently support partial analyses, meaning that if you do :
  • SC Prepare
  • Build SLN1
  • SC Analyze
  • SC Prepare
  • Build SLN2
  • SC analyze

both targetting the same SonarCloud project, then you fall into what you whitnessed ie the latest project to send its report will overwrite everything.

HTH,

1 Like