SonarQube Cloud, SonarQube Server, or SonarQube Community Build? (if one of the latter two, which version?):
And a thorough description of the problem / question:
In the root directory of a Unity project, there is a .sln file and multiple .csproj files. When executing dotnet sonarscanner begin/end, even though the .sln file has been specified, it still prompts “Specify the project file to be used, because this path contains multiple project files”. However, there is no issue when running dotnet build.