DotNetZip.Semverd icon indicating copy to clipboard operation
DotNetZip.Semverd copied to clipboard

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 to...

Results 101 DotNetZip.Semverd issues
Sort by recently updated
recently updated
newest added

Trying to extract a node_modules zip, and hitting this exception early on. The extract is left with a .tmp file on one of the nested folders. I cut down the...

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.8 to 1.16.3. Release notes Sourced from nokogiri's releases. v1.16.3 / 2024-03-15 Dependencies [CRuby] Vendored libxml2 is updated to v2.12.6 from v2.12.5. (@​flavorjones) Changed [CRuby] XML::Reader sets...

dependencies

### Is your feature request related to a problem? Please describe. I want to minimise dependencies in my project by utilising framework dependencies wherever possible ### Describe the solution you'd...

### Summary I wish for the nuget packages to have the licence expression property set correctly and the repository url ### Details The licence expression property should be set to...

We are having issue on opening the zip file from .netstandard library project. We are working on xamarin.Android Current version Here is the code snippet. ``` Dictionary files = new...

Hello, I am open an existing ZIP file and remove some files from the archive, after saving it with a new name the "last modification date" in the new ZIP...

Version: DotNetZip 1.16.0 I noticed that when extracting certain zip files (as I later saw zip files with entries with potentially invalid "external file attributes") I was getting an exception:...

If the file needed to be zipped is named in Chinese, it may cause an error.

Hello, DotNetZip is a great library and I am happy to see it's still maintained. However, when importing DotNetZip.Semverd (last version) in a .Net 7 project, I have this notice...

When reading a zip archive embedded in another file, we get a BadReadException: "Bad signature at position [...]". This is due to a bug in OffsetStream.Seek(). _originalPosition should only be...