Skip to content

Latest commit

 

History

History

System.IO.Compression

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

System.IO.Compression

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.

System.IO.Compression.Native source

../../native/libs/System.IO.Compression.Native contains the PAL (Platform Abstraction Layer) of the zlib library used by System.IO.Compression.

Contribution Bar

See the Help Wanted issues.

Deployment

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.

See also