There's a recent regression in the tooltips. Consider this code:
/// Some comment on class
type Bar() =
/// Some comment on class member
member val Foo = "bla" with get, set
After updating FCS to main, GetToolTip produces a second tooltip:
Removing the , set fixes it.