Skip to content
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

Closed
konste opened this issue May 4, 2016 · 11 comments
Closed

Comments

@konste
Copy link
Contributor

konste commented May 4, 2016

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

@forki forki added the bug label May 5, 2016
@forki
Copy link
Member

forki commented May 5, 2016

WTF!?

@konste
Copy link
Contributor Author

konste commented May 5, 2016

I'm curious too :-)

@forki
Copy link
Member

forki commented May 5, 2016

It's extracting it, but Garbage Collection is deleting it again. Fix should be ready soon.

@konste
Copy link
Contributor Author

konste commented May 5, 2016

What's special about that package that it is the only one affected out of hundreds we reference?

@forki
Copy link
Member

forki commented May 5, 2016

lol. the nuspec in the costura.fody package is wrongly named and confuses Paket.

image

@konste
Copy link
Contributor Author

konste commented May 5, 2016

It did not confuse 2.x
BTW I could not find what's the major difference between Paket 2.x and 3.x branches. Do you have a link?

@forki
Copy link
Member

forki commented May 5, 2016

there is no garbage collection in 2.x.

@konste
Copy link
Contributor Author

konste commented May 5, 2016

@forki
Copy link
Member

forki commented May 5, 2016

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

@forki forki closed this as completed May 5, 2016
forki added a commit that referenced this issue May 5, 2016
forki added a commit that referenced this issue May 5, 2016
@forki
Copy link
Member

forki commented May 5, 2016

So I hope all your issues are fixed now. I'm pretty much offline until
Monday.
On May 5, 2016 1:43 PM, "Konstantin Erman" [email protected] wrote:

https://fsprojects.github.io/Paket/reference/paket-garbagecollection.html
gives me 404 :(


You are receiving this because you commented.
Reply to this email directly or view it on GitHub
#1662 (comment)

@konste
Copy link
Contributor Author

konste commented May 5, 2016

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants