Bugzilla – Bug 316968
CS1574 not reported for cref to delegate containing argument(s)
Last modified: 2007-09-15 21:24:23 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".