Warrolen
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created ReSharper doesn't recognize an exception with inheritdoc
Why am I getting a warning that the exception is not documented in an inheritdoc since it's documented in its parent? public interface IBotClient : IDisposable{ /// <summary> /// Pings to see if t...