[Mono-bugs] [Bug 40881][Wis] Changed - XML serialization of enum caused InvalidCastException

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 7 Apr 2003 14:36:27 -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 gert.driesen@pandora.be.

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

--- shadow/40881	Mon Apr  7 14:35:43 2003
+++ shadow/40881.tmp.14032	Mon Apr  7 14:36:27 2003
@@ -36,6 +36,11 @@
 
 When executing the attached source file using the MS .NET runtime, I get 
 the following output (as expected) :
 
 <?xml version="1.0" encoding="Windows-1252"?>
 <TestValues>Value1 Value2</TestValues>
+
+------- Additional Comments From gert.driesen@pandora.be  2003-04-07 14:36 -------
+Created an attachment (id=3957)
+repro class for XmlSerializer bug
+