NetWasm.Testing.VSTest 0.2.4

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

NetWasm.Testing.VSTest

NetWasm.Testing.VSTest is the framework-neutral bridge between stock VSTest and a test project targeting netwasm0.1. Its standard VSTest runtime-provider extension recognizes only NetWasm,Version=v0.1 and starts a pinned portable desktop testhost under the dotnet host supplied by the invoking test run.

The package appends its extension directory to VSTestTestAdapterPath. It does not define or replace the VSTest target, inject Microsoft.NET.Test.Sdk, add a desktop target to the guest project, discover host tools, or contain a test framework protocol. Framework packages supply ordinary VSTest adapters and use the INetWasmArtifactClient from the packaged Hosting client to execute the SDK-emitted artifact descriptor.

The portable testhost closure is pinned to Microsoft TestPlatform 18.0.1. Its package-relative manifest records and validates the exact portable files before launch. No RID-specific host executable or native test platform asset is packaged.

The adapter contract and ordinary dotnet test workflow are documented in the repository's SDK and testing documentation.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on NetWasm.Testing.VSTest:

Package Downloads
NetWasm.TUnit

NetWasm-targeted TUnit catalog runner and package integration.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.2.4 0 9/20/2026
0.2.4-preview.1 0 9/20/2026
0.2.3 40 9/18/2026
0.2.3-preview.1 32 9/18/2026
0.2.2 48 9/18/2026
0.2.2-preview.1 41 9/18/2026
0.2.0 72 9/16/2026
0.2.0-preview.1 42 9/16/2026
0.1.0 84 9/15/2026
0.1.0-rc.3 49 9/15/2026
0.1.0-rc.2 42 9/15/2026
0.1.0-rc.1 48 9/15/2026
0.1.0-alpha.1 66 9/14/2026