Intellisense doesn't work with inheritdoc

Options

I'm using <inheritdoc/> all over the place in CsvHelper so I don't have to duplicate docs in both interfaces and implementers. LINQPad does not seem to work with this. No docs show up for the implemented class that contains inheritdoc, but does if I use the interface.

Comments