-
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
Regression: Paket 3 fails to install or restore nuget package "Costura.Fody" #1662
Comments
WTF!? |
I'm curious too :-) |
It's extracting it, but Garbage Collection is deleting it again. Fix should be ready soon. |
What's special about that package that it is the only one affected out of hundreds we reference? |
It did not confuse 2.x |
there is no garbage collection in 2.x. |
if you diff master against v3 branch you will see HUGE differences. But release notes show most important things. 3.0.0-beta030 - 05.05.2016
404 is because of release process. Will be back in couple of minutes when the bugfix is pushed |
So I hope all your issues are fixed now. I'm pretty much offline until
|
Thanks a lot! |
NoCostura.zip
Repro project attached. This is empty C# console app which pulls two packages: Fody and Costura.Fody. For unknown reason it does not download package "Costura.Fody". Version 2.63.3 downloads it just fine. This is major regression, please address.
Konstantin
The text was updated successfully, but these errors were encountered: