ReflectionIT.ClrHeapAllocationAnalyzer
3.1.0
Prefix Reserved
See the version list below for details.
dotnet add package ReflectionIT.ClrHeapAllocationAnalyzer --version 3.1.0
NuGet\Install-Package ReflectionIT.ClrHeapAllocationAnalyzer -Version 3.1.0
<PackageReference Include="ReflectionIT.ClrHeapAllocationAnalyzer" Version="3.1.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add ReflectionIT.ClrHeapAllocationAnalyzer --version 3.1.0
#r "nuget: ReflectionIT.ClrHeapAllocationAnalyzer, 3.1.0"
// Install ReflectionIT.ClrHeapAllocationAnalyzer as a Cake Addin #addin nuget:?package=ReflectionIT.ClrHeapAllocationAnalyzer&version=3.1.0 // Install ReflectionIT.ClrHeapAllocationAnalyzer as a Cake Tool #tool nuget:?package=ReflectionIT.ClrHeapAllocationAnalyzer&version=3.1.0
Reflection IT - Clr Heap Allocation Analyzer
This project is a fork of the archived RoslynClrHeapAllocationAnalyzer project. This allowed us to add new features for .NET6 and later to it. These newer targetframeworks have features which don't allocate objects any more which the original analyzer was still reporting. For example: in .NET6 string interpolation does not cause Boxing any more. This is now not reported any more.
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 | 3,335 | 8/28/2023 |
3.2.2 | 284 | 8/28/2023 |
3.2.0 | 203 | 7/11/2023 |
3.1.0 | 254 | 4/7/2023 |
3.1.0-preview2 | 264 | 4/7/2023 |
3.1.0-preview1 | 126 | 4/7/2023 |
No Boxing allocations in .NET6 string interpolation