Run .NET exe in linux

2020-02-02 12:11发布

Is there any way to run the .NET exe (of a winform app) in Linux without building the code in linux? In fact I don't have the code for some of the utilities I developed earlier and would like to run them in linux.

Related to : Feasibility of C# development with Mono

标签: c# .net linux
3条回答
Anthone
2楼-- · 2020-02-02 12:38

Wine + .NET

查看更多
▲ chillily
3楼-- · 2020-02-02 12:45

You can test it by using the Mono Migration Analyzer or by actually testing it using the Mono command prompt...covered in this article

查看更多
爷、活的狠高调
4楼-- · 2020-02-02 12:47

Mono ! http://mono-project.com/Main_Page

Works great too. There's a growing tool support, C# compiler etc in a growing community.

查看更多
登录 后发表回答