Bugzilla – Bug 319773
[/doc] CS1574 reported for cref to namespace
Last modified: 2007-09-15 21:24:23 UTC
---- Reported by gert.driesen@pandora.be 2005-12-11 06:02:59 MST ---- 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. ---- Additional Comments From atsushi@ximian.com 2005-12-11 08:04:36 MST ---- mhm, that's weird. test-xml-051.cs contains <see cref="System.Xml" /> as additional test case to https://bugzilla.novell.com/show_bug.cgi?id=MONO76960. ---- Additional Comments From atsushi@ximian.com 2005-12-11 08:38:53 MST ---- Oops, actually the added #76960 case was not working fine. Fixed in svn (r54209). Unknown operating system other. Setting to default OS "Other".