LibZipSharp icon indicating copy to clipboard operation
LibZipSharp copied to clipboard

A managed wrapper (and then some) around libzip (https://libzip.org/)

Results 5 LibZipSharp issues
Sort by recently updated
recently updated
newest added

Context https://i.azdo.io/1714603 The error is below. It looks like GetAttributes is throwing an exception which we are not handling. However the file does exists.... so it should work. ``` C:\Program...

We should add a `System.IO.Compresson` compatible api which uses LibZipSharp under the hood. This would allow developers to switch over to using LibZipSharp easily.

Originally libZipSharp had no use for libzip's encryption functions as Xamarin.Android doesn't use them, but now that the library is shipped in a nuget those functions may come useful. Implement...

enhancement

Currently for .net 6 and other platforms we have a runtime dependency on Mono.Posix.NetStandard. This is only because we need libMonoPosixHelper.so/dylib on the various platforms. We already pulled in the...

Update the token in the Localization step to one backed by a managed identity