Open
Description
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.