Created
October 17, 2019 12:31
-
-
Save 0xced/b71c41a0c568c9692ed1ab862dd8e74c to your computer and use it in GitHub Desktop.
NuGet with native dynamic libraries [dylib] [dll] [so]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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