[Mono-bugs] [Bug 77112][Nor] Changed - [PATCH ]
XmlAttributes.XmlDefaultValue should be null and XmlIgnore fix
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jan 11 13:29:02 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=77112
--- shadow/77112 2006-01-04 23:30:13.000000000 -0500
+++ shadow/77112.tmp.18159 2006-01-11 13:29:02.000000000 -0500
@@ -36,6 +36,11 @@
------- Additional Comments From atsushi at ximian.com 2006-01-04 23:30 -------
Just curious, can we skip
} else if (member.DefaultValue != System.DBNull.Value) {
under 2.0 profile?
+
+------- Additional Comments From lluis at ximian.com 2006-01-11 13:29 -------
+To check if XmlIgnore is applied to the member please use IsDefined(),
+which is much faster than GetCustomAttributes(). Other than that, the
+patch looks ok to me.
More information about the mono-bugs
mailing list