Intellisense doesn't work with inheritdoc
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
I also met this issue today. This XML comment will not work in the latest LINQPad 8 beta.
Here is the doc reference: https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/xmldoc/recommended-tags#inheritdoc
I've updated LINQPad 8 such that it automatically applies XML comments on interface members to their implementations, if no other comment is available. This works whether or not the inheritdoc element is used. Let me whether this helps:
https://www.linqpad.net/linqpad8.aspx#beta