[Mono-bugs] [Bug 52156][Nor] Changed - cannot find SecurityPermissionAttribute
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 5 Jan 2004 16:25:38 -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 spouliot@videotron.ca.
http://bugzilla.ximian.com/show_bug.cgi?id=52156
--- shadow/52156 2004-01-05 13:38:36.000000000 -0500
+++ shadow/52156.tmp.9720 2004-01-05 16:25:38.000000000 -0500
@@ -118,6 +118,16 @@
[AttributeUsage(AttributeTargets.Class)]
public class Simple: Attribute {}
[Simple] class Class1 { static void Main () {} }
+
+------- Additional Comments From spouliot@videotron.ca 2004-01-05 16:25 -------
+oops ;)
+
+Anyway it may be related to /mcs/class/corlib/corlib.dll.win32-excludes
+
+which specify
+System.Security.Permissions/SecurityPermissionAttribute.cs
+
+I think this was for corcompare issues...