[Mono-bugs] [Bug 42216][Nor] Changed - some custom attributes get ignored by mcs

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 5 May 2003 00:24:41 -0400 (EDT)


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 miguel@ximian.com.

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

--- shadow/42216	Thu May  1 13:43:49 2003
+++ shadow/42216.tmp.22629	Mon May  5 00:24:41 2003
@@ -2,13 +2,13 @@
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: lupus@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -35,6 +35,9 @@
                 object[] attrs = typeof (Foo).GetCustomAttributes
 (typeof(MineAttribute), true);
                 MineAttribute ma = (MineAttribute) attrs [0];
                 return 0;
         }
 }
+
+------- Additional Comments From miguel@ximian.com  2003-05-05 00:24 -------
+The code now reports an error in that case (just like the MS runtime does)