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