[Mono-bugs] [Bug 80759][Nor] Changed - XmlSerializer behavior difference with Microsoft
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Feb 13 08:24:21 EST 2007
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 bugzilla at woy.nl.
http://bugzilla.ximian.com/show_bug.cgi?id=80759
--- shadow/80759 2007-02-13 06:12:51.000000000 -0500
+++ shadow/80759.tmp.22635 2007-02-13 08:24:21.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 80759
Product: Mono: Class Libraries
Version: 1.2
OS: Windows XP
OS Details:
-Status: RESOLVED
-Resolution: INVALID
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Normal
Component: Sys.XML
AssignedTo: atsushi at ximian.com
ReportedBy: bugzilla at woy.nl
QAContact: mono-bugs at ximian.com
@@ -144,6 +144,22 @@
defaultName
space)
at System.Xml.Serialization.XmlSerializer..ctor(Type type)
at XmlSerializerTest.Main(String[] args)
+
+------- Additional Comments From bugzilla at woy.nl 2007-02-13 08:24 -------
+Sorry I see I suplied the wrong code for Foo. The following Foo
+demonstrates the problem
+
+public class Foo
+{
+ public string Test;
+ public int? NullableInt;
+
+ [XmlIgnore]
+ public bool NullableIntSpecified
+ {
+ get { return NullableInt.HasValue; }
+ }
+}
More information about the mono-bugs
mailing list