Bugzilla – Bug 314187
[REGRESSION] CS8023: "Try the Mono runtime." even when you use it
Last modified: 2007-09-15 21:24:23 UTC
---- Reported by Jwkpiano1@comcast.net 2004-03-22 20:20:44 MST ---- 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: ---- Additional Comments From bmaurer@users.sf.net 2004-03-22 22:29:03 MST ---- I am getting this warning when i compile test-128. The same test fails with an index out of range exception. This is a regression. ---- Additional Comments From bmaurer@users.sf.net 2004-03-22 22:32:19 MST ---- Zoltan, you made a change related to this. http://lists.ximian.com/archives/public/mono-patches/2004-March/032834.html ---- Additional Comments From vargaz@freemail.hu 2004-03-23 07:08:59 MST ---- Thats the beauty of adding argument checking AFTER the code is written. Anyway, the patch has been reverted, so this should be fixed now. Unknown operating system SUSE 9.0. Setting to default OS "Other".