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

Use .NET 4.5's version of ZipArchive - references #729 #732

Merged
merged 10 commits into from
Apr 8, 2015
Merged

Use .NET 4.5's version of ZipArchive - references #729 #732

merged 10 commits into from
Apr 8, 2015

Conversation

forki
Copy link
Member

@forki forki commented Mar 28, 2015

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

| :? 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)
Copy link
Member

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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure.

@theimowski
Copy link
Member

Lgtm

@forki
Copy link
Member Author

forki commented Mar 28, 2015

@mavnn most things work, but nuget package explorer tells me about missing manifest in generated package. any ideas?

@forki
Copy link
Member Author

forki commented Mar 29, 2015

I tried to diff the packages, but I don't see any differences. I'm stuck.

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

Successfully merging this pull request may close these issues.

None yet

4 participants