Releases: microsoft/RoslynClrHeapAllocationAnalyzer
3.0
VS 2019 Support
Merge pull request #69 from AlexPaskhin/master Upgrade to support Visual Studio 2019 RC+
CLR Heap Allocation Analyzer for VS 2017
Many fixes and updated to work with Visual Studio 2017.
CLR Heap Allocation Analyzer RTM
Visual Studio 2015 RTMd today and with it the CLR Heap Allocation Analyzer has been updated to RTM bits as well.
Roslyn Heap Allocation Analyzer for Visual Studio 2015 RC
Roslyn Heap Allocation Analyzer for Visual Studio 2015 CTP6
The project has been updated to work with CTP6 release of Visual Studio 2015.
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!
Clr Heap Allocation Analyzer
Rosly based C# heap allocation diagnostic analyzer.
It can detect most heap allocations including explicit allocations, value type to reference type (boxing), closure captures (a.k.a Display Classes) and can tell you why the closure is being captured. Implicit delegate creation and implicit allocations done by the compiler for params, etc.
It can also run as part of your build and flag as warnings. It is, however, most demonstrative in its code-assist form in the IDE.
NOTE: Requires Visual Studio 14 CTP 4
Clr Heap Allocation Analyzer
Rosly based C# heap allocation diagnostic analyzer.
It can detect most heap allocations including explicit allocations, value type to reference type (boxing), closure captures (a.k.a Display Classes) and can tell you why the closure is being captured. Implicit delegate creation and implicit allocations done by the compiler for params, etc.
It can also run as part of your build and flag as warnings. It is, however, most demonstrative in its code-assist form in the IDE.
NOTE: Requires Visual Studio 14 CTP 4