Skip to content

SA1623 warning displays when using <inheritdoc /> inside a summary tag #3465

Open
@ericmschmidt

Description

@ericmschmidt

We are trying to migrate towards using the inheritdoc tag for many of our properties/methods. For properties we've noticed that if we have inheritdoc inside a summary tag (to allow extending the summary), the SA1629 warning displays indicating that it must start with 'Gets or sets' (even though that is part of the base summary). I was wondering if it might be possible to update this rule to allow either starting with 'Gets or sets' or '<inheritdoc />'. Otherwise you basically have the 'Gets or sets ' string twice in the description.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions