Bug 316967 (MONO71604) - CS1574 reported for cref to event on interface
Summary: CS1574 reported for cref to event on interface
Status: VERIFIED FIXED
Alias: MONO71604
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:30 UTC by Gert Driesen
Modified: 2007-12-13 18:26 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:52 UTC


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

Compile the following code using mcs (mcs /target:library /doc:test.xml) :

using System;

/// <summary>
/// <see cref="ITest.Start" />
/// </summary>
public interface ITest {
        /// <summary>whatever</summary>
        event EventHandler Start;
}

Expected result:

successful compilation without warnings

Actual result:

test2.cs(6) warning CS1574: XML comment on 'ITest' has cref 
attribute 'ITest.Start' that could not be resolved in 'ITest'.



---- Additional Comments From atsushi@ximian.com 2005-11-13 07:55:07 MST ----

I apologize for taking much time to fix this bug. Now it should work
fine in svn (r52967).



---- Additional Comments From gert.driesen@pandora.be 2005-11-13 10:10:31 MST ----

No prob, fix is working great.

Thanks !


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