[Mono-bugs] [Bug 78145][Nor] Changed - [PATCH] XmlSchemaExporter
does not export elements in same order as MS.NET
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Apr 24 06:34:57 EDT 2006
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 at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78145
--- shadow/78145 2006-04-20 04:15:07.000000000 -0400
+++ shadow/78145.tmp.31976 2006-04-24 06:34:57.000000000 -0400
@@ -2,13 +2,13 @@
Product: Mono: Class Libraries
Version: 1.1
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Sys.XML
AssignedTo: lluis at ximian.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -23,6 +23,13 @@
enable quite some unit tests.
------- Additional Comments From gert.driesen at pandora.be 2006-04-20 04:15 -------
Created an attachment (id=16795)
Fix and unit tests
+
+------- Additional Comments From lluis at ximian.com 2006-04-24 06:34 -------
+The patch looks ok. Just one detail: instead of creating a new
+container class, I think it would be simpler to use XmlSchemaObject as
+container type, and then add a AddToContainer method which checks the
+real type of the conainer and adds the item to the collection. Anyway,
+feel free to commit.
More information about the mono-bugs
mailing list