Can Visual Studio warn me when I forget to dispose an IDisposable object?
compiler-warnings, idisposable, visual-studio-2008
Solution
Visual Studio, by itself does not have this feature, but with CodeRush you can have design time warnings and refactorings to insert using blocks where needed.
Problem
Can Visual Studio 2008 be configured to give me a warning when I forget to dispose an object that implements IDisposable?