Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled tag "seealso" #20

Open
CoreyByrne opened this issue Feb 6, 2018 · 2 comments
Open

Unhandled tag "seealso" #20

CoreyByrne opened this issue Feb 6, 2018 · 2 comments
Labels

Comments

@CoreyByrne
Copy link

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

@oleksabor
Copy link

oleksabor commented Mar 6, 2018

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.

@CurlyBraceTT
Copy link

Same with remarks section.

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

@Pxtl Pxtl added the bug label Apr 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants