Null Argument Passed to Path.Combine When Pushing Symbols #10645
Labels
Category:Quality Week
Issues that should be considered for quality week
Functionality:Push
Platform:Xplat
Priority:2
Issues for the current backlog.
Product:dotnet.exe
Type:Bug
From what I can tell, this problem only occurs on linux.
If the Folder or project name is the same as package name, you'll get a null reference. More detail about it can be found here.
The problem code doesn't check if
symbolPath
is null or empty.The simple fix would probably be
Details about Problem
NuGet product used:
dotnet.exe
Product version: Whatever comes with
.NET 5.0.201
Worked before? If so, with which NuGet version:
Nope.
Repro steps and/or sample project
TestProject
in a new solution with the same name..\TestProject\TestProject.csproj
dotnet nuget push -s
to push the project and the symbols.Verbose Logs
Can't include logs since nuget in linux doesn't support the verbosity flag.
The text was updated successfully, but these errors were encountered: