-
Notifications
You must be signed in to change notification settings - Fork 525
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
Paket version 5.157.0-alpha003 is breaking Fulma repo #3180
Comments
urgs @matthid |
Oo? Is the paket bootstrapper using prereleases by default? |
@matthid I don't think. I have this paket.exe.config file in my project: <?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="Prerelease" value="True"/>
</appSettings>
</configuration> I should probably remove it at least from the template indeed but it's useful to detect bugs :) |
Yes I’m glad we found this, but we shouldn’t break people on an alpha release :) Is this an urgent fix considering the template it out? If yes @forki can you release another alpha from master? I’m not sure I can takle this today or tomorrow... |
do we know what broke it? and how to fix? |
Just for info, I fixed the template and my Fulma repo to use only stable version of paket. |
At least I have no idea but fest step would be to look atthe build output which I cannot run at the moment |
so what should I do? people are reporting this on fable gitter? unlisting the prerelease versions? |
@forki I think the safe approach is to remove the prerelease versions. |
@matthid would that break FAKE? |
No it won’t break fake. actually unlisting should have worked just as well, sorry |
pushed a master version as latest prerelease |
Ok I debugged into this, however now I have no idea why it ever worked. Apparently we currently don't detect these kind of new-style sdk projects (using |
@MangelMaxime Can you try again with https://www.nuget.org/packages/Paket.Core/5.162.0-alpha002? Seems to work now. |
Sorry for the delay. Thank you guys |
Description
Since yesterday evening people are reporting me problems with Fulma repo and templates.
Errors are like:
I suspect this issues will impact any project using
clitool
.Repro steps
Please provide the steps required to reproduce the problem
git clone [email protected]:MangelMaxime/Fulma.git
./fake.sh build
The build is failing
Expected behavior
dotnet fake
should work.Actual behavior
Known workarounds
If replace the magic mode with
paket.exe
version 5.156.7 then it's working again.The text was updated successfully, but these errors were encountered: