[Mono-bugs] [Bug 62372][Wis] Changed - GetCustomAttributes does not return SerializableAttribute (2.0)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 11 Aug 2004 18:41:54 -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 sebastien@ximian.com.

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

--- shadow/62372	2004-08-11 18:08:03.000000000 -0400
+++ shadow/62372.tmp.27671	2004-08-11 18:41:54.000000000 -0400
@@ -56,6 +56,16 @@
 
 
 ------- Additional Comments From gert.driesen@pandora.be  2004-08-11 18:08 -------
 Sebastien, I think I've read somewhere that .NET 2.0 will now return 
 all pseudo attributes, not just SerializableAttribute. I haven't 
 verified this yet, though.
+
+------- Additional Comments From sebastien@ximian.com  2004-08-11 18:41 -------
+Thanks for the info Gert. 
+
+So far I've seen that System.NonSerializedAttribute is also reported
+(still in error in corcompare). SecurityAttribute-derived attributes
+are not reported by GetCustomAttributes (and shows up as extra right
+now due to bad encoding, see 62358 for more details).
+
+I'll log what I find into this bug report.