Microsoft.TestPlatform.TestHost
16.9.1
Testplatform host executes the test using specified adapter.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Microsoft.TestPlatform.TestHost -Version 16.9.1
dotnet add package Microsoft.TestPlatform.TestHost --version 16.9.1
<PackageReference Include="Microsoft.TestPlatform.TestHost" Version="16.9.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.TestPlatform.TestHost --version 16.9.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.TestPlatform.TestHost, 16.9.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.TestPlatform.TestHost as a Cake Addin
#addin nuget:?package=Microsoft.TestPlatform.TestHost&version=16.9.1
// Install Microsoft.TestPlatform.TestHost as a Cake Tool
#tool nuget:?package=Microsoft.TestPlatform.TestHost&version=16.9.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETCoreApp 1.0
- Microsoft.TestPlatform.ObjectModel (>= 16.9.1)
- Newtonsoft.Json (>= 9.0.1)
- System.Diagnostics.Process (>= 4.1.0)
- System.Diagnostics.StackTrace (>= 4.3.0)
- System.Diagnostics.TextWriterTraceListener (>= 4.0.0)
- System.Diagnostics.TraceSource (>= 4.3.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.0.0)
- System.Runtime.Loader (>= 4.0.0)
- System.Threading.Thread (>= 4.0.0)
-
.NETCoreApp 2.1
- Microsoft.TestPlatform.ObjectModel (>= 16.9.1)
- Newtonsoft.Json (>= 9.0.1)
-
.NETFramework 4.5
- No dependencies.
-
UAP 10.0
- Microsoft.TestPlatform.ObjectModel (>= 16.9.1)
- Newtonsoft.Json (>= 9.0.1)
- System.Xml.ReaderWriter (>= 4.0.11)
Used By
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Microsoft.TestPlatform.TestHost:
Package | Downloads |
---|---|
Microsoft.NET.Test.Sdk
The MSbuild targets and properties for building .NET test projects.
|
|
Fake.DotNet.Cli.IntegrationTests
FAKE - F# Make - is a build automation tool for .NET. Tasks and dependencies are specified in a DSL which is integrated in F#.
|
|
Meadow.UnitTestTemplate
Package Description
|
|
AppServerServer
Package Description
|
|
Meadow.MSTest.Runner
Package Description
|
GitHub repositories (14)
Showing the top 5 popular GitHub repositories that depend on Microsoft.TestPlatform.TestHost:
Repository | Stars |
---|---|
FluentValidation/FluentValidation
A popular .NET validation library for building strongly-typed validation rules.
|
|
migueldeicaza/TensorFlowSharp
TensorFlow API for .NET languages
|
|
aws/aws-sdk-net
The official AWS SDK for .NET. For more information on the AWS SDK for .NET, see our web site:
|
|
tmsmith/Dapper-Extensions
Dapper Extensions is a small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system. The goal of this library is to keep your POCOs pure by not requiring any attributes or base class inheritance.
|
|
microsoft/dotnet-apiport
This repo contains .NET Portability Analyzer (VSIX and Console) libraries and tools
|