resharper-heapview icon indicating copy to clipboard operation
resharper-heapview copied to clipboard

GC APIs inspection

Open controlflow opened this issue 2 years ago • 0 comments

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.

controlflow avatar Nov 22 '22 14:11 controlflow