Paket.VisualStudio
Paket.VisualStudio copied to clipboard
Disable restoring packages for single solution
I'm using paket alpha Git support. Is it possible to disable the extension for one solution or make it use prerelease?
Well that's an interesting issue. ;-)
Not sure how to handle it. On Mar 3, 2016 1:20 PM, "Tomasz Pluskiewicz" [email protected] wrote:
I'm using paket alpha Git support. Is it possible to disable the extension for one solution or make it use prerelease?
— Reply to this email directly or view it on GitHub https://github.com/fsprojects/Paket.VisualStudio/issues/104.
@forki: Actually we have same problem in Ionide - for Paket integration we are always using latest release of Paket and there is no way to use prerelease.
Yes. But I guess the real issue is that we use alpha features in real projects ;-) On Mar 3, 2016 1:25 PM, "Krzysztof Cieślak" [email protected] wrote:
@forki https://github.com/forki: Actually we have same problem in Ionide - for Paket integration we are always using latest release of Paket and there is no way to use prerelease.
— Reply to this email directly or view it on GitHub https://github.com/fsprojects/Paket.VisualStudio/issues/104#issuecomment-191735200 .
Or someone creating really COOL feature and not releasing it in normal version ;P
@Krzysztof-Cieslak :+1: @forki and well, I'm using it because it works and I wanted to replace Gist with Git so that AppVeyor doesn't fail on GitHub rate limit
I wonder if we should start building plugins against v3 branch ;-)
It's one-liner change for Ionide :shrug:
Does the plugin use paket.bootstrapper.exe? Just allow the prerelease parameter
Ionide yes. VS no.
In ionide one could add an easy switch. Here we need to move over to paket.exe instead of using paket.core.dll
Meh, maybe it's not worth the trouble. When is version 3 due?
We need at least 2 months. There is still much WIP
2016-03-03 14:33 GMT+01:00 Tomasz Pluskiewicz [email protected]:
Meh, maybe it's not worth the trouble. When is version due?
— Reply to this email directly or view it on GitHub https://github.com/fsprojects/Paket.VisualStudio/issues/104#issuecomment-191762636 .