libgit2 / libgit2sharp.nativebinaries

MIT License
28 stars 62 forks source link

buster slim - Debian 10 not working #106

Closed stephenlautier closed 4 years ago

stephenlautier commented 4 years ago

After updating to netcore 3 using the following docker image mcr.microsoft.com/dotnet/core/aspnet:3.0-buster-slim https://packages.debian.org/buster/slim

Using latest LibGit2Sharp: 0.26.1

This is the error we are getting:

Error

The type initializer for 'LibGit2Sharp.Core.NativeMethods' threw an exception

Unable to load shared library 'git2-7ce88e6' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libgit2-7ce88e6: cannot open shared object file: No such file or directory

stephenlautier commented 4 years ago

Updated to 0.27.0-preview-0029 and it worked