SharpZipLib
#ziplib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform. (by icsharpcode)
SharpCompress
SharpCompress is a fully managed C# library to deal with many compression types and formats. (by adamhathcock)
SharpZipLib | SharpCompress | |
---|---|---|
7 | 2 | |
3,877 | 2,445 | |
0.1% | 0.4% | |
0.0 | 8.9 | |
12 months ago | 11 days ago | |
C# | C# | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
SharpZipLib
Posts with mentions or reviews of SharpZipLib.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-08-01.
-
Preserve File Creation and Modification Date When Downloading in a ZIP File
You need a ZIP library that supports writing this NTFS extra field. I came across SharpZipLib. It hasn’t been updated since August 2023, but it works perfectly fine for a server-side packaging solution.
- Datei-Erstellungs- und -Bearbeitungsdatum beim Download in einer ZIP-Datei beibehalten
- Best practice to generate ZIP file for client side download?
- Process StandardOutput misses lines when compared with direct CMD output (.NET 6)
- Package to open/extract a DEB archive in C#
- Problem exporting to CBZ (maybe Windows 11 problem)
-
Malware downloaded from PyPI 41,000 times was surprisingly stealthy
Not python but I have story of team that depended on a C# library for saving zip files (SharpZipLib); turns out SharpZipLib had an issue: it could corrupt zip files ( https://github.com/icsharpcode/SharpZipLib/issues/391 ). This was a desktop app and reports from users came pouring in about they not being able to open their files. In response the company had to first manually recover their user's data; and nowadays they stress test sharpziplib to make sure it does not produce corrupted files in newer versions.
SharpCompress
Posts with mentions or reviews of SharpCompress.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-08-01.
What are some alternatives?
When comparing SharpZipLib and SharpCompress you can also consider the following projects:
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.
ZipWrapper - A simple zip wrapper based on Lzma and Zlib compress algorithm
Snappy for Windows
Snappy.Sharp - An implementation of google's Snappy compression format in C#