Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ You can also enable the diagnostics logs using the environment variables:

This extension allows you to create a crash dump file if the process crashes. This extension is shipped as part of [Microsoft.Testing.Extensions.CrashDump](https://nuget.org/packages/Microsoft.Testing.Extensions.CrashDump) NuGet package.

> [!IMPORTANT]
> The package is shipped with Microsoft .NET library closed-source free to use licensing model.

To configure the crash dump file generation, use the following options:

| Option | Description |
Expand All @@ -56,9 +53,6 @@ To configure the crash dump file generation, use the following options:

This extension allows you to create a dump file after a given timeout. This extension is shipped as part of [Microsoft.Testing.Extensions.HangDump](https://nuget.org/packages/Microsoft.Testing.Extensions.HangDump) package.

> [!IMPORTANT]
> The package is shipped with Microsoft .NET library closed-source free to use licensing model.

To configure the hang dump file generation, use the following options:

| Option | Description |
Expand Down
Loading