I have a closed source assembly (isn’t obfuscated or anything like that), but I was wondering if there was an application that will take that assembly and convert it to mono (especially for use on linux). Is this automatic or do I need to do something. I haven’t done any mono… ever.
Share
Assuming that everything required by the assembly is supported by Mono, you shouldn’t have to do anything – it should already be binary compatible. That’s one of the points of IL 🙂