JetBrains.dotMemoryUnit
3.2.20220510
Requires NuGet 2.0 or higher.
dotnet add package JetBrains.dotMemoryUnit --version 3.2.20220510
NuGet\Install-Package JetBrains.dotMemoryUnit -Version 3.2.20220510
<PackageReference Include="JetBrains.dotMemoryUnit" Version="3.2.20220510" />
paket add JetBrains.dotMemoryUnit --version 3.2.20220510
#r "nuget: JetBrains.dotMemoryUnit, 3.2.20220510"
// Install JetBrains.dotMemoryUnit as a Cake Addin
#addin nuget:?package=JetBrains.dotMemoryUnit&version=3.2.20220510
// Install JetBrains.dotMemoryUnit as a Cake Tool
#tool nuget:?package=JetBrains.dotMemoryUnit&version=3.2.20220510
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 | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
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
A cross-platform UI framework for .NET
|
|
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 core平台下的应用框架,旨在提升小型团队的开发输出能力,由常用公共操作类(工具类)、分层架构基类、Ui组件,第三方组件封装,第三方业务接口封装,配套代码生成模板,权限等组成。
|
|
martinothamar/Mediator
A high performance implementation of Mediator pattern in .NET using source generators.
|
Version | Downloads | Last updated |
---|---|---|
3.2.20220510 | 235,886 | 5/10/2022 |
3.1.20200127.214830 | 1,959,569 | 1/28/2020 |
3.0.20171219.105559 | 2,225,392 | 12/19/2017 |
2.4.20170830.172630 | 208,467 | 8/30/2017 |
2.3.20160517.113140 | 963,092 | 5/18/2016 |
● Support .NET 5.0 and 6.0
● Full list of fixes:
https://youtrack.jetbrains.com/issues/DMU?q=%23%7BdotMemory%20Unit%7D%20Fix%20version:%20%7B3.2%7D%20State:%20Fixed