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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
