Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=75195 --- shadow/75195 2005-06-09 09:17:40.000000000 -0400 +++ shadow/75195.tmp.13837 2005-06-09 09:17:40.000000000 -0400 @@ -0,0 +1,29 @@ +Bug#: 75195 +Product: Mono: Runtime +Version: unspecified +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: misc +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Summary: [GMCS] Type.FullName should include generic arguments + +On MS.NET, calling Type.FullName on a generic type returns its arguments as +well, ie. + +IDictionary<int, int>.FullName + +returns: + +IDictionary'2[[System.Int32, mscorlib, Version=2.0.0.0, Culture=neutral, +PublicKeyToken=...],[System.Int32...]] + +mono only returns IDictionary'2. This causes many errors in the corcompare +pages, since generic methods never 'match' with their MS counterparts. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
