Microsoft.Testing.Extensions.CrashDump 2.2.1

Prefix Reserved
dotnet add package Microsoft.Testing.Extensions.CrashDump --version 2.2.1
                    
NuGet\Install-Package Microsoft.Testing.Extensions.CrashDump -Version 2.2.1
                    
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="Microsoft.Testing.Extensions.CrashDump" Version="2.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Testing.Extensions.CrashDump" Version="2.2.1" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Testing.Extensions.CrashDump" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.Testing.Extensions.CrashDump --version 2.2.1
                    
#r "nuget: Microsoft.Testing.Extensions.CrashDump, 2.2.1"
                    
#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.
#:package Microsoft.Testing.Extensions.CrashDump@2.2.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.Testing.Extensions.CrashDump&version=2.2.1
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Testing.Extensions.CrashDump&version=2.2.1
                    
Install as a Cake Tool

Microsoft.Testing.Extensions.CrashDump

Microsoft.Testing.Extensions.CrashDump is an extension for Microsoft.Testing.Platform that captures a crash dump of the test host process when an unhandled exception or crash occurs.

Microsoft.Testing.Platform is open source. You can find Microsoft.Testing.Extensions.CrashDump code in the microsoft/testfx GitHub repository.

Install the package

dotnet add package Microsoft.Testing.Extensions.CrashDump

About

This package extends Microsoft.Testing.Platform with:

  • Crash dump collection: automatically captures a memory dump when the test process crashes
  • Post-mortem debugging: collected dumps can be analyzed with tools like Visual Studio, WinDbg, or dotnet-dump
  • Cross-platform: supported on Windows, Linux, and macOS. Note that dumps collected on macOS can only be analyzed on macOS
  • Runtime behavior: supported for .NET 6+; on .NET Framework this extension is ignored

Enable crash dump collection via the --crashdump command line option.

Documentation

For this extension, see https://learn.microsoft.com/dotnet/core/testing/microsoft-testing-platform-crash-hang-dumps#crash-dump.

For comprehensive documentation, see https://aka.ms/testingplatform.

Feedback & contributing

Microsoft.Testing.Platform is an open source project. Provide feedback or report issues in the microsoft/testfx GitHub repository.

Product 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 is compatible.  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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Microsoft.Testing.Extensions.CrashDump:

Package Downloads
Prova

High-performance, AOT-safe testing framework for .NET.

GitHub repositories (7)

Showing the top 7 popular GitHub repositories that depend on Microsoft.Testing.Extensions.CrashDump:

Repository Stars
dotnet/wpf
WPF is a .NET Core UI framework for building Windows desktop applications.
microsoft/aspire
Aspire is the tool for code-first, extensible, observable dev and deploy.
kurrent-io/KurrentDB
KurrentDB is a database that's engineered for modern software applications and event-driven architectures. Its event-native design simplifies data modeling and preserves data integrity while the integrated streaming engine solves distributed messaging challenges and ensures data consistency.
thomhurst/TUnit
A modern, fast and flexible .NET testing framework
dotnet/sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
foxminchan/BookWorm
The practical implementation of Aspire using Microservices, AI-Agents
Version Downloads Last Updated
2.2.1 492 4/7/2026
2.1.0 35,090 2/3/2026
2.0.2 47,553 11/11/2025
2.0.1 18,270 10/14/2025
2.0.0 962 10/7/2025
2.0.0-preview.25480.4 153 9/30/2025
2.0.0-preview.25465.3 259 9/15/2025
2.0.0-preview.25454.2 166 9/4/2025
2.0.0-preview.25452.10 149 9/2/2025
2.0.0-preview.25415.9 117 8/15/2025
2.0.0-preview.25411.5 138 8/15/2025
2.0.0-preview.25372.6 551 7/22/2025
1.9.1 8,312 11/11/2025
1.9.0 29,335 10/1/2025
1.8.5 768 9/30/2025
1.8.4 10,280 9/2/2025
1.8.3 3,060 8/26/2025
1.8.2 10,988 8/12/2025
1.8.1 3,716 8/5/2025
1.8.0 1,094 7/29/2025
Loading failed