> So you are saying that nuget-ing .Net core would be a workable pre-requisite 
> for
> Rx on mono?

Microsoft open sourced .net a while ago. With that came the movement to
bring .net to other platforms.

https://en.wikipedia.org/wiki/.NET_Framework#.NET_Core

As its currently being heavily developed, it only provides a subset of the full
.net base class library but its covering more ground constantly. A good intro
into what is covered is 
https://blogs.msdn.microsoft.com/dotnet/2016/09/26/introducing-net-standard/

So you can install the sdk and runtime on many supported Linux versions,
a mac or Windows. Get it at https://www.microsoft.com/net/download/core

Then use your text editor of choice, or something like visual studio code 
(another
free offering that supports multiple platforms), add the nuget package and hack
away on your platform of choice;).

jlc
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to