JetBrains.dotMemoryUnit
3.2.20220510
Prefix Reserved
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 Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (25)
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 |
---|---|---|
3.2.20220510 | 1,348,562 | 5/10/2022 |
3.1.20200127.214830 | 2,999,259 | 1/28/2020 |
3.0.20171219.105559 | 2,908,745 | 12/19/2017 |
2.4.20170830.172630 | 258,295 | 8/30/2017 |
2.3.20160517.113140 | 1,283,819 | 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