blst icon indicating copy to clipboard operation
blst copied to clipboard

C# - look for native library in nuget conventional locations

Open dkackman opened this issue 4 months ago • 7 comments

.NET's package manage, NuGet, will install native libraries in a standard location, denoted by it's Runtime Identifier. This is the most common way for a .net package to be deployed.

This change modifies the C# POC code to look in those locations when loading the native library in the blst static constructor, making it easier to author NuGet packages that include the blst native libraries.

dkackman avatar Apr 01 '24 14:04 dkackman