[Mono-bugs] [Bug 55932][Nor] New - CS8023: "Try the Mono runtime." even when you use it
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 22 Mar 2004 20:20:45 -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 jwkpiano1@comcast.net.
http://bugzilla.ximian.com/show_bug.cgi?id=55932
--- shadow/55932 2004-03-22 20:20:45.000000000 -0500
+++ shadow/55932.tmp.8180 2004-03-22 20:20:45.000000000 -0500
@@ -0,0 +1,41 @@
+Bug#: 55932
+Product: Mono: Compilers
+Version: unspecified
+OS: SUSE 9.0
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: C#
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: Jwkpiano1@comcast.net
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: CS8023: "Try the Mono runtime." even when you use it
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem: The Mono compiler gives a CS8023 and tells you to
+try the Mono runtime even when you're using it.
+
+
+Steps to reproduce the problem:
+1. Compile MonoDevelop.
+2. [XmlMemberArrayAttribute("shortcut",Separator=new char[]{ '|'})] is the
+attribute it complains about.
+
+Actual Results:
+././Internal/Codons/MenuItems/MenuItemCodon.cs(35) warning CS8023: The
+compiler can not encode this attribute in .NET due to
+ a bug in the .NET runtime. Try the Mono runtime.
+
+Expected Results:
+No error.
+
+How often does this happen?
+Always.
+
+Additional Information: