[Mono-bugs] [Bug 75195][Nor] New - [GMCS] Type.FullName should include generic arguments

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jun 9 09:17:40 EDT 2005


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 vargaz at gmail.com.

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: mono-bugs at ximian.com                            
+ReportedBy: vargaz at gmail.com               
+QAContact: mono-bugs at ximian.com
+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.


More information about the mono-bugs mailing list