Skip to content

XmlDoc is displayed along with the summary tag #11611

@DedSec256

Description

@DedSec256

Rider uses FSharpXmlDoc.FromXmlText(xmlDoc) -> xmlDoc.UnprocessedLines to get xml documentation text.
And if earlier for library entities there was a summary inner text there, then, apparently after #11454, UnprocessedLines contains text along with the summary tag, which looks like a regression.

Rider 2021.1 (old behavior)
image

Rider 2021.2 Dev (new behavior)
image

It seems to me it has something to do with how the documentation is read here
https://github.com/dotnet/fsharp/pull/11454/files#diff-56fbb9330ceb81afbfa2ea19c8b4bb3946a732f8ffb128f0d1435884808e06e8R250

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area-FCSBugImpact-Low(Internal MS Team use only) Describes an issue with limited impact on existing code.

    Type

    Projects

    Status

    New

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions