Free tools for identifying Memory Leaks in .Net application -
i having .net application when hosted in qa server, suffers memory leaks. best free tools available, can identify problematic code , assist me in troubleshooting problem?
if using visual studio 2015, can add live analyzer codebase , determine memory leaks.
from simplicity perspective, suggest add codecracker, live analyzer, nuget package. once added, can filter error list code ruleid cc0022 - display instances in codebase unmanaged objects have not been disposed.the light bulb feature of vs 2015, further display suggestions fix memory leaks.
Comments
Post a Comment