Run .NET exe in linux

后端 未结 3 379
谎友^
谎友^ 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

提交回复
热议问题