ClrHeapAllocationAnalyzer 1.0.0.8

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.8 or higher.

dotnet add package ClrHeapAllocationAnalyzer --version 1.0.0.8
                    
NuGet\Install-Package ClrHeapAllocationAnalyzer -Version 1.0.0.8
                    
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.8">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ClrHeapAllocationAnalyzer" Version="1.0.0.8" />
                    
Directory.Packages.props
<PackageReference Include="ClrHeapAllocationAnalyzer">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ClrHeapAllocationAnalyzer --version 1.0.0.8
                    
#r "nuget: ClrHeapAllocationAnalyzer, 1.0.0.8"
                    
#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.
#:package ClrHeapAllocationAnalyzer@1.0.0.8
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ClrHeapAllocationAnalyzer&version=1.0.0.8
                    
Install as a Cake Addin
#tool nuget:?package=ClrHeapAllocationAnalyzer&version=1.0.0.8
                    
Install as a Cake Tool

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.

The code-assist version that integrates with the Visual Studio 2015 IDE is here, https://visualstudiogallery.msdn.microsoft.com/23ef1a4d-bc9d-49f1-a84f-ca358daaf587


NOTE: This is the build analyzer.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on ClrHeapAllocationAnalyzer:

Package Downloads
Pliant

An Earley parsing library.

Spinner

Spinner is a simple object mapper, it’s useful to communicate to any system that uses a positional string as communication.

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
3.0.0 173,015 2/3/2020
1.0.0.9 30,189 7/10/2018
1.0.0.8 48,108 6/8/2016
1.0.0.6 1,789 3/11/2015
1.0.0.5 1,503 10/13/2014
1.0.0.4 1,473 10/13/2014
1.0.0.3 1,481 10/12/2014
1.0.0.2 1,426 10/12/2014
1.0.0.1 1,463 10/12/2014
1.0.0 1,919 10/12/2014

Visual Studio 2015 RTM Update.