XmlCommentMarkDownGenerator icon indicating copy to clipboard operation
XmlCommentMarkDownGenerator copied to clipboard

Unhandled tag "seealso"

Open CoreyByrne opened this issue 6 years ago • 2 comments

The seealso tag isn't supported by the converter, but is valid within the XML

CoreyByrne avatar Feb 06 '18 23:02 CoreyByrne

Also unsupported tag causes NuGet package to crash with Unhandled exception error

        <member name="T:Interfaces20022.IDocument">
            <summary>
            transfer document interface
            </summary>
            <seealso cref="!:Interfaces20022.IHashed" />
            <seealso cref="T:Interfaces20022.IDocumentIdentification" />
        </member>

Human readable error is shown in the test output window only, like below: System.Xml.XmlException: Unknown element type "seealso" ---> System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.

oleksabor avatar Mar 06 '18 10:03 oleksabor

Same with remarks section.

List with the recommended xml documentation sections could be find here: https://docs.microsoft.com/en-us/dotnet/csharp/codedoc

CurlyBraceTT avatar Apr 08 '18 20:04 CurlyBraceTT