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
One reason dotnet/runtime chooses not to use Mono.Posix in our tests is because it doesn't support all the platforms that we run our tests on. Specifically s390x. See the conversation here:
One reason dotnet/runtime chooses not to use Mono.Posix in our tests is because it doesn't support all the platforms that we run our tests on. Specifically s390x. See the conversation here:
https://github.com/dotnet/runtime/issues/63811#issuecomment-1016181204
We should consider adding support for all the platforms that dotnet/runtime supports.