go.archive.zip
1.23.1.4
dotnet add package go.archive.zip --version 1.23.1.4
NuGet\Install-Package go.archive.zip -Version 1.23.1.4
<PackageReference Include="go.archive.zip" Version="1.23.1.4" />
<PackageVersion Include="go.archive.zip" Version="1.23.1.4" />
<PackageReference Include="go.archive.zip" />
paket add go.archive.zip --version 1.23.1.4
#r "nuget: go.archive.zip, 1.23.1.4"
#:package go.archive.zip@1.23.1.4
#addin nuget:?package=go.archive.zip&version=1.23.1.4
#tool nuget:?package=go.archive.zip&version=1.23.1.4
go.archive.zip
C# package converted from the Go standard library by go2cs. Go version: 1.23.1
Package zip provides support for reading and writing ZIP archives.
See the ZIP specification for details.
This package does not support disk spanning.
A note about ZIP64:
To be backwards compatible the FileHeader has both 32 and 64 bit Size fields. The 64 bit fields will always contain the correct value and for normal archives both fields will be the same. For files requiring the ZIP64 format the 32 bit fields will be 0xffffffff and the 64 bit fields must be used instead.
Part of the go2cs converted Go standard library. See the repository for usage and details.
Copyright 2009 The Go Authors. All rights reserved. This C# package is converted from Go standard library source; use of that source is governed by a BSD-style license that can be found in the LICENSE file. The go2cs conversion itself is distributed under the MIT license.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- go.bufio (>= 1.23.1.4)
- go.compress.flate (>= 1.23.1.4)
- go.encoding.binary (>= 1.23.1.4)
- go.errors (>= 1.23.1.4)
- go.hash (>= 1.23.1.4)
- go.hash.crc32 (>= 1.23.1.4)
- go.internal.godebug (>= 1.23.1.4)
- go.io (>= 1.23.1.4)
- go.io.fs (>= 1.23.1.4)
- go.lib (>= 1.23.1.4)
- go.os (>= 1.23.1.4)
- go.path (>= 1.23.1.4)
- go.path.filepath (>= 1.23.1.4)
- go.slices (>= 1.23.1.4)
- go.strings (>= 1.23.1.4)
- go.sync (>= 1.23.1.4)
- go.time (>= 1.23.1.4)
- go.unicode.utf8 (>= 1.23.1.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.