JetBrains.dotMemoryUnit
3.2.20220510
Prefix Reserved
Requires NuGet 2.0 or higher.
Install-Package JetBrains.dotMemoryUnit -Version 3.2.20220510
dotnet add 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 |
.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 |
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 (19)
Showing the top 5 popular GitHub repositories that depend on JetBrains.dotMemoryUnit:
Repository | Stars |
---|---|
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
|
|
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
|
|
bing-framework/Bing.NetCore
Bing是基于 .net core 2.0 的框架,旨在提升团队的开发输出能力,由常用公共操作类(工具类、帮助类)、分层架构基类,第三方组件封装,第三方业务接口封装等组成。
|
Version | Downloads | Last updated |
---|---|---|
3.2.20220510 | 17,721 | 5/10/2022 |
3.1.20200127.214830 | 1,591,059 | 1/28/2020 |
3.0.20171219.105559 | 1,988,748 | 12/19/2017 |
2.4.20170830.172630 | 198,228 | 8/30/2017 |
2.3.20160517.113140 | 833,446 | 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