SharpZipLib
SharpZipLib copied to clipboard
#ziplib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform.
Changed the variable names to make it clear and assign the correct stream order to the `Copy` function. Fixed typo in `StreamUtils` class name _I certify that I own, and...
This pull request adds a .NET 6 target which supports [trimming](https://docs.microsoft.com/en-us/dotnet/core/deploying/trimming/prepare-libraries-for-trimming). _I certify that I own, and have sufficient rights to contribute, all source code and related material intended to...
```cs private IHttpActionResult RunReport(String reportCode) { // Get the report data into a memory stream using (var stream = new System.IO.MemoryStream()) { uint pos = 0; IChunk chunk = null;...
### Steps to reproduce 1.Create a ZIP with 3 folders. 2.Put in one of the folders 2 big (1.5GB) data files or more (txt, File or any type but not...
If i change SharpZipLib to 1.3.3 NPOI packege is not working.but Npoi using 1.3.2 SharpZipLib which is a security vuneable by blackduck tool.
### Steps to reproduce Call ZipFile.TestArchive when the application is under severe memory pressure. ### Expected behavior An `OutOfMemoryException` is thrown by the runtime and leaks out of SharpZipLib. ###...
### Steps to reproduce 1. Create Empty *.txt file and rename extension to *.zip 2. Use OpenReadStream() and TestArchive(true, TestStrategy.FindFirstError, null) ### Expected behavior The method must return **false** ###...
### Steps to reproduce 1. Be unfamiliar with importing 3rd party libraries in C# 2. Be using Unity or some other framework that requires a .dll file for libraries, and...
When adding to a .zip archive on disk, the update does not happen in place. Instead, a temporary .zip file with the updated contents is created in a temporary directory...
### Steps to reproduce 1. Please see the test located at https://github.com/MatthewSteeples/SharpZipLib/commit/c76de92b5f250f37d292112cb26639afc53d0d9b ### Expected behavior File should extract normally and read 1 byte from each file (we're experiencing this problem...