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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 20 Sep 2004 12:28: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-20 12:26:44.000000000 -0400
+++ shadow/62829.tmp.11887	2004-09-20 12:28:42.000000000 -0400
@@ -11,13 +11,13 @@
 AssignedTo: sebastien@ximian.com                            
 ReportedBy: marek.safar@seznam.cz               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: TypeBuilder.AddDeclarativeSecurity
+Summary: [PATCH] TypeBuilder.AddDeclarativeSecurity
 
 Please fill in this template when reporting a bug, unless you know what you
 are doing.
 Description of Problem:
 
 TypeBuilder.AddDeclarativeSecurity doesn't work as expected. When I call
@@ -134,6 +134,14 @@
 general section ?
 
 ------- Additional Comments From sebastien@ximian.com  2004-09-20 12:26 -------
 Created an attachment (id=10910)
 bug62829.patch
 
+
+------- Additional Comments From sebastien@ximian.com  2004-09-20 12:28 -------
+Some tables were sorted - but not the declarative security one.
+
+Adding the sort fixed the issue. Now the MS runtime "sees" all the
+security attributes (using ildasm or permview). monodis also show that
+the attributes are now sorted in ascending order (token).
+