dotnet / LLVMSharp

LLVM bindings for .NET Standard written in C# using ClangSharp
MIT License
846 stars 97 forks source link

Adding a DllImport resolver for netcoreapp3.1 #132

Closed tannergooding closed 4 years ago

tannergooding commented 4 years ago

Now that we are multitargeting netcoreapp3.1, we can add a DllImport resolver which allows users to customize the native library resolution strategy.