IO.Compression.Zip API inventory
Provides ZIP archive and entry operations as a distinct component over vendored miniz.
Ownership and selection
| Fact | Pinned value |
|---|---|
| Physical owner | modules/io-compression-zip |
| CMake target | SharpRuntime::IO.Compression.Zip |
| Component kind | static |
| Direct production dependencies | IO, Core.Base (private) |
| External dependency | vendored miniz (private) |
| Public headers | 5 |
| Production sources | 3 |
Select the component
set(SHARP_RUNTIME_COMPONENTS IO.Compression.Zip)
set(SHARP_RUNTIME_BUILD_TESTS OFF CACHE BOOL "" FORCE)
add_subdirectory(sharp-runtime)
target_link_libraries(app PRIVATE SharpRuntime::IO.Compression.Zip)Compatibility and platform notes
Vendored miniz is private to the component. Archive format support and update semantics are a curated subset and this physical component has no dedicated test executable at the pin.
Implementation-status evidence
The owning module has no dedicated C++ test source at this pin. That is evidence about test topology, not a maturity score; behavior may still be exercised transitively or in integration tests.
This page deliberately reports source and test topology instead of a hand-authored Done/Partial maturity badge. Consult limitations and subsystem documentation for material behavioral reductions.
Public header and entry inventory
This complete list is derived from modules/io-compression-zip/include. Each filename is a public discovery entry; it may declare more than one type, and it does not imply method-level .NET parity.