Vaskopz
0 Точки
anton_dutsov
5 Точки
Here are some possible causes of the error:
dotnet build
command from a directory path that contains a %
character. To resolve the error, remove the %
from the folder name, and rerun dotnet build
.dotnet restore
on the project.dotnet restore
on the project.dotnet restore
on the project.<packageSources>
section in the NuGet.Config file with a path that doesn't exist. To resolve the error, edit the NuGet.Config file to correct the package source path.