BADF00D / DisposableFixer

This is a Visual Studio Extension and NuGet package that should identify and fix problems as memleaks while using IDisposables.
Other
35 stars 7 forks source link

System.Diagnostics.Process.GetCurrentProcess() sollte ignoriert werden #61

Closed dscopra closed 7 years ago

dscopra commented 7 years ago

Prerequisites

Description

Since Process implements IDisposable, the method System.Diagnostics.Process.GetCurrentProcess() is marked as not disposed. But you I can't imaging where it is recommended to dispose the currently running process. So this method call should be ignored during analysis

Source Code

System.Diagnostics.Process.GetCurrentProcess()

Screenshot

none