[MonoDevelop] MonoDevelop 2.2 RC released

Michael Hutchinson m.j.hutchinson at gmail.com
Thu Dec 10 14:39:47 EST 2009


On Thu, Dec 10, 2009 at 2:26 PM, Stifu <stifu at free.fr> wrote:
>
> Follow up:
>
> Here are 2 issues I get with MonoDevelop 2.2 RC on Windows:
>
> 1- It can't compile my solution. From what I understand, it's confused by
> the fact it's a .NET 2.0 app yet uses .NET 3.5 / C# 3.0 shortcuts for
> getters and setters (Property { get; set; }), and so gives me compilation
> errors telling me they need to declare a body.
> You can get my application from here to check out the problem:
> http://code.google.com/p/epicedit/

I imagine that would be because MD on Windows uses the .NET compiler
by default, so because you're targetting 2.0, it's using the .NET 2.0
csc.

mcs/gmcs allows use of some features from future versions of the
language,as long as they don't require the newer framework features.
You can disable thsi by setting a specific languag version.

> 2- I'm on a French set up, and there seems to be problem with accents in the
> texts MonoDevelop outputs. "é" is replaced by "," in the error messages.
>
> Are these problems known? Let me know if I should file them on bugzilla.

Could you file a bug for the second issue?

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list