NuGet for ClrHeapAllocationAnalyzer
See original GitHub issueWould be nice if we could auto-install the ClrHeapAllocationAnalyzer
via NuGet:
https://www.nuget.org/packages/ClrHeapAllocationAnalyzer/
Info: https://github.com/microsoft/RoslynClrHeapAllocationAnalyzer
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
ClrHeapAllocationAnalyzer 3.0.0
Roslyn based C# heap allocation diagnostic analyzer that can detect explicit and many implicit allocations like boxing, display classes ...
Read more >ClrHeapAllocationAnalyzer 1.0.0.9
Roslyn based C# heap allocation diagnostic analyzer that can detect explicit and many implicit allocations like boxing, display classes ...
Read more >NuGet Package ClrHeapAllocationAnalyzer
Roslyn based C# heap allocation diagnostic analyzer that can detect explicit and many implicit allocations like boxing, display classes ...
Read more >Roslyn Clr Heap Allocation Analyzer
Roslyn based C# heap allocation diagnostic analyzer that can detect explicit and many implicit allocations like boxing, display classes ...
Read more >README.md - microsoft/RoslynClrHeapAllocationAnalyzer
Roslyn based C# heap allocation diagnostic analyzer that can detect explicit and many implicit allocations like boxing, display classes ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes…, I’ve just tested that and I don’t think that would be useful for everyone. Personally I think that IDE plugin is better alternative for that because you can turn it on/off on demand.
Like @dymanoid we don’t need to optimize every file and for performance critical parts of mod I can turn on plugin, check suggestions and make some changes in those places.
Fair point.