issue with c# xml documentation

Posted by galford13x on Stack Overflow See other posts from Stack Overflow or by galford13x
Published on 2012-08-31T03:13:17Z Indexed on 2012/08/31 3:38 UTC
Read the original article Hit count: 146

I have the following comment.

    /// <summary>
    /// MSDN Time Format compatible with <see cref="DateTime.ParseExact(string, string, IFormatProvider)"/> 
    /// </summary>
    /// <returns>MSDN Time Format compatible with <see cref="DateTime.ParseExact(string, string, IFormatProvider)"/></returns>

but I'm not sure why I receive the following warning

Warning 7 XML comment on 'MSLab.DateTime.SystemTimeProvider.GetTimeFormat()' has cref attribute 'DateTime.ParseExact(string, string, IFormatProvider)' that could not be resolved F:\My Documents\Visual Studio 2010\Projects\MSLab\trunk\MSLab\MSLab\DateTime\SystemTimeProvider.cs 110 57 MSLab

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET