Microsoft.TestPlatform.TestHost 15.9.0-preview-20180807-05

Prefix Reserved
This is a prerelease version of Microsoft.TestPlatform.TestHost.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.TestPlatform.TestHost --version 15.9.0-preview-20180807-05
                    
NuGet\Install-Package Microsoft.TestPlatform.TestHost -Version 15.9.0-preview-20180807-05
                    
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.TestPlatform.TestHost" Version="15.9.0-preview-20180807-05" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.TestPlatform.TestHost" Version="15.9.0-preview-20180807-05" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.TestPlatform.TestHost" />
                    
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.TestPlatform.TestHost --version 15.9.0-preview-20180807-05
                    
#r "nuget: Microsoft.TestPlatform.TestHost, 15.9.0-preview-20180807-05"
                    
#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.
#addin nuget:?package=Microsoft.TestPlatform.TestHost&version=15.9.0-preview-20180807-05&prerelease
                    
Install Microsoft.TestPlatform.TestHost as a Cake Addin
#tool nuget:?package=Microsoft.TestPlatform.TestHost&version=15.9.0-preview-20180807-05&prerelease
                    
Install Microsoft.TestPlatform.TestHost as a Cake Tool

Testplatform host executes the test using specified adapter.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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 was computed.  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. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.5 is compatible.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (14)

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.

DafnyDriver

Package Description

BccCode.BuildingBlocks.Tests

A package providing a boiler-plate implementation for running integration tests in .NET projects.

Fake.DotNet.Cli.IntegrationTests

Package Description

Meadow.UnitTestTemplate

Package Description

GitHub repositories (36)

