[Mono-bugs] [Bug 21420] Changed - custom attributes defined in the same assembly problem
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
12 Apr 2002 23:35:34 -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 ravi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=21420
--- shadow/21420 Fri Apr 12 12:56:09 2002
+++ shadow/21420.tmp.22951 Fri Apr 12 19:35:34 2002
@@ -1,13 +1,13 @@
Bug#: 21420
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
@@ -72,8 +72,19 @@
about this and perhaps we will then have to do it your way ;-)
You may go ahead and fill in the reflection bits for the existing
code. I need more time to start working on this because your sample
runs into a number of issues, the first of which I am tackling right now.
+
+
+
+------- Additional Comments From ravi@ximian.com 2002-04-12 19:35 -------
+Fixed in CVS.
+
+It turned out to be quite a joke really - you had merely forgotten to
+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.