[Mono-bugs] [Bug 77681][Nor] Changed - Xml
Serialization/Deserialization of enums not working
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Mar 1 17:41:31 EST 2006
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 at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77681
--- shadow/77681 2006-03-01 14:18:12.000000000 -0500
+++ shadow/77681.tmp.16082 2006-03-01 17:41:31.000000000 -0500
@@ -47,6 +47,28 @@
is a simple ASP.Net page that illustrates the issue.
The code could be easily extracted and turned into a normal
application class file, but since I'm already working with ASP.Net
under mono, this was the easiest way for me to report the bug.
+
+------- Additional Comments From lluis at ximian.com 2006-03-01 17:41 -------
+The test case is ok, I wasn't seeing the source code in firefox. A
+standalone application is more convenient for test cases. Maybe a web
+page is easier for you to report, but an app is easier for the mono
+developer to run (which means a better chance to get it fixed soon).
+
+Anyway, the problem is that Mono does not support this syntax:
+
+<SystemPriorityLevel>
+<priority><value>NORMAL</value></priority>
+</SystemPriorityLevel>
+
+Although the following xml will work:
+
+<SystemPriorityLevel>
+<priority>NORMAL</priority>
+</SystemPriorityLevel>
+
+I wasn't aware that this <value> element is allowed. This will need
+some research.
+
More information about the mono-bugs
mailing list