[x] I have verified that I am running the latest version of DisposableFixer: 1.1.1
[x] I have searched open and closed issues to ensure it has not already been reported
Description
An empty dispose has no usage at all. So if Dispose-method contains no MethodInvocations, then there should be a Code-Fix to remove it. But there should be no warning, if IDisposeable is declared in base interface.
Prerequisites
Description
An empty dispose has no usage at all. So if Dispose-method contains no MethodInvocations, then there should be a Code-Fix to remove it. But there should be no warning, if IDisposeable is declared in base interface.
Source Code
Screenshot