Contains the source and tests of assembly System.IO.Compression, that includes types widely used on the compression space, as well as types for zip manipulation, and implementations of the Deflate and Gzip algorithms.
Documentation can be found at https://learn.microsoft.com/dotnet/api/system.io.compression.
../../native/libs/System.IO.Compression.Native contains the PAL (Platform Abstraction Layer) of the zlib library used by System.IO.Compression.
- We consider new features, new APIs and performance changes
- We consider PRs that target this library for new source code analyzers
See the Help Wanted issues.
System.IO.Compression
is included in the shared framework. The package does not need to be installed into any project compatible with .NET Standard 2.0.