JetBrains.DotMemoryUnit 2.3.20160517.113140

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.8 or higher.

dotnet add package JetBrains.DotMemoryUnit --version 2.3.20160517.113140
NuGet\Install-Package JetBrains.DotMemoryUnit -Version 2.3.20160517.113140
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="2.3.20160517.113140" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JetBrains.DotMemoryUnit --version 2.3.20160517.113140
#r "nuget: JetBrains.DotMemoryUnit, 2.3.20160517.113140"
#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.
// Install JetBrains.DotMemoryUnit as a Cake Addin
#addin nuget:?package=JetBrains.DotMemoryUnit&version=2.3.20160517.113140

// Install JetBrains.DotMemoryUnit as a Cake Tool
#tool nuget:?package=JetBrains.DotMemoryUnit&version=2.3.20160517.113140

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.
Tests with the support for dotMemory Unit can be run either with a standalone unit test runner of your choice or with the ReSharper unit test runner. For standalone runners, you should use a mediator - the standalone dotMemory Unit launcher. If you want to use the ReSharper unit test runner, 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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (21)

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 Foundation community project.
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 Official Home
dotnetcore/Util
Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。
martinothamar/Mediator
A high performance implementation of Mediator pattern in .NET using source generators.
Version Downloads Last updated
3.2.20220510 896,579 5/10/2022
3.1.20200127.214830 2,636,866 1/28/2020
3.0.20171219.105559 2,697,005 12/19/2017
2.4.20170830.172630 245,349 8/30/2017
2.3.20160517.113140 1,187,037 5/18/2016

● AssertTrafficAttribute can be applied to a method several times in order to check memory traffic with different filters
● Fixed multiple bugs related to providing manual support for the frameworks not supported out of the box

● Full list of fixes:
https://youtrack.jetbrains.com/releaseNotes/DMU?q=%28Affected+versions%3A+-%7B--%7D+or+Type%3AFeature+%29+and+%28State%3A+Verified+Fix+version%3A+%7B2.3%7D%29
&title=dotMemory+Unit+2.3+Release+Notes&showDescription=false&showComments=false