Open Smaug123 opened 2 years ago
dotnet build --verbosity diag
as promised.
I found the related https://github.com/NuGet/Home/issues/1428 which was closed as "won't fix". Could we at least have an error message of the form "NuGet does not support projects with the same name as any of their dependencies"?
NuGet Product Used
dotnet.exe, MSBuild.exe
Product Version
6.0.2
Worked before?
No response
Impact
It bothers me. A fix would be nice
Repro Steps & Context
Pulumi.fsproj
with the following contents:dotnet build
.Workaround is to rename your
fsproj
.Verbose Logs
Output of
dotnet build --verbosity diag
is too long for the template, so I'll attach in a comment.