nuget

Nuget restore doesn't work in project


So I've tried everything that was advised such has updating Nuget, ticking nuget.org in Nuget Packege manager and I still get the error of: enter image description here

Does anybody know what to do ? Thanks.


Solution

  • It looks like your project path is long enough that when the package is restore, restore the package folder fails because it reached the qualified name length limit. See the NuGet issue for this. Could you try to move you project to root drive?