Is there any hope that this namespace will be port to .net core?
(I am having much trouble utilizing 3rd party libraries for LDAP authentication)
I am specifically asking IF and WHEN will System.DirectoryServices.AccountManagement namespace be available, so my question is not duplicate to :
Authenticate against Active Directory in .NET Core 1.0 application?
(which is asking generally for alternatives to the namespace)
Update Jan-2018 This question is still valid ESPECIALLY for programmers that need to port code to .net Core and seek for out-of-the-box support of the namespace System.DirectoryServices.AccountManagement.
It may be very usefull to many programmers that the above is actually doable now with the Core 2.1 release and through the Windows Compatibility Pack. This pack incorporates the DirectoryServices namespaces needed.
BUT beware that it can actually work when running on Windows Platform!