Snappy for Windows
SharpZipLib
Snappy for Windows | SharpZipLib | |
---|---|---|
- | 7 | |
- | 3,877 | |
- | 0.1% | |
- | 0.0 | |
- | 12 months ago | |
C# | ||
- | MIT License |
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.
Snappy for Windows
We haven't tracked posts mentioning Snappy for Windows yet.
Tracking mentions began in Dec 2020.
SharpZipLib
-
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.
What are some alternatives?
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.
SharpCompress - SharpCompress is a fully managed C# library to deal with many compression types and formats.
Owin.Compression - Compression (Deflate / GZip) module for Microsoft OWIN filesystem pipeline. Works with Selfhost and also on AspNetCore.
ZipWrapper - A simple zip wrapper based on Lzma and Zlib compress algorithm