[Mono-bugs] [Bug 21420] Changed - custom attributes defined in the same assembly problem
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
13 Apr 2002 18:34:38 -0000
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 lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=21420
--- shadow/21420 Fri Apr 12 19:35:34 2002
+++ shadow/21420.tmp.4326 Sat Apr 13 14:34:38 2002
@@ -1,13 +1,13 @@
Bug#: 21420
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Wishlist
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
@@ -85,6 +85,12 @@
use the AttributeUsage attribute on the two attribute classes ! csc
apparently doesn't require this but that makes it ambiguous so I catch
the error and report it as # -20. Please tell me if you want some
other behaviour.
+
+------- Additional Comments From lupus@ximian.com 2002-04-13 14:34 -------
+Reopened the bug.
+Can you explain what is ambiguous if I don't specify AttributeUsage?
+Can't you make AttributeUsage.All the default if it's not specified?
+If csc compiles the code, so should do mcs.