I need to test if some of the DLLs that I use will run in .NET core or mono, basically to see if we can run it in Linux, i saw this thread talking about Mono but I don't know how to use it to test my DLL.
Asked
Active
Viewed 317 times
1
-
Find a Linux machine, install Mono and then test your library. SO is not a site for tutorials. – Lex Li Mar 23 '19 at 19:05
-
I suggest using something like Vagrant and VirtualBox to set yourself up a linux VM on your local machine, assuming you are using Windows. Install Mono on it, copy over your executable, as see if it runs. – muszeo Mar 24 '19 at 06:30
-
what shoud expect to see if it doesn't run in linux? – Nillmer Mar 24 '19 at 21:36
-
@Nillmer Did you find a solution? – Ali Tou May 24 '20 at 20:29
-
No, I didn't find it. – Nillmer Jun 05 '20 at 01:38