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" />
paket add JetBrains.DotMemoryUnit --version 1.0.20150408.170258
#r "nuget: JetBrains.DotMemoryUnit, 1.0.20150408.170258"
// Install JetBrains.DotMemoryUnit as a Cake Addin #addin nuget:?package=JetBrains.DotMemoryUnit&version=1.0.20150408.170258 // Install JetBrains.DotMemoryUnit as a Cake Tool #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 (24)
Showing the top 5 popular GitHub repositories that depend on JetBrains.DotMemoryUnit:
Repository | Stars |
---|---|
AvaloniaUI/Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
|
|
reactiveui/ReactiveUI
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
|
|
xamarin/Xamarin.Forms
Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
|
|
dotnetcore/Util
Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。
|
|
martinothamar/Mediator
A high performance implementation of Mediator pattern in .NET using source generators.
|
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 |