C# 在 linux 中运行 .NET exe
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/800999/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Run .NET exe in linux
提问by devnull
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.
有没有办法在 Linux 中运行 .NET exe(winform 应用程序)而不在 linux 中构建代码?事实上,我没有我之前开发的一些实用程序的代码,并希望在 linux 中运行它们。
Related to : Feasibility of C# development with Mono
采纳答案by jottos
Mono ! http://mono-project.com/Main_Page
单核细胞增多症 !http://mono-project.com/Main_Page
Works great too. There's a growing tool support, C# compiler etc in a growing community.
效果也很好。在不断壮大的社区中,有越来越多的工具支持、C# 编译器等。
回答by UnkwnTech
Wine + .NET
葡萄酒 + .NET