zlib
zlib copied to clipboard
Pre-build zlib1.dll 1.2.12.0 for everyone!
Hey, this is not an issue, but I want to share the information with all people who have issues to build zlib 1.2.12.0 You can use pre-build zlib1.dll from OpenAL Soft: https://openal-soft.org/openal-binaries/
And try it whether it works with your project.
It would be better if it was in nuget packages for specific cpus and OS's (at least all of what .NET supports).
If this is done then dotnet/runtime can drop the copy of the zlib code that they have in their repo that is then linked into System.IO.Compression.Native (or even clrcompression.dll).
Closing since not an issue.