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
686300cookie-checkNuGet restore / install fails / error causes