[Mono-bugs] [Bug 78921][Nor] New - CS1587 compiler warning false positive

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Jul 21 13:01:35 EDT 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 matt at use.net.

http://bugzilla.ximian.com/show_bug.cgi?id=78921

--- shadow/78921	2006-07-21 13:01:35.000000000 -0400
+++ shadow/78921.tmp.13700	2006-07-21 13:01:35.000000000 -0400
@@ -0,0 +1,37 @@
+Bug#: 78921
+Product: Mono: Compilers
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: matt at use.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: CS1587 compiler warning false positive 
+
+Steps to reproduce the problem:
+1. get latest NUnit CVS
+2. compile with 'nant mono-2.0 release build'
+
+
+Actual Results:
+Lots of warnings like this:
+      
+[csc] /home/matt/src/nunit20/src/NUnitFramework/framework/Assert.cs(30,1): 
+warning CS1587: XML comment is not placed on a valid language element
+
+
+Expected Results:
+Looking at the code, there isn't an XML comment on or near that line. The 
+closest ones all appear legitimate to me. 
+
+
+Additional Information:
+The Assert.cs mentioned above is attached.


More information about the mono-bugs mailing list