[Mono-bugs] [Bug 66033][Nor] Changed - ilasm ignore .permissionset / .permission
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 31 Oct 2004 19:43:04 -0500 (EST)
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=66033
--- shadow/66033 2004-10-05 11:29:46.000000000 -0400
+++ shadow/66033.tmp.5609 2004-10-31 19:43:04.000000000 -0500
@@ -11,13 +11,13 @@
AssignedTo: mono-bugs@ximian.com
ReportedBy: sebastien@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: ilasm ignore .permissionset
+Summary: ilasm ignore .permissionset / .permission
Description of Problem:
ilasm doesn't support declarative security using .permissionset. It doesn't
seems to be a grammar problem (as an "usable" assembly is generated).
@@ -105,6 +105,19 @@
noncasonly.cs
------- Additional Comments From sebastien@ximian.com 2004-10-05 11:29 -------
^#$@^(* forget the last two attachments
they were meant for #62358
+
+------- Additional Comments From sebastien@ximian.com 2004-10-31 19:43 -------
+Related updates
+
+1) .permission (not .permissionset) is generally used in ilasm. The
+assembler creates a set from all the .permission for a method (or
+class) even if there is only one permission.
+
+2) .permissionset is now supported by monodis. Like MS ildasm 1.0/1.1,
+the decompiled result only output .permissionset (no .permission)
+
+3) MCS now supports declarative security attributes.
+