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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 20 Sep 2004 12:29:39 -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:28:42.000000000 -0400
+++ shadow/62829.tmp.11954	2004-09-20 12:29:39.000000000 -0400
@@ -1,16 +1,16 @@
 Bug#: 62829
-Product: Mono: Class Libraries
+Product: Mono: Runtime
 Version: unspecified
-OS: unknown
+OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
-Component: CORLIB
+Component: misc
 AssignedTo: sebastien@ximian.com                            
 ReportedBy: marek.safar@seznam.cz               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -142,6 +142,9 @@
 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).
 
+
+------- Additional Comments From sebastien@ximian.com  2004-09-20 12:29 -------
+Moving as the patch is in reflection.c (runtime).