Skip to content

Conversation

@DedSec256
Copy link
Contributor

@DedSec256 DedSec256 commented Mar 2, 2022

Several bugs were found in XmlDocs:

  1. In signature files, for 'new' type members xmldoc is not in member range
/// :( -- not in range
new: unit -> T
  1. In signature files, for types without members everything is included in the range up to the next declaration
type A

///B -- in 'A' declaration range :(
type B = ...
  1. For properties with explicit accessors XmlDoc range was incorrectly calculated in XmlDoc.Merge,
    when one of the xml docs is empty

This PR fixes them

Copy link
Contributor

@KevinRansom KevinRansom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants