[Mono-bugs] [Bug 40881][Nor] Changed - XML serialization of enum caused InvalidCastException
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Mon, 30 Jun 2003 19:09:06 -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@ideary.com.
http://bugzilla.ximian.com/show_bug.cgi?id=40881
--- shadow/40881 Wed Jun 25 19:22:11 2003
+++ shadow/40881.tmp.24537 Mon Jun 30 19:09:06 2003
@@ -1,13 +1,13 @@
Bug#: 40881
Product: Mono/Class Libraries
Version: unspecified
OS: other
OS Details: Windows 2003
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: lluis@ideary.com
ReportedBy: gert.driesen@pandora.be
QAContact: mono-bugs@ximian.com
@@ -77,6 +77,9 @@
------- Additional Comments From lluis@ideary.com 2003-06-25 19:19 -------
With the current implementation does not crash, but the result is
not the same as MS.NET. It seems that enums with [Flag] attribute
are serialized in a special way.
+
+------- Additional Comments From lluis@ideary.com 2003-06-30 19:09 -------
+Fixed in CVS