NetMQ / NetMQ.ReactiveExtensions

Effortlessly send messages anywhere on the network using Reactive Extensions (RX). Transport protocol is ZeroMQ.
Mozilla Public License 2.0
66 stars 14 forks source link

Updated NetMQ.ReactiveExtensions to be compatible with .NET Core 1.0. #35

Closed sharpe5 closed 8 years ago

sharpe5 commented 8 years ago

I want to use my library with Linux Docker and .NET Core 1.0, so I've updated it so that it passes the compatiblity tests for .NET Core 1.0, using .NET Portability Analyzer.

It was actually quite a lot of work, however, it's passing all of its unit tests now, so it should be quite solid. Incredible respect for the amount of work it would have taken to get NetMQ compatible as well.

Feedback welcome!

drewnoakes commented 8 years ago

Nice!