[Mono-bugs] [Bug 40473][Cri] Changed - Wrong parsing of global attributes
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Fri, 28 Mar 2003 11:46:03 -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 ravi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=40473
--- shadow/40473 Fri Mar 28 10:40:35 2003
+++ shadow/40473.tmp.14983 Fri Mar 28 11:46:03 2003
@@ -74,6 +74,14 @@
asec);
else
Reports.Error("Cannot apply non-assembly attribute to a
namespace");
</modified_rule>
+
+------- Additional Comments From ravi@ximian.com 2003-03-28 11:46 -------
+Hi Gaurav. I am sorry but I don't see what is wrong with MCS'
+behaviour in this example. Your attribute is defined with
+AttributeTargets.All so it should be valid for use on all kinds of
+elements - there is no bug there unless I am on crack :-)
+
+Could you verify if CSC behaves as you expect ?