I'm new to .NET and Core, and am hoping someone can point me in the right direction with something...
I'm looking to try out the Core 2.x DirectoryServices stuff (https://docs.microsoft.com/en-us/dotnet/api/System.DirectoryServices?view=netcore-2.0), and from the sound of this: https://github.com/dotnet/corefx/issues/2089
it makes it sound like I could use the daily builds to try out some code.
But of course, after trying different things I've gotten nowhere. Am I missing something? How can I test the 2.x-based DirectoryServices stuff?
Thanks!
(I'm on 64-bit Win10 with Visual Studio 2017 Preview)
I'm looking to try out the Core 2.x DirectoryServices stuff (https://docs.microsoft.com/en-us/dotnet/api/System.DirectoryServices?view=netcore-2.0), and from the sound of this: https://github.com/dotnet/corefx/issues/2089
it makes it sound like I could use the daily builds to try out some code.
But of course, after trying different things I've gotten nowhere. Am I missing something? How can I test the 2.x-based DirectoryServices stuff?
Thanks!
(I'm on 64-bit Win10 with Visual Studio 2017 Preview)