Dotnet sonarscanner begin /k:"project-key" /d:sonar.login="<token>"

Hello,
https://docs.sonarqube.org/latest/analyzing-source-code/scanners/sonarscanner-for-dotnet/

How/where can I get project-key?

dotnet sonarscanner begin /k:"project-key" /d:sonar.login="<token>"

Thanks & Regards

Hi,

You provide the project key. This is the project’s unique identifier in SonarQube.

 
HTH,
Ann

Hello @ganncamp ,
Thanks for your respond.
Do you mean the project-key can be something random? If not, where do I get that unique identifier?

Thanks & Regards

Hi,

The project key can be random, but typically it’s something meaningful (but without spaces) related to what the project is / does. You won’t often need to recognize the project from its key, but it’s helpful if you can.

 
HTH,
Ann