Microsoft.Debugging.Platform.DbgX 20260320.1.0

Prefix Reserved
dotnet add package Microsoft.Debugging.Platform.DbgX --version 20260320.1.0
                    
NuGet\Install-Package Microsoft.Debugging.Platform.DbgX -Version 20260320.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="20260320.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="20260320.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 20260320.1.0
                    
#r "nuget: Microsoft.Debugging.Platform.DbgX, 20260320.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@20260320.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=20260320.1.0
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Debugging.Platform.DbgX&version=20260320.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
20260320.1.0 155 3/30/2026
20260112.1.0 162 1/23/2026
20251121.1.0 269 12/3/2025
20251007.1.0 322 10/14/2025
20250827.1.0 345 9/2/2025
20250612.2.0 407 6/18/2025
20250415.1.0 505 4/21/2025
20250225.2.0 620 2/26/2025
20250213.1.0 418 2/14/2025
20241011.1.0 743 10/12/2024
20240917.1.0 112,020 9/17/2024
20240724.3.0 356 7/25/2024
20240703.1.0 339 7/3/2024
20240605.1.0 383 6/6/2024
20240515.2.0 397 5/16/2024
20240410.4.0 366 4/16/2024
20240224.1.0 437 2/25/2024
20240216.1.0 543 2/16/2024
20240208.1.0 405 2/9/2024
20240117.4.0 374 1/18/2024
Loading failed