Inconsistent indenting displaying for XML doc comments between base member and derived (impl'ed) member #67180
Labels
Area-IDE
Bug
good first issue
The issue is reserved for a first time, non-Microsoft contributor
Resolution-Fixed
The bug has been fixed and/or the requested behavior has been implemented
Milestone
Version Used:
VS 17.6p1
Steps to Reproduce:
Define an interface member and append doc comments:
And then define a class that implements this property, and use
<inheritdoc/>
to inherit its doc comments:Expected Behavior:
Both doc comments displayed in tooltip should be totally same.
Actual Behavior:
In derived (implemented) type, an unexpected indent will be inserted into the doc comments displayed in tooltip.
Screenshot:
Interface type:
Implemented type:
The text was updated successfully, but these errors were encountered: