Eclipse IDE Plugin - C # supporting Microsoft.NET Framework

Is there a plugin for Eclipse that allows you to write C # code using the .Net Framework , and not Mono?

+4
source share
1 answer

Use Emonic .
See FAQ :

What .NET implementations can I use?

The implementation of Microsoft, as well as Mono :-) Emonic supports .net 1. *, as well as .net 2. * and 3. *.

Which compiler is used to compile sources?

Emonic does not use the compiler directly. The build engine creates the assembly file and invokes the build command in this assembly file. Thus, the compiler used is the compiler that is configured in the build configuration. Apache Ant and NAnt are currently supported as a build engine. In the case of NAnt, you can select the compiler using the command line flag. You can write this flag in the Emonic nant-start settings to force emonic to use this compiler.

+6
source

All Articles