[Mono-bugs] [Bug 59638][Blo] Changed - MONO Beta 2 bug with XmlSerializer member ordering

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 5 Jun 2004 22:25:15 -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 davidandrewtaylor@hotmail.com.

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

--- shadow/59638	2004-06-05 22:24:22.000000000 -0400
+++ shadow/59638.tmp.17023	2004-06-05 22:25:15.000000000 -0400
@@ -67,6 +67,11 @@
 - Line 178 if (_attributeMembers.ContainsKey (key))
 + Line 178 if (_attributeMembers.Contains (key))
 Note: You may want to add "using System.Collections.Specialized;"
 
 Thanks,
 David Taylor
+
+------- Additional Comments From davidandrewtaylor@hotmail.com  2004-06-05 22:25 -------
+Created an attachment (id=8011)
+Test case demonstrating problem (run this on MONO and then on .NET 1.1)
+