ReflectionIT.ClrHeapAllocationAnalyzer 3.2.3

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package ReflectionIT.ClrHeapAllocationAnalyzer --version 3.2.3
NuGet\Install-Package ReflectionIT.ClrHeapAllocationAnalyzer -Version 3.2.3
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="ReflectionIT.ClrHeapAllocationAnalyzer" Version="3.2.3">
  <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.
paket add ReflectionIT.ClrHeapAllocationAnalyzer --version 3.2.3
#r "nuget: ReflectionIT.ClrHeapAllocationAnalyzer, 3.2.3"
#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 ReflectionIT.ClrHeapAllocationAnalyzer as a Cake Addin
#addin nuget:?package=ReflectionIT.ClrHeapAllocationAnalyzer&version=3.2.3

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

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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.2.3 1,617 8/28/2023
3.2.2 239 8/28/2023
3.2.0 170 7/11/2023
3.1.0 212 4/7/2023
3.1.0-preview2 220 4/7/2023
3.1.0-preview1 100 4/7/2023

No reporting of Type Conversion Allocations (HAA0603) on Static members in C# 11.0