Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Nuget publish and video upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjsabby committed Oct 13, 2014
1 parent 1130eaf commit 2682a73
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Diagnostic.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>ClrHeapAllocationAnalyzer</id>
<version>1.0.0.3</version>
<version>1.0.0.4</version>
<title>Clr Heap Allocation Analyzer</title>
<authors>mjsabby</authors>
<owners>mjsabby</owners>
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
Roslyn Clr Heap Allocation Analyzer
===================================

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

Download: **https://github.com/mjsabby/RoslynClrHeapAllocationAnalyzer/releases/tag/1.0**

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://visualstudiogallery.msdn.microsoft.com/f9b47b93-8675-4ae0-9c52-5da8027c4bb8

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

**NOTE: Requires [Visual Studio 14 CTP 4](http://www.visualstudio.com/en-us/downloads/visual-studio-14-ctp-vs.aspx)**

![example](https://cloud.githubusercontent.com/assets/1930559/4606581/2a027d08-5225-11e4-8d4e-686c204a1267.png)

10/12/2014: I'm making a YouTube video that'll show it in action soon.
https://www.youtube.com/watch?v=Tw-wgT-cXYU&feature=youtu.be&hd=1

0 comments on commit 2682a73

Please sign in to comment.