[MonoDevelop] MonoDevelop 2.2 RC released

Stifu stifu at free.fr
Thu Dec 10 16:19:29 EST 2009


Concerning the first issue, just to clear that up, I can build my solution
just fine with Visual Studio and SharpDevelop.
I'll report the second bug.

Thanks.


Michael Hutchinson wrote:
> 
> 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
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
> 
> 

-- 
View this message in context: http://old.nabble.com/MonoDevelop-2.2-RC-released-tp26732095p26734689.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.



More information about the Monodevelop-list mailing list