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

Popular posts from this blog

libGdx unable to find files in android application data directory -

php - Webix Data Loading from Laravel Link -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -