Project not visible in Sonar cloud

  • Scanner command used when applicable (private details masked)
    dotnet sonarscanner begin /k:"*****-API1" /o:"*" /d:sonar.login=“2505a6bafbeeee2f939d4dee4d76ddd011” /d:sonar.host.url=https://sonarcloud.io
    dotnet build "
    .Api"

dotnet sonarscanner end /d:sonar.login=“2505a6bafbeeee2f939d4dee4d76ddd011”

I used the above commands to scan a project… I could see "post processing succeeded : also.

However I can not see this new project in Sonarcloud.io.

what am I missing here ?

ANy update?

Hi @Priya2020

Are you analyzing the default branch of your repo while doing that ?

Please note that auto-provisioning of projects will be removed soon, and we strongly encourage you to create your project first on SonarCloud before analyzing it.

Mickaël