resharper-heapview
resharper-heapview copied to clipboard
GC APIs inspection
We can introduce the "Manual GC manipulation considered harmful" warning to allow identification of all the GC APIs usages that can trigger the full blocking GC.
For example, GC.GetTotalMemory(true)
forces the full GC.