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

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.

License

Notifications You must be signed in to change notification settings

microsoft/RoslynClrHeapAllocationAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c9f7031 · May 3, 2015

History

46 Commits
Oct 12, 2014
May 3, 2015
Mar 11, 2015
May 3, 2015
Oct 12, 2014
Oct 12, 2014
May 3, 2015
Mar 11, 2015
May 3, 2015

Repository files navigation

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/1.0.0.7

NOTE: Requires Visual Studio 2015 RC

example

About

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.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages