[Mono-bugs] [Bug 48813][Wis] New - error CS0592 incorrect. Differs from MS compiler.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 24 Sep 2003 11:12:36 -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 derek_burdick@hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=48813
--- shadow/48813 2003-09-24 11:12:35.000000000 -0400
+++ shadow/48813.tmp.30862 2003-09-24 11:12:35.000000000 -0400
@@ -0,0 +1,44 @@
+Bug#: 48813
+Product: Mono/MCS
+Version: unspecified
+OS: GNU/Linux [Other]
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: derek_burdick@hotmail.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: error CS0592 incorrect. Differs from MS compiler.
+
+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. Create Web Reference using Microsoft Development Environment v7.0.9466
+2. Compile Reference.cs (I provided one) with mcs Reference.cs -
+r:System.Web.Services
+
+Actual Results:
+eference.cs(24) error CS0592:
+Attribute 'System.Diagnostics.DebuggerStepThroughAttribute' is not valid
+on this declarat
+ion type. It is valid on 'constructor' 'method' 'property' declarations
+only.
+Compilation failed: 1 error(s), 0 warnings
+
+
+Expected Results:
+I expected it to compile.
+
+How often does this happen?
+Every time.
+
+Additional Information: