Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 689 Bytes

File metadata and controls

3 lines (2 loc) · 689 Bytes

This extension uses the Roslyn compiler plattform to identify IDisposable-instances that are not disposed. IDisposable instances that are not disposed, usually lead to some hard-to-find errors like memoryleaks. The current version is only able to find this undisposed instances, future version should also provide code-fixes.