[Mono-bugs] [Bug 74351][Nor] Changed - XmlChoiceIdentifier attribute is ignored during deserialization (patch attached)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 4 Apr 2005 05:44:05 -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=74351
--- shadow/74351 2005-04-03 09:45:02.000000000 -0400
+++ shadow/74351.tmp.21755 2005-04-04 05:44:05.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 74351
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
@@ -88,6 +88,11 @@
change needed in System.Xml.Serialization/XmlTypeMapMemberElement.cs file
------- Additional Comments From kostat@mainsoft.com 2005-04-03 09:45 -------
If the patch is applied, the XmlTypeMapElementInfo.ChoiceValue
property is not used and can be removed.
+
+------- Additional Comments From lluis@ximian.com 2005-04-04 05:44 -------
+This is now fixed in SVN. It required a more complex patch, since the
+enum that defines the choices can be customized using [XmlEnum]
+attributes, so it is necessary to create a map of it.