CoreyKaylor / Lightning.NET

.NET library for LMDB key-value store
Other
398 stars 82 forks source link

Issue about dependencies #76

Closed hey-red closed 7 years ago

hey-red commented 7 years ago

Hello! I see you set mappings in this project instead adding Lmdb package as dependency. It fixes dotnet-cli bug or what?

CoreyKaylor commented 7 years ago

Yes, when running locally via the projects the dotnet cli doesn't load the native binaries like it did in earlier rc releases. That is just a workaround to deal with that. Otherwise the nuget package that is released will work fine with the nuget packages included native libs from the dotnet cli.