According MSDN, FxCop is an application that analyzes managed code assemblies (code that targets the .NET Framework common language runtime) and reports information about the assemblies, such as possible design, localization, performance, and security improvements.
Is there any predefined rules for FxCop, which can be used for discovering potential memory leak code?
UPDATE : Here is results of my investigation using ANTS Memory Profiler – link
It shows only unmanaged memory increased.. Maybe I’m using it not in a proper way. I will be glad for any suggestions
FxCop is not the right tool to discover memory leak. It is something you use to make sure your code is following established guidelines.
There are a few memory Profilers available in the market .Net Memory Profiler, JetBrains dotTrace, ANTS Profiler from RedGate