Closed ermshiperete closed 5 years ago
Mono 5 uses the Roslyn compiler (which is the same as on Windows) which doesn't define __MonoCS__. This change modifies the code to check at runtime whether we're running on Mono.
__MonoCS__
This change is
Superseded by #52
Mono 5 uses the Roslyn compiler (which is the same as on Windows) which doesn't define
__MonoCS__
. This change modifies the code to check at runtime whether we're running on Mono.This change is