[Mono-bugs] [Bug 52429][Wis] New - attribute issue

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 21 Dec 2003 16:41:02 -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 tberman@gentoo.org.

http://bugzilla.ximian.com/show_bug.cgi?id=52429

--- shadow/52429	2003-12-21 16:41:02.000000000 -0500
+++ shadow/52429.tmp.1395	2003-12-21 16:41:02.000000000 -0500
@@ -0,0 +1,29 @@
+Bug#: 52429
+Product: Mono/Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: tberman@gentoo.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: attribute issue
+
+take both files, compile together with mcs, you will get an error.
+
+this works on csc without any issue.
+
+(Note, im not sure if this example will completely compile, but you should
+be able to get rid of the:
+
+test2.cs(7) error CS0182: An attribute argument must be a constant
+expression, typeof expression or array creation expression
+
+error)