-
Notifications
You must be signed in to change notification settings - Fork 586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide an option to install Fake.dll (portable) using Paket #1773
Comments
I think the dotnet-fake package should work with the paket reprotools feature? |
I tried installing
However if I manually installed and ran Do I understand correctly, that I'm suppose to create a dummy .csproj with a reference to dotnet-fake and then somehow run |
the csproj is the nuget way. paket will hopefully support cli tools soon. |
Personaly I have no objections in providing just another nuget package containing everything, but it feels wrong... |
I'm closing this for now, as I think the correct thing to do is to use
once we have fsprojects/Paket#2938 However, like stated above I'm not against releasing just another package if after the above PR we still feel the need. The current workaround is to use Feel free to suggest otherwise. |
Description
According to instructions in #1765, I'm now trying to move to "netcore-fake", but there appears to be no migration path for Paket users:
There appears to be no way to install any sort of Paket compatible Nuget package that would distribute a
Fake.dll
which one could run usingdotnet fake.dll
.Repro steps
Add
nuget FAKE<anything> prerelease
topaket.dependencies
.Run
paket update && paket install
Expected behavior
Have
Fake.dll
available anywhere in./packages
Actual behavior
Fake.dll
nowhere to be found.Known workarounds
Manually download
fake-dotnetcore-portable.zip
from https://github.com/fsharp/FAKE/releasesRelated information
The text was updated successfully, but these errors were encountered: