GID0010: '[member ID]' uses the deprecated inheritdoc 'select' attribute

Warning GID0010: '[member id]' uses the deprecated inheritdoc 'select' attribute. Use the equivalent 'path' attribute instead.

Cause

This warning occurs if the deprecated select attribute is seen on the inheritdoc element.

Solution

Replace the deprecated select attribute with the path attribute so that it is consistent with the XML comments IntelliSense usage in Visual Studio 2019 version 16.4 and later.

See Also