https://github.com/hellokitty/iconic.zlib.netstandard
A .NETStandard compatible port of Iconic.Zlib.
https://github.com/hellokitty/iconic.zlib.netstandard
Last synced: about 1 year ago
JSON representation
A .NETStandard compatible port of Iconic.Zlib.
- Host: GitHub
- URL: https://github.com/hellokitty/iconic.zlib.netstandard
- Owner: HelloKitty
- License: mit
- Created: 2017-02-28T06:49:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-17T22:24:08.000Z (almost 4 years ago)
- Last Synced: 2025-04-09T18:10:30.368Z (about 1 year ago)
- Language: C#
- Size: 113 KB
- Stars: 7
- Watchers: 2
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Iconic.Zlib.Netstandard
Iconic.Zlib.Netstandard is an open-source .NETSTANDARD, .NETCORE, and .NETFRAMEWORK compatible port of the Iconic.Zlib library.
It does not contain a multithreaded decompression stream due to netstandard1.3 not having the Threadpool.
## Builds
Available on a Nuget: https://www.nuget.org/packages/Iconic.Zlib.Netstandard
## Tests
TODO Setup Mono tests
#### Windows - Unit Tests
(Done locally)
## Licensing
My changes/diff are licensed under MIT. The original Dotnetzip source's [license can be found here](http://dotnetzip.codeplex.com/license) and I'm also obligated to license this new version under the original license.