SharpZipLib icon indicating copy to clipboard operation
SharpZipLib copied to clipboard

#ziplib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform.

Results 142 SharpZipLib issues
Sort by recently updated
recently updated
newest added

### Describe the bug When trying to read an encrypted archive's entry's input stream asynchronously, it reports an exception containing message: "Auth code missing from input stream". Yet, if the...

bug
encryption
zip
async

### Describe the bug I'm seeing issues in both reading data and writing data after updating this library from 1.3.3 to 1.4.2 (I think also an earlier 1.4.x version had...

bug
gzip
tar

Add support for DEFLATE64 algorithm when extracting from zip archive: The content of the new classes is borrowed from DEFLATE64 support implementation for DotNetZip which on its part contains modified...

### Describe the bug This issue makes it inconvenient to use SharpZipLib, because disposing the tar archive will throw a `TarException` that hides the underlying issue. When a file is...

bug
tar

### Steps to reproduce 1. Get [Infer#](https://devblogs.microsoft.com/dotnet/slaying-zombie-no-repo-crashes-with-infersharp/) 2. Run it on the code ## ZipFile.cs - (Pulse resource leak) Resource dynamically allocated by constructor ICSharpCode.SharpZipLib.Encryption.PkzipClassicEncryptCryptoTransform(), indirectly via call to `PkzipClassicManaged.CreateEncryptor(...)`...

bug

_I certify that I own, and have sufficient rights to contribute, all source code and related material intended to be compiled or integrated with the source code for the SharpZipLib...

### Describe the bug The curse of Zip64 is still there unfortunately. I've noticed two issues 1. The library is not able to read the entries list, thus you can't...

bug
zip

### Describe the bug Hey, I'm trying to create a zip which uses zip64 format (zip64 extra fields) always for all file size (i.e. also for size < 4GB) with...

bug
zip

### Is your feature request related to a problem? Please describe. We've been using prior versions of SharpZipLib with .NET Framework and once upgrading, we are running into issues at...

enhancement
*no response*