Mikhail Umnov
Mikhail Umnov
Hi, 1.14.0 only includes changes for #209 (PR #210). I'm afraid there are currently no release notes anywhere, but that's a very fair question indeed, I'll check out if github...
Hi, you are completely right, turns out there is a callback like that for compression, but not for extraction and any errors on extraction are propagated to caller. =\ If...
Hi, I don't think there's any specific reason for not having that option, feel free to raise a PR for it.
Hi, nice catch with NotImplementedException! Please feel free to submit a PR if this is causing any issues for you.
Hi, have you tried using ZipFile.Read(file) instead of ZipInputStream? Here's an example: https://github.com/haf/DotNetZip.Semverd/blob/f7e1c3547540bf43bc6819dac489e6b107b1c07a/src/Help/Code%20Examples/Csharp.htm#L279
Hi, I've also started having the same issue recently, it started happening around a month ago. Using .NET Core 3.1 Alpine (FROM mcr.microsoft.com/dotnet/core/aspnet:3.1-alpine) and libgdiplus-dev apk package from dl-3.alpinelinux.org/alpine/edge/testing. The...
I ended up building 6.0.5 (r0) using abuild to avoid any accidental binaries incompatibility in future, in case if anyone else needs it, here's how: ``` FROM alpine:latest AS build_libgdiplus...