Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.43 KB

README.md

File metadata and controls

22 lines (12 loc) · 1.43 KB

Roslyn Clr Heap Allocation Analyzer

Join the chat at https://gitter.im/mjsabby/RoslynClrHeapAllocationAnalyzer

Quick Video: https://www.youtube.com/watch?v=Tw-wgT-cXYU&hd=1

Download: https://github.com/mjsabby/RoslynClrHeapAllocationAnalyzer/releases

Roslyn based C# heap allocation diagnostic analyzer that can detect explicit and many implicit allocations like boxing, display classes a.k.a closures, implicit delegate creations, etc.

You can find also it on the Visual Studio Gallery, https://visualstudiogallery.msdn.microsoft.com/f9b47b93-8675-4ae0-9c52-5da8027c4bb8

If you want it use it in your build: https://www.nuget.org/packages/ClrHeapAllocationAnalyzer/

NOTE: Requires Visual Studio 2015

example

Microsoft Open Source Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.