nwheels-io / NuLink

The missing LINK feature of NuGet: develop & test packages as if they were part of the main project
MIT License
53 stars 15 forks source link

Allow linking unpushed packages #12

Open felix-b opened 5 years ago

felix-b commented 5 years ago

Currently, a package that's being developed and wasn't yet pushed to any NuGet feed, cannot be linked. This is because packages root folder (~/.nuget/packages/) must contain an entry for the package.

We should allow linking unpushed packages by first automatically restoring them from temporary local feed.