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
<PackageReference Include="JetBrains.DotMemoryUnit" Version="1.0.20150408.170258" />
<PackageVersion Include="JetBrains.DotMemoryUnit" Version="1.0.20150408.170258" />
<PackageReference Include="JetBrains.DotMemoryUnit" />
paket add JetBrains.DotMemoryUnit --version 1.0.20150408.170258
#r "nuget: JetBrains.DotMemoryUnit, 1.0.20150408.170258"
#:package JetBrains.DotMemoryUnit@1.0.20150408.170258
#addin nuget:?package=JetBrains.DotMemoryUnit&version=1.0.20150408.170258
#tool nuget:?package=JetBrains.DotMemoryUnit&version=1.0.20150408.170258
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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
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 |