ClrHeapAllocationAnalyzer 1.0.0.6
dotnet add package ClrHeapAllocationAnalyzer --version 1.0.0.6
NuGet\Install-Package ClrHeapAllocationAnalyzer -Version 1.0.0.6
<PackageReference Include="ClrHeapAllocationAnalyzer" Version="1.0.0.6" />
paket add ClrHeapAllocationAnalyzer --version 1.0.0.6
#r "nuget: ClrHeapAllocationAnalyzer, 1.0.0.6"
// Install ClrHeapAllocationAnalyzer as a Cake Addin #addin nuget:?package=ClrHeapAllocationAnalyzer&version=1.0.0.6 // Install ClrHeapAllocationAnalyzer as a Cake Tool #tool nuget:?package=ClrHeapAllocationAnalyzer&version=1.0.0.6
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.
NOTE: You require ' ' ' ' Visual Studio 2015 CTP 6 ' ' ' ' for this to work.
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.
|
A few fixes that were left out due to merge issue. False positive on method groups, and new array was missing.