This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
C# Heap Allocation Analyzer
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!