[Mono-bugs] [Bug 75333][Nor] New - warning CS1587 which shouldn't
be: /*******
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jun 20 17:18:43 EDT 2005
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 nev at delap.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75333
--- shadow/75333 2005-06-20 17:18:43.000000000 -0400
+++ shadow/75333.tmp.19528 2005-06-20 17:18:43.000000000 -0400
@@ -0,0 +1,42 @@
+Bug#: 75333
+Product: Mono: Compilers
+Version: 1.1
+OS:
+OS Details: Linux
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: C#
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: Nev at Delap.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: warning CS1587 which shouldn't be: /*******
+
+I have a load of source which compiles without warnings with csc. When
+compiled with mcs every file that has /***** comments before the using or
+namespace statements at the beginning of each file gets a 'warning
+CS1587: XML comment is placed on an invalid language element which can
+not accept it' warning.
+
+#region My company Copyright Notice.
+/****************************************************************
+My company's copyright notice.
+****************************************************************/
+#endregion
+
+// $Date: 2005/06/16 01:57:08 $, last reviewed: 2005/05/11 05:20:00 by Nev
+
+using System.Reflection; << warning CS1587
+
+The problem appears to be that it thinks /** starts a doc comment.
+Changing the line to /* ******** works around the problem. Since csc
+doesn't think /** starts a doc comment, and I've not seen it written
+anywhere that it should I'm guessing this is a bug.
+
+Regards,
+
+Nev
More information about the mono-bugs
mailing list