DarkRiftNetworking / Hazel-Networking

Hazel Networking is a low level networking library for C# providing connection orientated, message based communication via TCP, UDP and RUDP.
http://www.darkriftnetworking.com
MIT License
206 stars 44 forks source link

.NET Core compatibility? #4

Open Supergeek opened 7 years ago

Supergeek commented 7 years ago

Have you looked at supporting .NET Core? Microsoft has really been pushing the performance capabilities of Core. Making your library Core-compatible would enable people to run fast, lightweight services in a minimal environment.

JamJar00 commented 7 years ago

I will be, I don't know a huge amount about it but I will be looking into it in the future so that DarkRift 2(my software based off Hazel) doesn't have to run on Linux through Mono.

Supergeek commented 7 years ago

Maybe this article will be useful to you. It shows a couple quick ways to analyze your project for compatibility, and how to get started. http://www.michael-whelan.net/porting-dotnet-framework-library-to-dotnet-core/