question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Restore with local override fails when run multiple times

See original GitHub issue

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.

Paket failed with
-> IOException: The file 'Z:\paket-local\packages\packageA\packageA.1.0.nupkg' already exists.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
lexarchikcommented, Sep 16, 2017

Also there is weird problem with .nupkg naming If package has version “1.0” in lock file then normal restore copy to “packages” file package.1.0.0.nupgk but local-overrided restore copy file package.1.0.nupkg, does not extract it and does not display any errors.

1reaction
lexarchikcommented, Sep 16, 2017

it seems restore also fails after disabling local override, but in this time with IOException in ~/.nuget

Read more comments on GitHub >

github_iconTop Results From Across the Web

force does not override paket.restore.cached · Issue #2731
I ran into this last night after locally deleting my packages folder. I'd be in favor of this change to restore the behavior...
Read more >
Dotnet restore using local and server sources
This setting overrides all of the sources specified in the NuGet.config files. Multiple sources can be provided by specifying this option ...
Read more >
Restore a database with a different name on the same server
I have tried to restore the same backup on my local host and it restored successfully. When I try to restore it on...
Read more >
dotnet restore command - .NET CLI
This setting overrides all of the sources specified in the nuget.config files. Multiple sources can be provided by specifying this option ...
Read more >
Documentation: 15: pg_restore
Description. pg_restore is a utility for restoring a PostgreSQL database from an archive created by pg_dump in one of the non-plain-text ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found