-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restore with local override fails when run multiple times #2755
Comments
but #2734 already merged in 5.93.1 |
oh, missed that... sorry. then it's something different. |
|
it seems restore also fails after disabling local override, but in this time with IOException in ~/.nuget |
Also there is weird problem with .nupkg naming |
It's not only that. Even regular restore seems to be broken, at least from what i expect it to do... If you delete some directories/components in "packages" in previous versions and called "restore" those directories/components got restored. Now they are not restored anymore... |
Hmm. I think check/restore content of packages/packagename folder in every restore is too slow. I like restore speed of new paket versions and skipping manually corrupted packages in packages folder is small price for that speed. But restore errors on enabling/disabling local overriding is annoying problem:( |
paket-local.zip
Similar to #2690 but IO Exception with packages folder instead of global cache.
Paket version 5.93.1
Repro:
unpack zip and run
paket restore
multiple times.The text was updated successfully, but these errors were encountered: