Bug 318206 (MONO75195) - [GMCS] Type.FullName should include generic arguments
Summary: [GMCS] Type.FullName should include generic arguments
Status: RESOLVED FIXED
Alias: MONO75195
Product: Mono: Runtime
Classification: Mono
Component: misc (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: Mono Bugs
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-09 16:17 UTC by Forgotten User vxPDddArjq
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 19:20:31 UTC


---- Reported by vargaz@gmail.com 2005-06-09 09:17:40 MST ----

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.



---- Additional Comments From vargaz@gmail.com 2005-06-11 07:52:20 MST ----

More info on type names:

http://blogs.msdn.com/yirutang/archive/2005/05/05/415025.aspx



---- Additional Comments From martin@ximian.com 2005-06-15 11:38:33 MST ----

Fixed in SVN.


Unknown operating system unknown. Setting to default OS "Other".