[Mono-bugs] [Bug 65778][Nor] Changed - Type.GetMember Should Be Case-Insensitive
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 13 Sep 2004 09:02:19 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=65778
--- shadow/65778 2004-09-12 22:57:10.000000000 -0400
+++ shadow/65778.tmp.29221 2004-09-13 09:02:19.000000000 -0400
@@ -1,16 +1,16 @@
Bug#: 65778
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
+Status: NEEDINFO
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
-Component: System
+Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: bryan@alphora.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
@@ -23,6 +23,14 @@
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.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-09-13 09:02 -------
+Am having a hard time believing this is true? The MS docs explicitly
+state that it is case-sensitive. A quick test shows that this is
+correct.
+
+Can you come up with a test case that demonstrates the problem (and
+test it on the ms runtime and the mono runtime)? Until then NEEDINFO