[Mono-bugs] [Bug 62829][Nor] Changed - TypeBuilder.AddDeclarativeSecurity

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 17 Sep 2004 17:41:42 -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=62829

--- shadow/62829	2004-09-17 16:57:33.000000000 -0400
+++ shadow/62829.tmp.7376	2004-09-17 17:41:42.000000000 -0400
@@ -109,6 +109,14 @@
 
 * All kind of permissions always work with Mono.
 
 * On MS runtime they seems to work only in certain conditions - so it
 is possible to have (or not) security attributes on
 assembly/type/method but mixing them gets mixed results.
+
+------- Additional Comments From sebastien@ximian.com  2004-09-17 17:41 -------
+Hmmm... from a few more tests it looks like the ordering could be
+important. Which would means assembly security attributes should be
+first (which normally would be the case using AssemblyBuilder) except
+that MCS has a "hack" to do this later (design issue). 
+
+Anyway more tests another day.