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 (217)

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/EventStore
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 469 4/10/2025
10.0.0-preview.2.25164.1 1,919 3/18/2025
10.0.0-preview.1.25120.3 1,944 2/25/2025
9.0.4 51,112 4/8/2025
9.0.3 736,104 3/11/2025
9.0.2 1,069,957 2/11/2025
9.0.1 1,001,610 1/14/2025
9.0.0 2,365,616 11/12/2024
9.0.0-rc.2.24474.3 49,155 10/8/2024
9.0.0-rc.1.24452.1 35,081 9/10/2024
9.0.0-preview.7.24406.2 7,503 8/13/2024
9.0.0-preview.6.24328.4 11,721 7/9/2024
9.0.0-preview.5.24306.11 3,771 6/11/2024
9.0.0-preview.4.24267.6 2,268 5/21/2024
9.0.0-preview.3.24172.13 69,437 4/11/2024
9.0.0-preview.2.24128.4 2,938 3/12/2024
9.0.0-preview.1.24081.5 24,880 2/13/2024
8.0.15 36,142 4/8/2025
8.0.14 530,073 3/11/2025
8.0.13 969,553 2/11/2025
8.0.12 1,168,749 1/14/2025
8.0.11 3,798,096 11/12/2024
8.0.10 5,625,230 10/8/2024
8.0.8 6,698,084 8/13/2024
8.0.7 4,892,508 7/9/2024
8.0.6 5,091,015 5/28/2024
8.0.5 1,830,916 5/14/2024
8.0.4 4,581,663 4/9/2024
8.0.3 3,271,755 3/12/2024
8.0.2 3,331,309 2/13/2024
8.0.1 3,778,352 1/9/2024
8.0.0 5,557,139 11/14/2023
8.0.0-rc.2.23480.2 64,176 10/10/2023
8.0.0-rc.1.23421.29 59,959 9/12/2023
8.0.0-preview.7.23375.9 12,559 8/8/2023
8.0.0-preview.6.23329.11 43,057 7/11/2023
8.0.0-preview.5.23302.2 12,632 6/13/2023
8.0.0-preview.4.23260.4 232,601 5/16/2023
8.0.0-preview.3.23177.8 3,055 4/11/2023
8.0.0-preview.2.23153.2 1,811 3/14/2023
8.0.0-preview.1.23112.2 41,459 2/21/2023
7.0.20 429,028 5/28/2024
7.0.19 66,854 5/14/2024
7.0.18 185,903 4/9/2024
7.0.17 383,643 3/12/2024
7.0.16 390,853 2/13/2024
7.0.15 613,882 1/9/2024
7.0.14 1,030,148 11/14/2023
7.0.13 1,743,017 10/24/2023
7.0.12 1,060,770 10/10/2023
7.0.11 2,738,699 9/12/2023
7.0.10 1,748,992 8/8/2023
7.0.9 1,338,214 7/11/2023
7.0.8 1,086,528 6/22/2023
7.0.7 514,746 6/13/2023
7.0.5 3,691,913 4/11/2023
7.0.4 2,011,333 3/14/2023
7.0.3 1,728,945 2/14/2023
7.0.2 1,828,135 1/10/2023
7.0.1 1,058,172 12/13/2022
7.0.0 3,392,830 11/7/2022
7.0.0-rc.2.22476.2 67,856 10/11/2022
7.0.0-rc.1.22427.2 22,627 9/14/2022
7.0.0-preview.7.22376.6 10,706 8/9/2022
7.0.0-preview.6.22330.3 3,824 7/12/2022
7.0.0-preview.5.22303.8 9,523 6/14/2022
7.0.0-preview.4.22251.1 2,242 5/10/2022
7.0.0-preview.3.22178.4 1,257 4/13/2022
7.0.0-preview.2.22153.2 1,038 3/14/2022
7.0.0-preview.1.22109.13 5,015 2/17/2022
6.0.36 581,000 11/12/2024
6.0.35 210,432 10/8/2024
6.0.33 804,233 8/13/2024
6.0.32 310,812 7/9/2024
6.0.31 499,415 5/28/2024
6.0.30 167,314 5/14/2024
6.0.29 749,977 4/9/2024
6.0.28 450,778 3/12/2024
6.0.27 819,217 2/13/2024
6.0.26 1,059,878 1/9/2024
6.0.25 1,742,443 11/14/2023
6.0.24 925,033 10/24/2023
6.0.23 613,261 10/10/2023
6.0.22 1,047,964 9/12/2023
6.0.21 1,604,938 8/8/2023
6.0.20 1,429,712 7/11/2023
6.0.19 886,152 6/22/2023
6.0.18 590,889 6/13/2023
6.0.16 3,179,347 4/11/2023
6.0.15 1,915,378 3/14/2023
6.0.14 2,222,457 2/14/2023
6.0.13 2,875,106 1/10/2023
6.0.12 2,826,992 12/13/2022
6.0.11 3,614,747 11/7/2022
6.0.10 5,210,487 10/11/2022
6.0.9 3,980,868 9/13/2022
6.0.8 4,771,702 8/9/2022
6.0.7 4,241,274 7/12/2022
6.0.6 3,234,645 6/14/2022
6.0.5 4,130,346 5/10/2022
6.0.4 3,786,216 4/11/2022
6.0.3 4,446,087 3/8/2022
6.0.2 3,728,771 2/8/2022
6.0.1 5,605,764 12/14/2021
6.0.0 6,570,724 11/8/2021
6.0.0-rc.2.21480.10 205,318 10/12/2021
6.0.0-rc.1.21452.15 175,217 9/14/2021
6.0.0-preview.7.21378.6 9,113 8/10/2021
6.0.0-preview.6.21355.2 5,048 7/14/2021
6.0.0-preview.5.21301.17 3,521 6/15/2021
6.0.0-preview.4.21253.5 2,768 5/24/2021
6.0.0-preview.3.21201.13 2,984 4/8/2021
6.0.0-preview.2.21154.6 1,009 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,373 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 889,937 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 152,885 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 265,676 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 247,240 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 669,414 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 790,893 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 1,433,561 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 1,458,513 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 1,547,347 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 1,203,681 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 1,638,208 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 1,308,920 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 1,861,013 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 1,074,729 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 1,290,209 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,297,180 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 880,725 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 2,139,429 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 17,824 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,579 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,384 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,321 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,116 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 964 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,591 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 1,984 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 881 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,079 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 638,683 12/13/2022
3.1.31 143,091 11/8/2022
3.1.30 683,098 10/11/2022
3.1.29 99,363 9/13/2022
3.1.28 149,011 8/9/2022
3.1.27 165,165 7/12/2022
3.1.26 152,096 6/14/2022
3.1.25 218,882 5/10/2022
3.1.24 182,376 4/11/2022
3.1.23 345,468 3/8/2022
3.1.22 915,941 12/14/2021
3.1.21 736,755 11/7/2021
3.1.20 629,097 10/11/2021
3.1.19 443,889 9/14/2021
3.1.18 1,030,375 8/10/2021
3.1.17 838,572 7/13/2021
3.1.16 746,581 6/8/2021
3.1.15 740,519 5/11/2021
3.1.14 1,589,783 4/6/2021
3.1.13 1,215,981 3/9/2021
3.1.12 966,457 2/9/2021
3.1.11 1,147,200 1/12/2021
3.1.10 2,983,263 11/9/2020
3.1.9 3,173,878 10/13/2020
3.1.8 3,200,374 9/8/2020
3.1.7 2,442,136 8/11/2020
3.1.6 2,379,767 7/14/2020
3.1.5 3,651,708 6/9/2020
3.1.4 2,266,036 5/12/2020
3.1.3 3,804,422 3/24/2020
3.1.2 2,842,053 2/18/2020
3.1.1 3,178,502 1/14/2020
3.1.0 3,318,703 12/3/2019
3.1.0-preview3.19555.2 3,400 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 1,079 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 1,684 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 226,791 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 77,343 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 4,204,750 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 15,618 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 9,026 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 36,327 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 13,867 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 7,214 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
3.0.0-preview5-19227-01 11,627 5/6/2019 3.0.0-preview5-19227-01 is deprecated because it is no longer maintained.
3.0.0-preview4-19216-03 2,241 4/18/2019 3.0.0-preview4-19216-03 is deprecated because it is no longer maintained.
3.0.0-preview3-19153-02 2,087 3/6/2019 3.0.0-preview3-19153-02 is deprecated because it is no longer maintained.
3.0.0-preview-19075-0444 7,347 1/29/2019 3.0.0-preview-19075-0444 is deprecated because it is no longer maintained.
3.0.0-preview-18579-0056 4,326 12/3/2018 3.0.0-preview-18579-0056 is deprecated because it is no longer maintained.
2.3.0 6,251 1/14/2025
2.2.0 12,624,492 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 23,553 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 13,088 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 13,784 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.1 7,168,522 6/18/2018
2.1.0 1,558,733 5/29/2018
2.1.0-rc1-final 36,726 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 13,212 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 28,442 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.3 266,624 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 721,045 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 1,296,565 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 992,584 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 10,153 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 20,866 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.3 135,632 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 562,583 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 277,413 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 365,169 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 5,693 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.5 23,562 11/14/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 4,530 9/20/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 57,203 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 165,485 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 14,484 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 293,948 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 15,827 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.