Microsoft.AspNetCore.TestHost 1.1.0-preview1-final

Prefix Reserved
Additional Details

This package has been deprecated as part of the .NET Package Deprecation effort. You can learn more about it from https://github.com/dotnet/announcements/issues/217

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

ASP.NET Core web server for writing and running tests.

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. 
.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.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net451 is compatible.  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 was computed. 
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 (180)

Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.TestHost:

Package Downloads
Microsoft.AspNetCore.Mvc.Testing

Support for writing functional tests for MVC applications. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/de35e2b0a0d8d5d1e307907983a6838da1092898

Rystem.Test.XUnit

Rystem is a open-source framework to improve the System namespace in .Net

NSwag.Commands

NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript

Acheve.TestHost

Achve.TestHost is a nuget package to improve TestServer experiences. For more information see http://github.com/Xabaril/Acheve.TestHost

Volo.Abp.AspNetCore.TestBase

Package Description

GitHub repositories (218)

Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNetCore.TestHost:

Repository Stars
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
dotnet/yarp
A toolkit for developing high-performance HTTP reverse proxy applications.
ThreeMammals/Ocelot
.NET API Gateway
dotnet/eShop
A reference .NET application implementing an eCommerce site
RicoSuter/NSwag
The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
ldqk/Masuit.Tools
全龄段友好的C#万能工具库,码数吐司库,包含一些常用的操作类,大都是静态类,加密解密,反射操作,权重随机筛选算法,分布式短id,表达式树,linq扩展,文件压缩,多线程下载,硬件信息,字符串扩展方法,日期时间扩展操作,中国农历,大文件拷贝,图像裁剪,验证码,断点续传,集合扩展、Excel导出等常用封装。诸多功能集一身,代码量不到2MB!
aspnet/Mvc
[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
kurrent-io/KurrentDB
EventStoreDB, the event-native database. Designed for Event Sourcing, Event-Driven, and Microservices architectures
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
domaindrivendev/Swashbuckle.AspNetCore
Swagger tools for documenting API's built on ASP.NET Core
FastEndpoints/FastEndpoints
A light-weight REST API development framework for ASP.NET 8 and newer.
openiddict/openiddict-core
Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
dotnetcore/Util
Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。
opserver/Opserver
Stack Exchange's Monitoring System
dotnet/aspire
Tools, templates, and packages to accelerate building observable, production-ready apps
grpc/grpc-dotnet
gRPC for .NET
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
Ombi-app/Ombi
Want a Movie or TV Show on Plex/Emby/Jellyfin? Use Ombi!
Version Downloads Last updated
10.0.0-preview.3.25172.1 1,072 4/10/2025
10.0.0-preview.2.25164.1 2,042 3/18/2025
10.0.0-preview.1.25120.3 2,004 2/25/2025
9.0.4 256,632 4/8/2025
9.0.3 876,829 3/11/2025
9.0.2 1,123,534 2/11/2025
9.0.1 1,044,356 1/14/2025
9.0.0 2,437,533 11/12/2024
9.0.0-rc.2.24474.3 50,285 10/8/2024
9.0.0-rc.1.24452.1 35,487 9/10/2024
9.0.0-preview.7.24406.2 7,568 8/13/2024
9.0.0-preview.6.24328.4 11,737 7/9/2024
9.0.0-preview.5.24306.11 3,793 6/11/2024
9.0.0-preview.4.24267.6 2,301 5/21/2024
9.0.0-preview.3.24172.13 69,474 4/11/2024
9.0.0-preview.2.24128.4 2,976 3/12/2024
9.0.0-preview.1.24081.5 25,010 2/13/2024
8.0.15 146,685 4/8/2025
8.0.14 651,594 3/11/2025
8.0.13 1,069,763 2/11/2025
8.0.12 1,232,706 1/14/2025
8.0.11 3,946,214 11/12/2024
8.0.10 5,781,739 10/8/2024
8.0.8 6,838,541 8/13/2024
8.0.7 4,986,791 7/9/2024
8.0.6 5,164,297 5/28/2024
8.0.5 1,863,467 5/14/2024
8.0.4 4,670,352 4/9/2024
8.0.3 3,322,379 3/12/2024
8.0.2 3,365,756 2/13/2024
8.0.1 3,819,720 1/9/2024
8.0.0 5,649,145 11/14/2023
8.0.0-rc.2.23480.2 64,283 10/10/2023
8.0.0-rc.1.23421.29 60,388 9/12/2023
8.0.0-preview.7.23375.9 12,738 8/8/2023
8.0.0-preview.6.23329.11 43,217 7/11/2023
8.0.0-preview.5.23302.2 12,732 6/13/2023
8.0.0-preview.4.23260.4 238,233 5/16/2023
8.0.0-preview.3.23177.8 3,066 4/11/2023
8.0.0-preview.2.23153.2 1,812 3/14/2023
8.0.0-preview.1.23112.2 41,463 2/21/2023
7.0.20 440,117 5/28/2024
7.0.19 67,825 5/14/2024
7.0.18 187,747 4/9/2024
7.0.17 390,070 3/12/2024
7.0.16 394,593 2/13/2024
7.0.15 616,559 1/9/2024
7.0.14 1,034,465 11/14/2023
7.0.13 1,784,054 10/24/2023
7.0.12 1,063,499 10/10/2023
7.0.11 2,778,993 9/12/2023
7.0.10 1,753,495 8/8/2023
7.0.9 1,342,242 7/11/2023
7.0.8 1,089,396 6/22/2023
7.0.7 517,773 6/13/2023
7.0.5 3,706,045 4/11/2023
7.0.4 2,014,152 3/14/2023
7.0.3 1,735,050 2/14/2023
7.0.2 1,831,551 1/10/2023
7.0.1 1,061,436 12/13/2022
7.0.0 3,412,614 11/7/2022
7.0.0-rc.2.22476.2 67,945 10/11/2022
7.0.0-rc.1.22427.2 22,682 9/14/2022
7.0.0-preview.7.22376.6 10,717 8/9/2022
7.0.0-preview.6.22330.3 3,827 7/12/2022
7.0.0-preview.5.22303.8 9,524 6/14/2022
7.0.0-preview.4.22251.1 2,244 5/10/2022
7.0.0-preview.3.22178.4 1,260 4/13/2022
7.0.0-preview.2.22153.2 1,039 3/14/2022
7.0.0-preview.1.22109.13 5,027 2/17/2022
6.0.36 628,780 11/12/2024
6.0.35 215,349 10/8/2024
6.0.33 826,470 8/13/2024
6.0.32 315,304 7/9/2024
6.0.31 504,043 5/28/2024
6.0.30 168,801 5/14/2024
6.0.29 758,912 4/9/2024
6.0.28 454,796 3/12/2024
6.0.27 827,544 2/13/2024
6.0.26 1,067,398 1/9/2024
6.0.25 1,756,446 11/14/2023
6.0.24 928,645 10/24/2023
6.0.23 617,447 10/10/2023
6.0.22 1,053,290 9/12/2023
6.0.21 1,612,876 8/8/2023
6.0.20 1,437,756 7/11/2023
6.0.19 890,394 6/22/2023
6.0.18 594,629 6/13/2023
6.0.16 3,192,977 4/11/2023
6.0.15 1,925,226 3/14/2023
6.0.14 2,232,486 2/14/2023
6.0.13 2,891,505 1/10/2023
6.0.12 2,834,156 12/13/2022
6.0.11 3,633,278 11/7/2022
6.0.10 5,226,435 10/11/2022
6.0.9 3,994,130 9/13/2022
6.0.8 4,786,213 8/9/2022
6.0.7 4,253,867 7/12/2022
6.0.6 3,242,005 6/14/2022
6.0.5 4,139,337 5/10/2022
6.0.4 3,798,652 4/11/2022
6.0.3 4,458,534 3/8/2022
6.0.2 3,739,856 2/8/2022
6.0.1 5,619,476 12/14/2021
6.0.0 6,595,505 11/8/2021
6.0.0-rc.2.21480.10 205,381 10/12/2021
6.0.0-rc.1.21452.15 175,278 9/14/2021
6.0.0-preview.7.21378.6 9,116 8/10/2021
6.0.0-preview.6.21355.2 5,051 7/14/2021
6.0.0-preview.5.21301.17 3,524 6/15/2021
6.0.0-preview.4.21253.5 2,769 5/24/2021
6.0.0-preview.3.21201.13 2,986 4/8/2021
6.0.0-preview.2.21154.6 1,012 3/11/2021 6.0.0-preview.2.21154.6 is deprecated because it is no longer maintained.
6.0.0-preview.1.21103.6 1,378 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 893,352 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 153,111 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 266,080 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 247,630 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 670,360 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 791,960 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 1,434,778 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 1,459,614 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 1,549,371 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 1,205,167 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 1,639,888 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 1,309,761 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 1,864,132 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 1,075,523 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 1,290,825 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,297,736 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 881,301 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 2,147,131 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 17,828 10/13/2020 5.0.0-rc.2.20475.17 is deprecated because it is no longer maintained.
5.0.0-rc.1.20451.17 183,582 9/14/2020 5.0.0-rc.1.20451.17 is deprecated because it is no longer maintained.
5.0.0-preview.8.20414.8 9,387 8/25/2020 5.0.0-preview.8.20414.8 is deprecated because it is no longer maintained.
5.0.0-preview.7.20365.19 4,324 7/21/2020 5.0.0-preview.7.20365.19 is deprecated because it is no longer maintained.
5.0.0-preview.6.20312.15 2,119 6/25/2020 5.0.0-preview.6.20312.15 is deprecated because it is no longer maintained.
5.0.0-preview.5.20279.2 969 6/10/2020 5.0.0-preview.5.20279.2 is deprecated because it is no longer maintained.
5.0.0-preview.4.20257.10 1,597 5/18/2020 5.0.0-preview.4.20257.10 is deprecated because it is no longer maintained.
5.0.0-preview.3.20215.14 2,023 4/23/2020 5.0.0-preview.3.20215.14 is deprecated because it is no longer maintained.
5.0.0-preview.2.20167.3 884 4/2/2020 5.0.0-preview.2.20167.3 is deprecated because it is no longer maintained.
5.0.0-preview.1.20124.5 1,084 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 643,801 12/13/2022
3.1.31 143,968 11/8/2022
3.1.30 683,713 10/11/2022
3.1.29 99,722 9/13/2022
3.1.28 149,351 8/9/2022
3.1.27 165,385 7/12/2022
3.1.26 152,700 6/14/2022
3.1.25 219,448 5/10/2022
3.1.24 182,758 4/11/2022
3.1.23 346,180 3/8/2022
3.1.22 917,803 12/14/2021
3.1.21 737,775 11/7/2021
3.1.20 631,590 10/11/2021
3.1.19 444,922 9/14/2021
3.1.18 1,031,690 8/10/2021
3.1.17 839,262 7/13/2021
3.1.16 747,759 6/8/2021
3.1.15 741,682 5/11/2021
3.1.14 1,596,529 4/6/2021
3.1.13 1,217,456 3/9/2021
3.1.12 967,090 2/9/2021
3.1.11 1,149,390 1/12/2021
3.1.10 2,986,797 11/9/2020
3.1.9 3,176,495 10/13/2020
3.1.8 3,203,417 9/8/2020
3.1.7 2,444,890 8/11/2020
3.1.6 2,382,633 7/14/2020
3.1.5 3,654,820 6/9/2020
3.1.4 2,268,221 5/12/2020
3.1.3 3,808,215 3/24/2020
3.1.2 2,844,760 2/18/2020
3.1.1 3,182,799 1/14/2020
3.1.0 3,323,276 12/3/2019
3.1.0-preview3.19555.2 3,405 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 1,084 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 1,687 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 227,075 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 77,373 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 4,212,880 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 15,624 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 9,029 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 36,471 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 13,872 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 7,217 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
3.0.0-preview5-19227-01 11,635 5/6/2019 3.0.0-preview5-19227-01 is deprecated because it is no longer maintained.
3.0.0-preview4-19216-03 2,246 4/18/2019 3.0.0-preview4-19216-03 is deprecated because it is no longer maintained.
3.0.0-preview3-19153-02 2,092 3/6/2019 3.0.0-preview3-19153-02 is deprecated because it is no longer maintained.
3.0.0-preview-19075-0444 7,353 1/29/2019 3.0.0-preview-19075-0444 is deprecated because it is no longer maintained.
3.0.0-preview-18579-0056 4,333 12/3/2018 3.0.0-preview-18579-0056 is deprecated because it is no longer maintained.
2.3.0 7,285 1/14/2025
2.2.0 12,645,537 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 23,569 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 13,103 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 13,794 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.1 7,179,778 6/18/2018
2.1.0 1,561,974 5/29/2018
2.1.0-rc1-final 36,741 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 13,223 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 28,469 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.3 266,878 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 721,354 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 1,297,241 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 993,302 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 10,160 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 20,878 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.3 135,733 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 563,302 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 277,577 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 365,418 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 5,707 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.5 23,582 11/14/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 4,546 9/20/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 57,217 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 165,663 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 14,501 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 294,595 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 15,841 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.