zipstorer icon indicating copy to clipboard operation
zipstorer copied to clipboard

A Pure C# Class to Store Files in Zip

Results 15 zipstorer issues
Sort by recently updated
recently updated
newest added

Hi! Thanks for awesome tool to work with zip! Unfortunately i ran into a problem when reading the zip64 file. According with [zip format specification](https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT) fields in zip64 extended information...

Hey, I noticed the library does not check the file stamp to determine if the filew passed in is a Zip file. I passed in a .Rar archive by mistake...

Hi! I've tried to unzip the attached archive [cert_21.zip](https://github.com/jaime-olivares/zipstorer/files/6623296/cert_21.zip) with the latest version available at the moment. It fails with exception System.IO.InvalidDataException, but this archive is successfully being unzipped on...

Raise this error No data is available for encoding 437. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. as workaround i comment the lines...

Hello, I'm using ZipStorer with sometimes large zip archives. It could happen that a download of a large zip archive (above 1GB) is interrupted and a corrupt zip archive without...

enhancement

Your helper file is very much useful, I have used in my 3-5 projects but when I used in recent project where zipping was of more than 6gb folder, zip...

bug

Thank you very much for developing ZipStorer. I have used it in several apps and until now I haven't encountered a problem. In my last project I needed check a...

bug

I propose a subj, by replacing line 454 with the following: if (!String.IsNullOrEmpty(path) && !Directory.Exists(path))

hi and thanks for the very useful utility. I am using it to manipulate .idml files which are compressed folders for adobe indesign files. Extracting a file from the directory...

This goes much farther than my first PR, into the realm of breaking changes. - One class per file - Make public fields properties - Do not use Microsoft namespaces!...