c# - Eclipse IDE - 支持 Microsoft .NET Framework 的 C# 插件

标签 c# eclipse plugins ide

是否有 Eclipse 插件允许您使用 .Net Framework 而不是 Mono 编写 C# 代码?

最佳答案

使用Emonic .
查看FAQ :

Which .NET implementations can I use?

Microsoft's implementation as well as Mono :-) Emonic supports .net 1.* as well as .net 2.* and 3.*.

Which compiler is used to compile the sources?

Emonic does not use a compiler directly. The build mechanism writes creates a build file and invokes a build command on that build file. Thus, the compiler used is the compiler which is configured in the build's setup. At the moment, Apache Ant and NAnt is supported as a build mechanism. In the case of NAnt, you can choose the compiler via a command line flag. You can write this flag in the Emonic preferences of the nant-start to force emonic to use this compiler.

关于c# - Eclipse IDE - 支持 Microsoft .NET Framework 的 C# 插件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7013894/

相关文章:

java - 如何在多台机器上使用一个 Sonar 服务器

java - Android XML 混合和小困难

java - 在运行时在 Java 导出的 WAR 中创建配置文件

internet-explorer - 测试浏览器插件的性能,内存泄漏,页面加载等

c# - DLL版本不匹配问题

c# - 不能在 Silverlight 中使用 SHA-512?

c# - 如何在 Guid/UNIQUEIDENTIFIER (SQL Server) 中解释 #

java - 无法安装打包为 eclipse 更新站点的 eclipse 插件

macos - 屏幕保护后如何调用Mac授权插件解锁锁屏?

c# - 如何在 mootools 中传递对象本身(就像我们在 C# 中所做的那样)?