Description
The scanner forces me to add ProjectGuids to all my new SDK-style MSBuild projects, which is cumbersome to say the least, and is also not in line with the new style projects. The scanner should make away with this requirement.
Repro steps
-
dotnet new console
-
Run scanner on project
Expected behavior
Results are uploaded.
Actual behavior
Error:WARNING: Duplicate ProjectGuid: "00000000-0000-0000-0000-000000000000". The project will not be analyzed by SonarQube
Known workarounds
- In text editor, add unique ProjectGuid to all the projects.
or
- add the projects to a solution and build the solution instead of the individual projects
Description
The scanner forces me to add ProjectGuids to all my new SDK-style MSBuild projects, which is cumbersome to say the least, and is also not in line with the new style projects. The scanner should make away with this requirement.
Repro steps
dotnet new consoleRun scanner on project
Expected behavior
Results are uploaded.
Actual behavior
Error:WARNING: Duplicate ProjectGuid: "00000000-0000-0000-0000-000000000000". The project will not be analyzed by SonarQube
Known workarounds
or