[Mono-bugs] [Bug 76965][Nor] New - [/doc] CS1574 reported for cref to namespace

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Dec 11 06:02:59 EST 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 gert.driesen at pandora.be.

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

--- shadow/76965	2005-12-11 06:02:59.000000000 -0500
+++ shadow/76965.tmp.6888	2005-12-11 06:02:59.000000000 -0500
@@ -0,0 +1,46 @@
+Bug#: 76965
+Product: Mono: Compilers
+Version: 1.1
+OS: other
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: gert.driesen at pandora.be               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [/doc] CS1574 reported for cref to namespace
+
+Apparently, there's a regression in mcs with crefs pointing to namespaces 
+(probably as a result of a fix for a bug I previously reported)
+
+To reproduce, compile the following code snippet (using mcs /doc:test.xml 
+test.cs):
+
+using System.Text.RegularExpressions;
+
+namespace NAnt.Core {
+  /// <summary />
+  /// <value>
+  /// <see cref="System.Text.RegularExpressions"/>
+  /// </value>
+  public sealed class Driver
+  {
+    static void Main () {
+    }
+  }
+}
+
+Actual result:
+
+test.cs(8,23): warning CS1574: XML comment on 'NAnt.Core.Driver' has cref 
+attribute 'System.Text.RegularExpressions' that could not be resolved
+
+Expected result:
+
+Successful compilation.


More information about the mono-bugs mailing list