ClrHeapAllocationAnalyzer 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package ClrHeapAllocationAnalyzer --version 1.0.0
NuGet\Install-Package ClrHeapAllocationAnalyzer -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ClrHeapAllocationAnalyzer" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ClrHeapAllocationAnalyzer --version 1.0.0
#r "nuget: ClrHeapAllocationAnalyzer, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ClrHeapAllocationAnalyzer as a Cake Addin
#addin nuget:?package=ClrHeapAllocationAnalyzer&version=1.0.0

// Install ClrHeapAllocationAnalyzer as a Cake Tool
#tool nuget:?package=ClrHeapAllocationAnalyzer&version=1.0.0

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

NOTE: You require ''''Visual Studio 2014 CTP 4'''' for this to work.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on ClrHeapAllocationAnalyzer:

Repository Stars
HunterPie/HunterPie
A clean, modern and robust overlay for Monster Hunter games.
Version Downloads Last updated
1.0.0.6 183 3/11/2015
1.0.0.5 113 10/13/2014
1.0.0.4 63 10/13/2014
1.0.0.3 64 10/12/2014
1.0.0.2 61 10/12/2014
1.0.0.1 61 10/12/2014
1.0.0 43 10/12/2014

Initial release.