Paket Manager simplifies use of paket from within Visual Studio
Simplifies use of paket from within Visual Studio. Access commands via toolbar or Extensions menu. Features include:
Configuration and operations can be accessed via menus or toolbar:
If paket.exe is not found in the solution root's .paket\ folder, this extension will offer to download it and place it there.
If paket.dependencies is not found in the solution's folder, this extension will offer to run paket init.
When a solution is loaded, this extension can automatically run or prompt to run paket restore.
When paket.lock changes, this extension can automatically run or prompt to run paket restore.
The Paket Manager tool window shows output from paket, in progress operations, and errors.