Microsoft.Debugging.Platform.DbgX 20260622.1.0

Prefix Reserved
dotnet add package Microsoft.Debugging.Platform.DbgX --version 20260622.1.0
                    
NuGet\Install-Package Microsoft.Debugging.Platform.DbgX -Version 20260622.1.0
                    
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.Debugging.Platform.DbgX" Version="20260622.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Debugging.Platform.DbgX" Version="20260622.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Debugging.Platform.DbgX" />
                    
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.Debugging.Platform.DbgX --version 20260622.1.0
                    
#r "nuget: Microsoft.Debugging.Platform.DbgX, 20260622.1.0"
                    
#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.Debugging.Platform.DbgX@20260622.1.0
                    
#: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.Debugging.Platform.DbgX&version=20260622.1.0
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Debugging.Platform.DbgX&version=20260622.1.0
                    
Install as a Cake Tool

Wraps DbgEng in a managed Task Asynchronous Pattern (e.g. async/await) so that consumers of this library do not need to be aware of the oddities of the dbgeng threading model. It creates a child process to host the engine out of process (using EngHost.exe) to allow native 32/64 bit debugging of binaries.

Product Compatible and additional computed target framework versions.
.NET net10.0-windows10.0.17763 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Microsoft.Debugging.Platform.DbgX:

Repository Stars
microsoft/SizeBench
SizeBench is a binary size investigation tool for Windows
Version Downloads Last Updated
20260622.1.0 2,516 2026/7/2
20260320.1.0 3,444 2026/3/30
20260112.1.0 216 2026/1/23
20251121.1.0 320 2025/12/3
20251007.1.0 500 2025/10/14
20250827.1.0 398 2025/9/2
20250612.2.0 458 2025/6/18
20250415.1.0 547 2025/4/21
20250225.2.0 707 2025/2/26
20250213.1.0 469 2025/2/14
20241011.1.0 832 2024/10/12
20240917.1.0 112,086 2024/9/17
20240724.3.0 402 2024/7/25
20240703.1.0 379 2024/7/3
20240605.1.0 431 2024/6/6
20240515.2.0 446 2024/5/16
20240410.4.0 408 2024/4/16
20240224.1.0 479 2024/2/25
20240216.1.0 634 2024/2/16
20240208.1.0 448 2024/2/9
Loading failed