To fix issue #2 myself, I cloned this repositiory and executed unit tests.
By upgrading NUint to 3 and installing NUnit3Adapter nuget I was able to run IntegrationTests.cs, but the tests just stuck and never end. It is strange because tests reside on PNGCompressTests.cs works without a problem. It happens regardless of my patch (PR #3) to ZopfliStream.
To fix issue #2 myself, I cloned this repositiory and executed unit tests.
By upgrading NUint to 3 and installing NUnit3Adapter nuget I was able to run
IntegrationTests.cs, but the tests just stuck and never end. It is strange because tests reside onPNGCompressTests.csworks without a problem. It happens regardless of my patch (PR #3) to ZopfliStream.