Bug 319773 (MONO76965) - [/doc] CS1574 reported for cref to namespace
Summary: [/doc] CS1574 reported for cref to namespace
Status: RESOLVED FIXED
Alias: MONO76965
Product: Mono: Compilers
Classification: Mono
Component: C# (show other bugs)
Version: 1.1
Hardware: Other Other
: P3 - Medium : Normal
Target Milestone: ---
Assignee: Atsushi Enomoto
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-11 13:02 UTC by Gert Driesen
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 19:40:55 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".