-
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
Crashes due to Date bug in NuGet #757
Comments
I don't see a way to work around this. It throws deep down in .NET framework. Any ideas? /cc @yishaigalatzer @csharpfritz @maartenba please look at this issue. Thanks. |
Looking at SuaveIO/suave#190 (followed the link to a link :-)) it seems Mono related / related to System.IO.Packaging which doesn't seem to properly capture file timestamps. |
@haf do you see the same behavior with latest paket pack? We changed our zip library and now use the default .NET 4.5 stuff. |
The thing is; this wasn't paket pack, it was nuget pack. |
yes I understand that. And you said paket pack worked. I just want to make 2015-04-09 9:46 GMT+02:00 Henrik Feldt notifications@github.com:
|
Let me check if paket pack works. |
It turns out that now that I pushed a new version of the package it's not erroring out anymore, despite continued use of NuGet.exe (I didn't finished the WIP yesterday to use paket fully). I think that my upload was corrupted actually: https://twitter.com/nuget/status/585894933178945537 -- as I was uploading exactly before they announced their problems. You can probably repro by downloading this particular https://www.nuget.org/packages/Newtonsoft.Json.FSharp/3.2.1 version |
seems to be fixed in #761 |
💟 |
Due to this bug in NuGet: https://nuget.codeplex.com/workitem/4412
Paket crashes like this:
Because this is the output on the files in the nupkg:
...which is wrong, obviously. I haven't been able to solicit a response from any NuGet person. They must be busy adding more powershell commands to visual studio instead of fixing the core.
I can work around this now, by using Paket pack. Leaving this bug report here though. If nothing else, please help me vote for that bug! =)
The text was updated successfully, but these errors were encountered: