ClrHeapAllocationAnalyzer 1.0.0.9
See the version list below for details.
dotnet add package ClrHeapAllocationAnalyzer --version 1.0.0.9
NuGet\Install-Package ClrHeapAllocationAnalyzer -Version 1.0.0.9
<PackageReference Include="ClrHeapAllocationAnalyzer" Version="1.0.0.9" />
paket add ClrHeapAllocationAnalyzer --version 1.0.0.9
#r "nuget: ClrHeapAllocationAnalyzer, 1.0.0.9"
// Install ClrHeapAllocationAnalyzer as a Cake Addin #addin nuget:?package=ClrHeapAllocationAnalyzer&version=1.0.0.9 // Install ClrHeapAllocationAnalyzer as a Cake Tool #tool nuget:?package=ClrHeapAllocationAnalyzer&version=1.0.0.9
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 2017 IDE is here, https://marketplace.visualstudio.com/items?itemName=MukulSabharwal.ClrHeapAllocationAnalyzer
NOTE: This is the build analyzer.
NOTE: You require ' ' ' ' Visual Studio 2017 ' ' ' ' for this to work.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 1.3
- Microsoft.CodeAnalysis.Common (>= 2.0.0)
- Microsoft.CodeAnalysis.CSharp (>= 2.0.0)
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.
|
Summary of changes made in this release of the package.