Microsoft.Testing.Extensions.PackagedApp
1.0.0-alpha.26363.8
Prefix Reserved
dotnet add package Microsoft.Testing.Extensions.PackagedApp --version 1.0.0-alpha.26363.8
NuGet\Install-Package Microsoft.Testing.Extensions.PackagedApp -Version 1.0.0-alpha.26363.8
<PackageReference Include="Microsoft.Testing.Extensions.PackagedApp" Version="1.0.0-alpha.26363.8" />
<PackageVersion Include="Microsoft.Testing.Extensions.PackagedApp" Version="1.0.0-alpha.26363.8" />
<PackageReference Include="Microsoft.Testing.Extensions.PackagedApp" />
paket add Microsoft.Testing.Extensions.PackagedApp --version 1.0.0-alpha.26363.8
#r "nuget: Microsoft.Testing.Extensions.PackagedApp, 1.0.0-alpha.26363.8"
#:package Microsoft.Testing.Extensions.PackagedApp@1.0.0-alpha.26363.8
#addin nuget:?package=Microsoft.Testing.Extensions.PackagedApp&version=1.0.0-alpha.26363.8&prerelease
#tool nuget:?package=Microsoft.Testing.Extensions.PackagedApp&version=1.0.0-alpha.26363.8&prerelease
Microsoft.Testing.Extensions.PackagedApp
This package is experimental and consumes the experimental ITestHostLauncher extension point of Microsoft.Testing.Platform. The API may change or be removed in a future update.
Microsoft.Testing.Extensions.PackagedApp is an extension for Microsoft.Testing.Platform that deploys a packaged Windows test host (UWP or packaged WinUI) into an isolated directory and launches it from there, instead of starting the test host in place.
It is the consumer of the platform's ITestHostLauncher extension point for packaged Windows apps. UWP and packaged WinUI ship as MSIX and share the same launch mechanism, which is why VSTest exposes a single UwpTestHostRuntimeProvider for both:
- Deploy + launch (implemented): the app's loose layout is deployed to a deployment directory and the produced executable is launched from there.
- Packaged AUMID activation (planned): the loose layout is registered with the
PackageManagerand the app is activated by Application User Model ID (AUMID) viaIApplicationActivationManager— the scenario behind #2784.
Microsoft.Testing.Platform is open source. You can find Microsoft.Testing.Extensions.PackagedApp code in the microsoft/testfx GitHub repository.
Install the package
dotnet add package Microsoft.Testing.Extensions.PackagedApp
About
This package extends Microsoft.Testing.Platform with:
- Deployment + launch: stages the packaged Windows (UWP/WinUI) test host payload into an isolated directory and launches the deployed copy.
- Mechanism-agnostic monitoring: returns an
ITestHostHandlethat exposes only the lifecycle the platform needs and no local process id.
Documentation
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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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. |
-
net8.0
- Microsoft.Testing.Platform (>= 2.3.2)
-
net9.0
- Microsoft.Testing.Platform (>= 2.3.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0-alpha.26363.8 | 47 | 7/13/2026 |
| 1.0.0-alpha.26358.12 | 67 | 7/8/2026 |
| 1.0.0-alpha.26357.13 | 47 | 7/7/2026 |