Showing the top 20 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
dafny-lang/dafny
Dafny is a verification-aware programming language
microsoft/WinUI-Gallery
This app demonstrates the controls available in WinUI and the Fluent Design System.
Nethereum/Nethereum
Ethereum .Net cross platform integration library
aws/aws-sdk-net
The official AWS SDK for .NET. For more information on the AWS SDK for .NET, see our web site:
DigitalRuby/IPBan
Since 2011, IPBan is the worlds most trusted, free security software to block hackers and botnets. With both Windows and Linux support, IPBan has your dedicated or cloud server protected. Upgrade to IPBan Pro today and get a discount. Learn more at ↓
microsoft/AdaptiveCards
A new way for developers to exchange card content in a common and consistent way.
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/azure-pipelines-agent
Azure Pipelines Agent 🚀
microsoft/ai-dev-gallery
An open-source project for Windows developers to learn how to add AI with local models and APIs to Windows apps.
Oliveriver/5d-diplomacy-with-multiverse-time-travel
5D Diplomacy With Multiverse Time Travel
microsoft/dotnet-apiport
This repo contains .NET Portability Analyzer (VSIX and Console) libraries and tools
microsoft/testfx
This repository holds the source code of Microsoft.Testing.Platform (MTP), a lightweight alternative to VSTest, as well as MSTest adapter and framework.
MonoMod/MonoMod
C# modding swiss army knife, powered by cecil.
Taiizor/Sucrose
Sucrose is a versatile wallpaper engine that brings life to your desktop with a wide range of interactive wallpapers.
nearby-sharing/android
Share files between android and PC via the Windows 10 / 11 built-in nearby-sharing functionality (Project Rome)
dotMorten/WinUIEx
WinUI Extensions
IviriusCommunity/Rebound
Windows 11 done right.
microsoft/CsWinRT
C# language projection for the Windows Runtime
Version Downloads Last updated
17.14.1 1,788,350 6/3/2025
17.14.0 1,964,162 5/20/2025
17.14.0-preview-25107-01 141,439 2/10/2025
17.13.0 22,876,304 2/10/2025
17.12.0 28,355,826 11/19/2024
17.11.1 33,987,898 9/5/2024
17.11.0 7,358,485 8/20/2024
17.11.0-release-24373-02 90,681 7/24/2024
17.11.0-release-24352-06 78,028 7/2/2024
17.10.0 34,444,555 5/22/2024
17.10.0-release-24177-07 171,044 4/2/2024
17.10.0-preview-24080-01 234,156 1/30/2024
17.9.0 43,950,744 2/6/2024
17.9.0-release-23619-01 158,559 1/8/2024
17.9.0-preview-23577-04 161,518 12/5/2023
17.9.0-preview-23531-01 158,678 11/8/2023
17.9.0-preview-23503-02 157,415 10/9/2023
17.8.0 58,498,477 11/8/2023
17.8.0-release-23468-02 24,644 10/4/2023
17.8.0-preview-23424-02 102,105 8/29/2023
17.8.0-preview-23371-04 96,435 8/3/2023
17.7.2 22,486,560 8/29/2023
17.7.1 7,404,083 8/16/2023
17.7.0 3,923,534 8/4/2023
17.7.0-preview-23364-03 123,059 7/16/2023
17.7.0-preview.23280.1 147,772 6/12/2023
17.6.3 13,786,922 6/27/2023
17.6.2 7,816,759 6/6/2023
17.6.1 1,632,206 6/1/2023
17.6.0 17,750,008 5/16/2023
17.6.0-preview-20230223-05 196,159 3/13/2023
17.5.0 49,022,060 2/21/2023
17.5.0-preview-20221221-03 271,356 12/21/2022
17.5.0-preview-20221003-04 588,389 10/3/2022
17.4.1 28,637,240 12/16/2022
17.4.0 20,593,243 11/7/2022
17.4.0-preview-20221003-03 5,393 10/3/2022
17.4.0-preview-20220726-02 215,577 8/9/2022
17.4.0-preview-20220707-01 516,705 7/11/2022
17.3.3 433,024 3/24/2023
17.3.2 39,393,636 9/26/2022
17.3.1 10,983,711 8/30/2022
17.3.0 9,423,436 8/10/2022
17.3.0-preview-20220612-01 56,064 6/13/2022
17.3.0-preview-20220530-08 9,556 6/8/2022
17.3.0-preview-20220426-02 10,997 6/2/2022
17.2.1 124,209 3/24/2023
17.2.0 34,918,457 5/11/2022
17.2.0-preview-20220401-08 84,423 4/7/2022
17.2.0-preview-20220401-07 14,038 4/4/2022
17.2.0-preview-20220301-01 48,618 3/18/2022
17.2.0-preview-20220131-20 248,821 2/9/2022
17.1.0 70,058,133 2/16/2022
17.1.0-release-20220113-05 63,213 2/1/2022
17.1.0-preview-20211130-02 600,987 11/30/2021
17.1.0-preview-20211109-03 465,149 11/9/2021
17.0.2 202,057 3/24/2023
17.0.1-release-20211109-01 23,301 11/11/2021
17.0.0 45,314,987 10/26/2021
16.11.0 51,924,137 8/13/2021
16.11.0-release-20210626-04 197,971 6/27/2021
16.10.0 19,818,948 5/25/2021
16.10.0-release-20210429-01 99,286 4/29/2021
16.10.0-release-20210422-02 11,323 4/23/2021
16.10.0-release-20210330-02 864,226 3/30/2021
16.10.0-release-20210329-03 5,309 3/30/2021
16.10.0-preview-20210219-03 129,682 2/23/2021
16.9.4 35,084,487 4/1/2021
16.9.4-release-20210331-01 3,736 4/1/2021
16.9.1 10,438,448 2/23/2021
16.9.0-preview-20210127-04 78,008 1/27/2021
16.9.0-preview-20210106-01 139,726 1/6/2021
16.9.0-preview-20201123-03 135,021 11/23/2020
16.9.0-preview-20201020-06 288,051 10/21/2020
16.8.3 21,500,558 12/2/2020
16.8.0 7,533,748 11/8/2020
16.8.0-preview-20200921-01 103,058 9/21/2020
16.8.0-preview-20200812-03 124,496 8/13/2020
16.8.0-preview-20200806-02 23,422 8/6/2020
16.7.1 46,189,583 8/20/2020
16.7.0 3,945,198 8/6/2020
16.7.0-preview-20200519-01 228,017 5/20/2020
16.7.0-preview-20200428-01 119,690 4/28/2020
16.6.1 27,715,331 4/24/2020
16.6.0 1,275,804 4/20/2020
16.6.0-preview-20200318-01 161,447 3/20/2020
16.6.0-preview-20200310-03 75,124 3/13/2020
16.6.0-preview-20200309-01 32,669 3/9/2020
16.6.0-preview-20200226-03 82,226 2/27/2020
16.5.0 74,184,327 2/5/2020
16.5.0-preview-20200203-01 25,311 2/3/2020
16.5.0-preview-20200116-01 96,904 1/16/2020
16.5.0-preview-20200102-01 31,832 1/2/2020
16.5.0-preview-20191216-02 45,099 12/23/2019
16.5.0-preview-20191115-01 101,326 11/15/2019
16.4.0 27,914,664 11/6/2019
16.4.0-preview-20191007-01 11,245 10/7/2019
16.3.0 7,155,786 9/19/2019
16.3.0-preview-20190828-03 50,820 8/29/2019
16.3.0-preview-20190808-03 79,677 8/9/2019
16.3.0-preview-20190715-02 16,470 8/1/2019
16.2.0 38,101,581 6/27/2019
16.2.0-preview-20190606-02 43,202 6/7/2019
16.1.1 4,729,021 5/30/2019
16.1.0 3,886,902 5/9/2019
16.0.2-preview-20190502-01 22,165 5/2/2019
16.0.1 17,970,577 3/4/2019
16.0.0 434,836 2/28/2019
16.0.0-preview-20190203-03 95,180 2/3/2019
16.0.0-preview-20190201-03 8,949 2/1/2019
16.0.0-preview-20190124-02 100,743 1/25/2019
16.0.0-preview-20181205-02 316,932 12/5/2018
16.0.0-preview-20181128-01 8,859 11/28/2018
15.9.2 1,535,894 5/2/2019
15.9.1 76,029 3/6/2019
15.9.0 35,598,698 10/10/2018
15.9.0-preview-20180924-03 22,154 9/28/2018
15.9.0-preview-20180816-01 91,824 8/20/2018
15.9.0-preview-20180807-05 43,370 8/10/2018
15.8.0 19,300,383 7/13/2018
15.8.0-preview-20180610-02 118,268 6/11/2018
15.8.0-preview-20180605-02 25,360 6/5/2018
15.8.0-preview-20180510-03 117,489 5/10/2018
15.7.2 4,154,285 5/16/2018
15.7.0 8,744,235 4/4/2018
15.7.0-preview-20180320-02 34,662 3/22/2018
15.7.0-preview-20180307-01 16,808 3/8/2018
15.7.0-preview-20180221-13 52,745 2/21/2018
15.6.2 382,796 3/28/2018
15.6.1 1,038,617 3/9/2018
15.6.0 2,023,577 2/19/2018
15.6.0-preview-20180207-05 24,864 2/7/2018
15.6.0-preview-20180109-01 88,875 1/9/2018
15.6.0-preview-20171211-02 66,655 12/11/2017
15.5.0 12,028,116 11/9/2017
15.5.0-preview-20171031-01 49,409 10/31/2017
15.5.0-preview-20171025-02 20,633 10/26/2017
15.5.0-preview-20171012-09 43,992 10/13/2017
15.5.0-preview-20171009-10 21,861 10/10/2017
15.5.0-preview-20170923-02 63,340 9/26/2017
15.5.0-preview-20170914-09 121,113 9/14/2017
15.5.0-preview-20170810-02 405,055 8/10/2017
15.5.0-preview-20170727-01 29,547 7/28/2017
15.3.0 5,213,171 8/7/2017
15.3.0-preview-20170628-02 2,023,459 6/28/2017
15.3.0-preview-20170618-03 58,178 6/18/2017
15.3.0-preview-20170601-03 40,117 6/1/2017
15.3.0-preview-20170517-02 60,132 5/18/2017
15.3.0-preview-20170502-03 44,078 5/3/2017
15.3.0-preview-20170427-09 102,753 4/27/2017
15.3.0-preview-20170425-07 102,332 4/25/2017
15.0.0 21,996,541 2/23/2017
15.0.0-preview-20170222-09 19,475 2/22/2017
15.0.0-preview-20170217-05 18,951 2/17/2017
15.0.0-preview-20170210-02 23,201 2/10/2017
15.0.0-preview-20170125-04 43,461 1/27/2017
15.0.0-preview-20170123-02 62,128 1/23/2017
15.0.0-preview-20170113-02 14,204 1/13/2017
15.0.0-preview-20170106-08 794,240 1/6/2017
15.0.0-preview-20161227-02 20,095 12/27/2016
15.0.0-preview-20161216-01 14,582 12/16/2016
15.0.0-preview-20161123-03 49,118 11/24/2016
15.0.0-preview-20161122-02 13,117 11/22/2016
15.0.0-preview-20161101-02 15,159 11/1/2016
15.0.0-preview-20161024-02 4,074 10/25/2016
15.0.0-preview-20161012-02 97,747 10/17/2016
15.0.0-preview-20161012-01 2,675 10/12/2016
15.0.0-preview-20161005-01 4,971 10/5/2016
15.0.0-preview-20161004-03 2,726 10/6/2016
15.0.0-preview-20160928-07 2,884 9/28/2016