Will a program compiled in Mono for Windows run in Linux (with Mono) out of the box?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Short answer:
Maybe.
Longer answer:
If you are not using Windows specific namespaces (such as the WMI namespace) and windows specific concepts (like not having
\embedded in file paths instead of usingPath.DirectorySeparatorChar), things should work just fine.To check whether your application is expected to work, use the Mono Migration Analyzer.