Run .NET exe in linux

后端 未结 3 371
谎友^
谎友^ 2020-12-08 11:05

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 utilitie

相关标签:
3条回答
  • 2020-12-08 11:25

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

    0 讨论(0)
  • 2020-12-08 11:34

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

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

    0 讨论(0)
  • 2020-12-08 11:50

    Wine + .NET

    0 讨论(0)
提交回复
热议问题