[Mono-bugs] [Bug 77915][Maj] New - unhandled type in custom attr
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Mar 25 14:48:07 EST 2006
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 marek.safar at seznam.cz.
http://bugzilla.ximian.com/show_bug.cgi?id=77915
--- shadow/77915 2006-03-25 14:48:07.000000000 -0500
+++ shadow/77915.tmp.18057 2006-03-25 14:48:07.000000000 -0500
@@ -0,0 +1,55 @@
+Bug#: 77915
+Product: Mono: Runtime
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: marek.safar at seznam.cz
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: unhandled type in custom attr
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. compile this code
+
+using System;
+
+[My(typeof(T))]
+class T {
+ static int Main() {
+ return 0;
+ }
+}
+
+[AttributeUsage(AttributeTargets.All,AllowMultiple=true)]
+class My : Attribute {
+ public My (object o) {
+ }
+}
+
+
+Actual Results:
+
+This application has requested the Runtime to terminate it in an unusual way.
+Please contact the application's support team for more information.
+
+Expected Results:
+
+No error.
+
+How often does this happen?
+
+
+Additional Information:
More information about the mono-bugs
mailing list