[Mono-bugs] [Bug 77111][Nor] New - [PATCH] XML Schema for non-xsd primitives is not correct

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Dec 28 11:52:13 EST 2005


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 gert.driesen at pandora.be.

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

--- shadow/77111	2005-12-28 11:52:13.000000000 -0500
+++ shadow/77111.tmp.4444	2005-12-28 11:52:13.000000000 -0500
@@ -0,0 +1,29 @@
+Bug#: 77111
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.XML
+AssignedTo: atsushi at ximian.com                            
+ReportedBy: gert.driesen at pandora.be               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [PATCH] XML Schema for non-xsd primitives is not correct
+
+Currently, mono does not generate the correct XML Schema for a non-xsd 
+primitive type (meaning char and guid).
+
+I've committed a test case named "ExportPrimitive_Guid" (marked 
+NotWorking) in System.Xml.Serialization/XmlSchemaExporterTests.cs which 
+allows you to reproduce this issue. That test case passes on both MS.NET 
+1.1 and 2.0, and fails on Mono.
+
+The attached patch fixes this issues.
+
+Can someone review the patch and let me know whether its ok to commit ?


More information about the mono-bugs mailing list