-
-
Notifications
You must be signed in to change notification settings - Fork 26
.NET Core #3
Comments
Up for grabs :) On Fri, 3 Jun 2016, 12:20 AM Arnaud Castaner [email protected]
|
Begin/End APM methods in class Resolver use AsyncResult class from System.Runtime.Remoting.Messaging namespace. Since .NET Remoting is not available on .NET Standard, these methods are excluded from the .NET Standard project.
I have added a project in a separate solution supporting .NET Standard 2.0. Only difference with the .NET Framework 3.5 project is that the .NET Standard project is not able to support the legacy asynchronous methods For details, see PR #9 . |
You can see my project Ubiety.Dns.Core that supports .NET Standard 2.0 |
I was wondering if you were planning to port this library to .NET Core?
The text was updated successfully, but these errors were encountered: