Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
NOTICE: This repository is not maintained, it is simply a mirror of the original library from ComponentAce.
For an active fork, try https://github.com/Elskom/zlib.managed/

zlib.managed has since been archived as a bug in compression/decompression has been identified to happen
that does not happen when doing manual p/invokes. This bug also happens in the original ZLIB.NET as well.
As such for .NET 8+ I recommend to use the ZlibSharp nuget package instead which also adds in simplified
ZlibEncoder and ZlibDecorer types that operate on System.Memory.Span's for performance.

ZLIB.NET: README
==================================================

Expand Down