[Mono-bugs] [Bug 61296][Nor] Changed - New behavior of pseudo custom attributes in 2.0?

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 9 Jul 2004 07:39:58 -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 lupus@ximian.com.

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

--- shadow/61296	2004-07-08 14:31:08.000000000 -0400
+++ shadow/61296.tmp.22121	2004-07-09 07:39:58.000000000 -0400
@@ -45,6 +45,11 @@
 ------- Additional Comments From lluis@ximian.com  2004-07-08 14:31 -------
 Ok, looks like MS.NET deals with pseudo custom attributes in a
 different way. In 1.1 those attributes are not returned by
 GetCustomAttributes(), but in 2.0 they are returned. However, they are
 not stored as normal attribtues in the metadata. I haven't found yet
 documentation about this change.
+
+------- Additional Comments From lupus@ximian.com  2004-07-09 07:39 -------
+A related change about security attributes: they are stored as normal
+attributes in the new version instead of as entries in the DeclSecurity
+metadata table.