Bug 316968 (MONO71605) - CS1574 not reported for cref to delegate containing argument(s)
Summary: CS1574 not reported for cref to delegate containing argument(s)
Status: RESOLVED FIXED
Alias: MONO71605
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-01-22 18:45 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:04:53 UTC


---- Reported by gert.driesen@pandora.be 2005-01-22 11:45:47 MST ----

When using an argument in a cref for a delegate, CS1574 should be 
reported (for warning level 1 and higher).

Compile the following code using (/doc option):

/// <summary>
/// <see cref="MyDelegate(int)" />
/// </summary>
public class Test {
        /// <summary>
        /// whatever
        /// </summary>
        public delegate void MyDelegate(int i);
}

Expected result:

test.cs(2,16): warning CS1574: XML comment on 'Test' has cref attribute
        'MyDelegate(int)' that could not be found

Actual result:

successful compilation without warnings



---- Additional Comments From atsushi@ximian.com 2005-04-13 04:46:42 MST ----

fixed in svn.


Unknown operating system unknown. Setting to default OS "Other".