You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: