Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.09 KB

File metadata and controls

16 lines (11 loc) · 1.09 KB

System.IO.Compression.ZipFile

Contains convenience methods for extracting and creating zip archives and zip entries to and from file system entries.

Documentation can be found at https://learn.microsoft.com/dotnet/api/system.io.compression.zipfile and https://learn.microsoft.com/dotnet/api/system.io.compression.zipfileextensions.

Contribution Bar

See the Help Wanted issues. We don't have a specific label for ZipFile issues so you will need to read through the list and see if something is available.

Deployment

System.IO.Compression.ZipFile 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