jsakamoto / ipaddressrange

.NET Class Library for range of IP address, both IPv4 and IPv6.
Mozilla Public License 2.0
370 stars 71 forks source link

.Net Core support #25

Closed brooklynDev closed 7 years ago

brooklynDev commented 8 years ago

Thanks for a very useful library.

Any plans for adding .Net Core support? I went through the source code, and the only issue I see here is with regards to Serialization. Currently, this is not supported in .Net Core. See here:

https://github.com/dotnet/corefx/issues/6564

Thanks!

jsakamoto commented 8 years ago

@brooklynDev Thank you for your post.

Yes, I hope, add .Net Core support, but I have no time in these days.

Please let me few weeks or months, or I always welcome pull request for .Net Core support :)

jsakamoto commented 7 years ago

@brooklynDev I released .NET Core supported edition beta release.

https://twitter.com/jsakamoto/status/803580198469779456

Would you like to try it?

brooklynDev commented 7 years ago

@jsakamoto Wow, thanks so much for the effort. Just tested it, and it all looks green. I'll close the issue, thanks again!