jshergal

Results 11 comments of jshergal

@DinoChiesa Just curious if you would be willing to sign off on a change/shift to dual licensing of the DotNetZip project to Apache or MIT license? All other contributors have...

Thanks for reporting this bug/problem, and sorry about the delay in getting back to you. This is a self-service repository, where we merge PRs and where the merging of PRs...

Do you have sample data you can include with this issue? For instance do you have a sample file or a dump of the `byteArray` that you are reading from?...

While I can't say for certain, if you want the code for version 1.9.1.5, you can look at this point in the git history, which is basically when this fork...

The reason for the "performance hit" is due to the fact that from a security perspective an independent random salt needs to be computed for each file that is being...

@AndrewBSzabo - In looking through the `WinZipAesCrypto` source file, there are definitely some areas where the performance could still be really improved, even without the change to reuse the generated...

Thanks for reporting this bug/problem, and sorry about the delay in getting back to you. This is a self-service repository, where we merge PRs and where the merging of PRs...

It would be helpful if you could provide some sample code and a sample zip file that reproduce this issue. Also, when you say that it can be opened and...

I might be able to help. I recently was updating the library to deal with the Json.Net issue as well as updating it to .net standard 2.0, etc. I am...

The `ToFile` method is an extension method on the `Task(Of Source)` and so if you have not imported the namespace you won't have access to it. Since you are adding...