NuGet ยท nuget

microsoft.testplatform.testhost

Cached from upstream

Install

Install-Kommandos

dotnet add package microsoft.testplatform.testhost --version 18.8.1
<PackageReference Include="microsoft.testplatform.testhost" Version="18.8.1" />
paket add microsoft.testplatform.testhost --version 18.8.1
Install-Package microsoft.testplatform.testhost -Version 18.8.1

README

Vorschau

Microsoft.TestPlatform.TestHost

The test host process for the Visual Studio Test Platform. This package hosts the test execution engine and communicates with the test runner to discover and execute tests in the target process.

Usage

This package is typically referenced indirectly through Microsoft.NET.Test.Sdk. Direct references are only needed in advanced hosting scenarios.

<PackageReference Include="Microsoft.TestPlatform.TestHost" Version="x.y.z" />