-
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
Use .NET 4.5's version of ZipArchive - references #729 #732
Conversation
| :? Ionic.Zip.BadCrcException as exn -> | ||
traceWarnfn "Bad Crc during unzipping %s in %s %A: %s" e.FileName name version exn.Message | ||
| exn -> failwithf "Error during unzipping %s in %s %A: %s" e.FileName name version exn.Message | ||
ZipFile.ExtractToDirectory(fileName, targetFolder) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is overwrite silently the default behavior? And how about Crc exn? Not thrown anymore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure.
Lgtm |
@mavnn most things work, but nuget package explorer tells me about missing manifest in generated package. any ideas? |
I tried to diff the packages, but I don't see any differences. I'm stuck. |
- refactored download pattern with strategies - command parameter evaluation separated
parsing nuget versions with SemVer SemVer impl transformed from fs in paket.core
This chance has possibly big implications.
Please review it and then I can create an prerelease version for broader testing.
/cc @theimowski @mexx @mavnn @Vidarls