SPDisposeCheck v1.3.1 has been released on MSDN Code Gallery, http://code.msdn.microsoft.com/SPDisposeCheck . This tool will help improve the quality of your SharePoint assemblies. It will inspect your SharePoint assemblies and check that you are correctly disposing of certain SharePoint objects (IDisposable objects which includes SPSite and SPWeb). The tool is based upon the guidance published in this MSDN article, Best Practices: Using Disposable Windows SharePoint Services Objects This tool is not supported by Microsoft and is recommended to be used on Developer workstations and not on production SharePoint Server installations. For additional information, please head over to Paul Andrew's blog post . Dave Pae SharePoint Technical Product Manager
Here is the original:
SPDisposeCheck Released!