[Mono-bugs] [Bug 410717] New: Base types should be fully qualified (ITypeName.Name)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Jul 20 07:09:51 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=410717


           Summary: Base types should be fully qualified (ITypeName.Name)
           Product: Mono: Compilers
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: msafar at novell.com
        ReportedBy: mkrueger at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Hi

In this case:

namespace StandAloneTextEditor
{
  public partial class MainFrame : Gtk.Window
  {
  }
}

The TypeName of the base type is "Window". But I need the fully qualified name
"Gtk.Window" (I could need this ASAP for stetic).

Regards
Mike


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list