[Mono-dev] Open source .Net, and TLS 1.1 & 1.2

Jonathan Pryor jonpryor at vt.edu
Tue Dec 16 15:02:52 UTC 2014


On Dec 15, 2014, at 6:54 AM, Edward Ned Harvey (mono) <edward.harvey.mono at clevertrove.com> wrote:
> I'll look into __MonoCS__ to see if it does what I'm looking for.

It is not what you're looking for. __MonoCS__ is defined by the Mono C# compiler (mcs); that's all it means.

It doesn't mean that you're building on Linux or Windows (Mono + mcs runs on Windows). It doesn't control which runtime mcs is running within (mcs runs within .NET as well as Mono). It doesn't control what runtime you're running in (mcs output runs on .NET).

About the only use for __MonoCS__ is if you hit an mcs bug and want to work around it.

 - Jon



More information about the Mono-devel-list mailing list