akamsteeg / AtleX.HaveIBeenPwned

A fully async .NET Standard client library for the API of HaveIBeenPwned.com
https://www.nuget.org/packages/AtleX.HaveIBeenPwned/
MIT License
5 stars 0 forks source link

Use <inheritdoc /> in XML Documentation #42

Closed akamsteeg closed 4 years ago

akamsteeg commented 4 years ago

In Visual Studio 2019, support for <inheritdoc /> was added. (https://developercommunity.visualstudio.com/idea/412325/add-intellisense-support-for-the-tag-in-xml-docume.html). Right now the documentation on IHaveIBeenPwnedClient is duplicated in HaveIBeenPwnedClient because previously support for <inheritdoc /> was lacking, but now that VS 2019 is already almost a year old we should consider using it. It has the advantage that we don't need to keep the documentation synced between multiple files.

akamsteeg commented 4 years ago

This was somewhat accidentally included in 2596a440.