I have error of System.DirectoryServices.Protocols is not supported on this plartform while I'm using 5.18.19-3-MANJARO (64-bit), with the 6.0.9 runtime
The exception is thrown while executing the following statement:
var connection = new LdapConnection(domain);
I tried both versions 6.0.1 and 7.0.0-rc.2.22472.3, and the issue is occurring every time.
I use .NET6 for this project. According to the research I've done, this package should be cross-platform on both Mac and Linux for a few years now, am I missing something to be able to use it?