Bugzilla – Bug 316967
CS1574 reported for cref to event on interface
Last modified: 2007-12-13 18:26:28 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".