Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

C# Heap Allocation Analyzer

Compare
Choose a tag to compare
@mjsabby mjsabby released this 13 Oct 15:37
· 96 commits to master since this release

Grrr. A bug in the following case:

foreach (var a in b) { .. } // always resulted in heap allocation notice (false positive), which was a regression.

Unit tests are almost done!