mono / mono.posix

POSIX/Unix interface for Mono, .NET and .NET Core. Provides functionality for managed code to access POSIX/Unix features not accessible via the BCL. This repository supersedes the older code in https://github.com/mono/mono
MIT License
42 stars 10 forks source link

[dotnet] Use `NativeLibrary` to load `libMono.Unix` DSO #6

Closed grendello closed 3 years ago

grendello commented 3 years ago

dotnet needs this in order to be able to locate the shared library in the runtimes subdirectory of the directory where Mono.Unix.dll lives. The code is enabled only for netcoreapp builds.