[Mono-bugs] [Bug 65778][Nor] New - Type.GetMember Should Be Case-Insensitive

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 12 Sep 2004 22:57:10 -0400 (EDT)


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 bryan@alphora.com.

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

--- shadow/65778	2004-09-12 22:57:10.000000000 -0400
+++ shadow/65778.tmp.19597	2004-09-12 22:57:10.000000000 -0400
@@ -0,0 +1,28 @@
+Bug#: 65778
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: bryan@alphora.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Type.GetMember Should Be Case-Insensitive
+
+In the MS framework the Type.GetMember will do a case in-sensitive search 
+for members and return all that match.  The mono one in 1.0.1 is case 
+sensitive.  I think it needs to be case insensitive as well to be fully 
+compatible.
+
+There should also be a note put into the specs if this method is 
+documented somewhere there.
+
+This killed my xml deserializer which did a ToLower on all attribute names 
+before finding the members to set.