Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 372 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 372 Bytes

DisposePlugin

Checks whether all disposable objects are cleaned up along all code paths. Recommends the developer to implement IDisposable or override the Dispose method if necessary.

Usage

To launch the Visual Studio with a plug-in:

devenv.exe /ReSharper.Plugin DisposePlugin.dll

Dependencies

ReSharper 8.2