[Mono-bugs] [Bug 23946] Changed - Convert.ChangeType fails on TypeBuilder-created types

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
27 Apr 2002 14:57:01 -0000


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 martin@gnome.org.

http://bugzilla.ximian.com/show_bug.cgi?id=23946

--- shadow/23946	Sat Apr 27 10:55:36 2002
+++ shadow/23946.tmp.2500	Sat Apr 27 10:57:01 2002
@@ -2,13 +2,13 @@
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: Windows
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: martin@gnome.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -30,6 +30,11 @@
 
 fail with an InvalidCastException - the IConvertible interface of 
 mscorlib's System.Int32 type doesn't know anything about the new 
 "System.Int32" type.
 
 Martin
+
+------- Additional Comments From martin@gnome.org  2002-04-27 10:57 -------
+Btw. we should check whether Convert.ChangeType() has any negative
+performance impacts if the object already has the correct type.
+