NuGet restore / install fails / error causes

Date: 2022-10-17

Path contains html escapes

# When cloning from git some programs use html character escaping, e.g.

C:\Workspace\My%20Project\MySolution.sln

# the result is visual studio not recognizing the nuget packages anymore
# Fix it by removing the escapes:

C:\Workspace\My Project\MySolution.sln

# reinstall the nuget packages, now it works..

When it just doesn’t work anymore

NuGet reinstall all packages

68630cookie-checkNuGet restore / install fails / error causes