fsprojects / Paket.VisualStudio

Manage your Paket (http://fsprojects.github.io/Paket/) dependencies from Visual Studio!
MIT License
147 stars 51 forks source link

Large Solutions are restored in batches #174

Open thecodejedi opened 5 years ago

thecodejedi commented 5 years ago

Our Solution has more than 400 Projects, which means that the CLI argument is larger than Windows can handle. This patch batches the command.

I was not able to test it, as I did not get the Installer Package up and Running on Visual Studio 2017. If someone can provide me a VSIX I will also gladly test it.

thecodejedi commented 5 years ago

Found the VIX as an artifact of the proof build

thecodejedi commented 5 years ago

Works just lovely! Please pull it in if it suites your requirements