Skip to content

Instantly share code, notes, and snippets.

@0xced
Created October 17, 2019 12:31
Show Gist options
  • Save 0xced/b71c41a0c568c9692ed1ab862dd8e74c to your computer and use it in GitHub Desktop.
Save 0xced/b71c41a0c568c9692ed1ab862dd8e74c to your computer and use it in GitHub Desktop.
NuGet with native dynamic libraries [dylib] [dll] [so]
https://stackoverflow.com/questions/38728583/how-to-create-nuget-package-for-native-c/57616597#57616597
--> https://digitalhouseblog.wordpress.com/2019/08/22/how-to-make-a-nuget-package-for-c/
https://dev.to/jeikabu/loading-native-libraries-in-c-fh6
--> https://docs.microsoft.com/en-us/windows/win32/dlls/dynamic-link-library-search-order
--> https://rendered-obsolete.github.io/2018/08/15/nupkg-with-native.html (broken link on dev.to)
--> https://natemcmaster.com/blog/2018/07/25/netcore-plugins/
https://stackoverflow.com/questions/49270527/can-you-dynamically-load-cross-platform-native-unmanaged-dlls-libs-in-net-core/52286519#52286519
https://github.com/richlander/dotnet-core-assembly-loading/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment