[Mono-bugs] [Bug 55509][Nor] Changed - XML serializer can't deserialize empty enums

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 12 Mar 2004 10:22:21 -0500 (EST)


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 vargaz@freemail.hu.

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

--- shadow/55509	2004-03-12 10:21:11.000000000 -0500
+++ shadow/55509.tmp.18603	2004-03-12 10:22:21.000000000 -0500
@@ -22,6 +22,11 @@
 value for MapModifiers.
 
 Since the enum type has the [Flags] attribute, the deserizalier should handle
 an empty values as a 0. This is how it works under MS.NET.
 
 This bug prevents IKVM.NET from compiling under mono.
+
+------- Additional Comments From vargaz@freemail.hu  2004-03-12 10:22 -------
+Created an attachment (id=6939)
+testcase
+