NetMQ / Zyre

C# Implementation of ZeroMQ Realtime Exchange Protocol, based on NetMQ
Mozilla Public License 2.0
33 stars 14 forks source link

DotNet Core Port? #10

Open alikalfaoglu opened 7 years ago

alikalfaoglu commented 7 years ago

Need dotnet port of this library. I temporarily ported to dotnet core but it would be better if i can add this as a nuget package.

drewnoakes commented 7 years ago

Can you file a PR that targets netstandard using project.json? If we have that, we can get a package on NuGet.

alikalfaoglu commented 7 years ago

Ok, but you have to do some code change in ZyreNode.cs. Due to changes in reflection API, MethodNameLevelAbove() causes problems. I had to remark implementation and usage..

alikalfaoglu commented 7 years ago

https://github.com/alikalfaoglu/Zyre/pull/1/commits/e5a379c52d8b3b51b765324bc8450e8c3eee45ed.

Added detailed description.