Memory Leaks And Diagnostics

Review .NET code for managed memory leaks - event handler leaks, static caches, timers, CancellationTokenRegistration, closure captures - and how to diagnose with dotnet-counters/gcdump. Use when reviewing long-lived objects, event subscriptions, or investigating memory growth.

Sarmkadan cd456fe 5.2 KB Updated

File contents

Sarmkadan/dotnet-senior-skills/tree/main/skills/memory-leaks-and-diagnostics commit cd456fec75

Frequently asked questions

npx skillmds@latest add sarmkadan/memory-leaks-and-diagnostics