[Mono-bugs] [Bug 74349][Nor] Changed - classes implementing IXmlSerializable are not serialized correctly (patch attached)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 12 Apr 2005 14:26:32 -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 lluis@ximian.com.

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

--- shadow/74349	2005-04-10 09:03:28.000000000 -0400
+++ shadow/74349.tmp.20954	2005-04-12 14:26:32.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 74349
 Product: Mono: Class Libraries
 Version: 1.1
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Sys.XML
 AssignedTo: lluis@ximian.com                            
 ReportedBy: kostat@mainsoft.com               
 QAContact: mono-bugs@ximian.com
@@ -191,6 +191,11 @@
 
 
 ------- Additional Comments From andrews@mainsoft.com  2005-04-10 09:03 -------
 Created an attachment (id=14908)
 Patch - better formed, then what Kosta has sent earlier
 
+
+------- Additional Comments From lluis@ximian.com  2005-04-12 14:26 -------
+The issue is now fixed in SVN. I did some changes to the patch to
+reduce code duplication and to make it generate the schema like MS.NET
+(what the original patch generated was not fully correct).