XmlDoc is displayed along with the summary tag
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 131
Description
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 https://github.com/dotnet/fsharp/pull/11454, `UnprocessedLines` contains text along with the summary tag, which looks like a regression.
Rider 2021.1 (old behavior)

Rider 2021.2 Dev (new behavior)

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
Contributor guide
Assessment
This issue has not been assessed yet.