Is it possible to convert the assembly of windows to mono?

I have the source node closed (not obfuscated or something like that), but I was wondering if there is an application that will take this assembly and convert it to mono (especially for use on Linux). Is it automatic or do I need to do something. I haven't done mono ... ever.

+3
source share
2 answers

Assuming that everything that is required for the assembly is supported by Mono, you do not need to do anything - it must be compatible with binary ones. This is one of the points of IL :)

+4
source

Mono Migration Analyzer, , Mono. , .net Mono. , mono myapp.exe .

+3

All Articles