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.
Перейти к файлу
Jared Parsons e73a7cad1e
Archive repository
2022-05-26 13:34:13 -07:00
ClrHeapAllocationsAnalyzer Merge pull request #92 from tkaczz/master 2022-05-02 14:20:28 -07:00
ClrHeapAllocationsAnalyzer.Test Fix bug in CallSiteImplicitAllocationAnalyzer (#85) 2020-10-15 22:41:25 -07:00
ClrHeapAllocationsAnalyzer.Vsix 4 spaces 2022-02-17 22:43:29 +01:00
.gitattributes Initial commit 2014-10-12 01:31:15 -07:00
.gitignore Upgrade packages 2020-02-02 20:40:01 -08:00
ClrHeapAllocationAnalyzer.sln Upgrade to support Visual Studio 2019 RC+ 2019-03-18 13:20:00 +00:00
LICENSE Final cleanup for CTP 6 release. 2015-03-10 21:37:14 -07:00
README.md Archive repository 2022-05-26 13:34:13 -07:00

README.md

NOTE This project is no longer maintained. The high impact analyzers from this repository are being merged with dotnet/roslyn-analyzers. As such, this repo was archived

Roslyn Clr Heap Allocation Analyzer

Join the chat at https://gitter.im/mjsabby/RoslynClrHeapAllocationAnalyzer

Quick Video: https://www.youtube.com/watch?v=Tw-wgT-cXYU&hd=1

Download: https://github.com/Microsoft/RoslynClrHeapAllocationAnalyzer/releases

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.

You can find also it on the Visual Studio Gallery, https://aka.ms/HeapAllocationAnalyzer

If you want it use it in your build: https://www.nuget.org/packages/ClrHeapAllocationAnalyzer/

example

Microsoft Open Source Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.