[Mono-dev] System.Action name collision

Jb Evain jb at nurv.fr
Wed Apr 9 13:03:31 EDT 2008


Hey,

On 4/9/08, Sanghyeon Seo <sanxiyn at gmail.com> wrote:
>  Now Mono 1.9's C# compiler defaults to C# 3.0 mode, and to quote, "the
>  System.Core.dll assembly is now referenced and this might cause some
>  type ambiguities, in particular with the "Action" type (System.Action
>  from System.Core vs Gtk.Action for example). The fix is to either use
>  fully qualified names for Gtk.Action, or to use namespace aliases."
>  (See Mono release note.)

It's worth noting that it's not just a Mono issue. You'll have the
exact same issue as soon as you'll compile on csc 3.5, as discussed in
a previous thread.

-- 
Jb Evain  <jb at nurv.fr>


More information about the Mono-devel-list mailing list