Paket.VisualStudio icon indicating copy to clipboard operation
Paket.VisualStudio copied to clipboard

Paket VisualStudio does not install Bootstrapper or Targets

Open isaacabraham opened this issue 9 years ago • 4 comments

If you use Paket on a clean solution e.g. convert-from-nuget or whatever, it doesn't bring down Paket.Bootstrapper, exe or targets into the .paket (at least, it doesn't for me). I don't even know where it runs paket.exe from.

But then you end up with someone else on your team not having the UI tooling and their solution doesn't build because the targets aren't in the cs / vb / fsproj files.

Paket VisualStudio should use the command-line tooling for this with Paket Targets so that if someone doesn't have the VS tooling installed (or doesn't use VS), they can still carry on as usual.

isaacabraham avatar Jan 14 '16 21:01 isaacabraham

Convert activates the VS restore only I'd the project already did VS nuget restore On Jan 14, 2016 10:18 PM, "Isaac Abraham" [email protected] wrote:

If you use Paket on a clean solution eg convert-from-nuget or whatever, it doesn't bring down PaketBootstrapper, exe or targets into the paket (at least, it doesn't for me) I don't even know where it runs paketexe from

But then you end up with someone else on your team not having the UI tooling and their solution doesn't build because the targets aren't in the cs / vb / fsproj files

Paket VisualStudio should use the command-line tooling for this with Paket Targets so that if someone doesn't have the VS tooling installed (or doesn't use VS), they can still carry on as usual

— Reply to this email directly or view it on GitHub https://github.com/fsprojects/Paket.VisualStudio/issues/90.

forki avatar Jan 15 '16 07:01 forki

Maybe there should be an action for toggling or at least enabling auto restore for a solution?

mexx avatar Jan 17 '16 13:01 mexx

If I remember correctly we have a command which can add that? Care to send a PR that makes this available? On Jan 17, 2016 2:09 PM, "Max Malook" [email protected] wrote:

Maybe there should be an action for toggling or at least enabling auto restore for a solution?

— Reply to this email directly or view it on GitHub https://github.com/fsprojects/Paket.VisualStudio/issues/90#issuecomment-172323203 .

forki avatar Jan 17 '16 13:01 forki

https://fsprojects.github.io/Paket/paket-auto-restore.html

paket auto-restore [on | off]

mexx avatar Jan 17 '16 13:01 mexx