NativeLibraryManager icon indicating copy to clipboard operation
NativeLibraryManager copied to clipboard

A .NET Standard 2.0 library to manage native dependencies stored as binary resources.

Results 2 NativeLibraryManager issues
Sort by recently updated
recently updated
newest added

This is from my [Bassoon](https://gitlab.com/define-private-public/Bassoon) project. Everything is working 100% for Windows and Linux. The `PortAudioSharp` portion is working fine on OS X , but the `libsndfileSharp` isn't loading the...

bug

if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) { } else if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux)) { } else if (RuntimeInformation.IsOSPlatform(OSPlatform.OSX)) { } etc.