JetBrains.DotMemoryUnit 1.0.20150408.170258

Requires NuGet 2.8 or higher.

dotnet add package JetBrains.DotMemoryUnit --version 1.0.20150408.170258
                    
NuGet\Install-Package JetBrains.DotMemoryUnit -Version 1.0.20150408.170258
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="JetBrains.DotMemoryUnit" Version="1.0.20150408.170258" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="JetBrains.DotMemoryUnit" Version="1.0.20150408.170258" />
                    
Directory.Packages.props
<PackageReference Include="JetBrains.DotMemoryUnit" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add JetBrains.DotMemoryUnit --version 1.0.20150408.170258
                    
#r "nuget: JetBrains.DotMemoryUnit, 1.0.20150408.170258"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package JetBrains.DotMemoryUnit@1.0.20150408.170258
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=JetBrains.DotMemoryUnit&version=1.0.20150408.170258
                    
Install as a Cake Addin
#tool nuget:?package=JetBrains.DotMemoryUnit&version=1.0.20150408.170258
                    
Install as a Cake Tool

dotMemory Unit is an additional unit testing framework that allows you to write tests that check code for all kinds of memory issues. For example, these can be tests that determine leaks by checking memory for objects of a particular type, or tests that track memory traffic and fail in case the traffic exceeds some threshold. In other words, dotMemory Unit extends your unit testing framework (NUnit, MSTest, or other) with the functionality of a memory profiler.
To run tests that use dotMemory Unit, you should reference the dotMemory.Unit assembly (which is a part of this package) from your test project.
Note that dotMemory Unit requires ReSharper unit test runner. Therefore, you should have either ReSharper 9.1 (or later) or dotCover 3.1 (or later) installed on your machine.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.20150408.170258 1,349 4/8/2015
1.0.20150403.164603-RC2 73 4/6/2015
1.0.20150401.134330-RC 36 4/1/2015
1.0.20150326.161752-EAP8 37 3/27/2015
1.0.20150320.84706-EAP7 37 3/20/2015
1.0.20150313.100185-EAP6 43 3/16/2015
1.0.20150304.20115-EAP5 73 3/4/2015