LibZipSharp icon indicating copy to clipboard operation
LibZipSharp copied to clipboard

Pull in the required MonoPoxisHelper method calls into this repo.

Open dellis1972 opened this issue 5 years ago • 1 comments

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 required C# code so we are independent of that library. So we should also pull in the required native bits.

Now we can either

  1. Create a new native lib libZipSharpHelper which contains those calls or..
  2. Fold that code into the libzip native libraries.

Not sure which option is better..

dellis1972 avatar Jan 14 '21 10:01 dellis1972

Mono.Posix + the helper native lib will soon be moving to their own repository. Perhaps we could submodule it and refactor the native helper code so that we can include the sources we need in our build?

grendello avatar Jan 14 '21 10:01 grendello