haf / DotNetZip.Semverd

Please use System.IO.Compression! A fork of the DotNetZip project without signing with a solution that compiles cleanly. This project aims to follow semver to avoid versioning conflicts. DotNetZip is a FAST, FREE class library and toolset for manipulating zip files. Use VB, C# or any .NET language to easily create, extract, or update zip files.
Other
545 stars 218 forks source link

7 zip giving Header warning while using ZIP64 extension setting Asneccesary or always #280

Open Venkatprasanth96 opened 1 year ago

Venkatprasanth96 commented 1 year ago

I am using Dotnet zip library 1.16 for zipping purpose . While unzipping the zip file which is having size greater than 4GB are getting header warning error while extracting with the 7 zip extraction tool.

But with the other tools like win zip and windows default extractor , I am able to extract successfully

I checked this open merge request #260 this is the exact issue I am facing .

260 When this issue is planned to release any possible release date for this ?