Bugzilla – Bug 318206
[GMCS] Type.FullName should include generic arguments
Last modified: 2007-09-15 21:24:46 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".