Microsoft.AspNetCore.Mvc.Testing
2.2.0-preview2-35157
Prefix Reserved
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
See the version list below for details.
dotnet add package Microsoft.AspNetCore.Mvc.Testing --version 2.2.0-preview2-35157
NuGet\Install-Package Microsoft.AspNetCore.Mvc.Testing -Version 2.2.0-preview2-35157
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="2.2.0-preview2-35157" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="2.2.0-preview2-35157" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" />
paket add Microsoft.AspNetCore.Mvc.Testing --version 2.2.0-preview2-35157
#r "nuget: Microsoft.AspNetCore.Mvc.Testing, 2.2.0-preview2-35157"
#:package Microsoft.AspNetCore.Mvc.Testing@2.2.0-preview2-35157
#addin nuget:?package=Microsoft.AspNetCore.Mvc.Testing&version=2.2.0-preview2-35157&prerelease
#tool nuget:?package=Microsoft.AspNetCore.Mvc.Testing&version=2.2.0-preview2-35157&prerelease
Support for writing functional tests for MVC applications.
This package was built from the source at:
https://github.com/aspnet/Mvc/tree/b9793f0a1d9a75940c50e31e956d09397a5d1876
Product | Versions 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | 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 | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.0-preview2-35157)
- Microsoft.AspNetCore.TestHost (>= 2.2.0-preview2-35157)
NuGet packages (244)
Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Mvc.Testing:
Package | Downloads |
---|---|
Alba
Supercharged integration testing for ASP.NET Core HTTP endpoints |
|
Ardalis.HttpClientTestExtensions
Helpful extension methods to use when testing APIs in Functional Tests with xUnit. |
|
Volo.Abp.AspNetCore.TestBase
Package Description |
|
Reo.Core.IntegrationTesting
Package Description |
|
FastEndpoints.Testing
Integration/End-To-End testing helper library for FastEndpoints |
GitHub repositories (297)
Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNetCore.Mvc.Testing:
Repository | Stars |
---|---|
jellyfin/jellyfin
The Free Software Media System - Server Backend & API
|
|
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
|
|
ardalis/CleanArchitecture
Clean Architecture Solution Template: A proven Clean Architecture Template for ASP.NET Core 9
|
|
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
|
|
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-architecture/eShopOnWeb
Sample ASP.NET Core 8.0 reference application, now community supported: https://github.com/NimblePros/eShopOnWeb
|
|
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 10 Preview 7, 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
|
|
dotnet/eShop
A reference .NET application implementing an eCommerce site
|
|
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
|
|
elsa-workflows/elsa-core
A .NET workflows library
|
|
quartznet/quartznet
Quartz Enterprise Scheduler .NET
|
|
graphql-dotnet/graphql-dotnet
GraphQL for .NET
|
|
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
|
|
kurrent-io/KurrentDB
KurrentDB is a database that's engineered for modern software applications and event-driven architectures. Its event-native design simplifies data modeling and preserves data integrity while the integrated streaming engine solves distributed messaging challenges and ensures data consistency.
|
|
FastEndpoints/FastEndpoints
A light-weight REST API development framework for ASP.NET 8 and newer.
|
|
domaindrivendev/Swashbuckle.AspNetCore
Swagger tools for documenting API's built on ASP.NET Core
|
|
jasontaylordev/NorthwindTraders
Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
|
|
umbraco/Umbraco-CMS
Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
|
Version | Downloads | Last Updated | |
---|---|---|---|
10.0.0-preview.7.25380.108 | 7,354 | 8/12/2025 | |
10.0.0-preview.6.25358.103 | 2,847 | 7/15/2025 | |
10.0.0-preview.5.25277.114 | 5,192 | 6/6/2025 | |
10.0.0-preview.4.25258.110 | 4,935 | 5/12/2025 | |
10.0.0-preview.3.25172.1 | 3,372 | 4/10/2025 | |
10.0.0-preview.2.25164.1 | 2,842 | 3/18/2025 | |
10.0.0-preview.1.25120.3 | 68,769 | 2/25/2025 | |
9.0.8 | 572,470 | 8/5/2025 | |
9.0.7 | 545,575 | 7/8/2025 | |
9.0.6 | 872,555 | 6/10/2025 | |
9.0.5 | 1,057,467 | 5/13/2025 | |
9.0.4 | 1,516,215 | 4/8/2025 | |
9.0.3 | 1,319,069 | 3/11/2025 | |
9.0.2 | 1,323,696 | 2/11/2025 | |
9.0.1 | 1,351,778 | 1/14/2025 | |
9.0.0 | 2,601,573 | 11/12/2024 | |
9.0.0-rc.2.24474.3 | 46,810 | 10/8/2024 | |
9.0.0-rc.1.24452.1 | 24,591 | 9/10/2024 | |
9.0.0-preview.7.24406.2 | 8,087 | 8/13/2024 | |
9.0.0-preview.6.24328.4 | 11,437 | 7/9/2024 | |
9.0.0-preview.5.24306.11 | 3,615 | 6/11/2024 | |
9.0.0-preview.4.24267.6 | 2,681 | 5/21/2024 | |
9.0.0-preview.3.24172.13 | 70,406 | 4/11/2024 | |
9.0.0-preview.2.24128.4 | 4,352 | 3/12/2024 | |
9.0.0-preview.1.24081.5 | 25,769 | 2/13/2024 | |
8.0.19 | 365,959 | 8/4/2025 | |
8.0.18 | 335,022 | 7/8/2025 | |
8.0.17 | 807,750 | 6/10/2025 | |
8.0.16 | 796,792 | 5/13/2025 | |
8.0.15 | 1,390,149 | 4/8/2025 | |
8.0.14 | 1,490,803 | 3/11/2025 | |
8.0.13 | 1,728,991 | 2/11/2025 | |
8.0.12 | 1,676,343 | 1/14/2025 | |
8.0.11 | 4,636,659 | 11/12/2024 | |
8.0.10 | 6,317,608 | 10/8/2024 | |
8.0.8 | 7,311,411 | 8/13/2024 | |
8.0.7 | 5,264,166 | 7/9/2024 | |
8.0.6 | 4,512,461 | 5/28/2024 | |
8.0.5 | 2,129,168 | 5/14/2024 | |
8.0.4 | 5,182,365 | 4/9/2024 | |
8.0.3 | 3,417,387 | 3/12/2024 | |
8.0.2 | 3,218,969 | 2/13/2024 | |
8.0.1 | 3,612,552 | 1/9/2024 | |
8.0.0 | 5,165,930 | 11/14/2023 | |
8.0.0-rc.2.23480.2 | 57,953 | 10/10/2023 | |
8.0.0-rc.1.23421.29 | 56,040 | 9/12/2023 | |
8.0.0-preview.7.23375.9 | 10,811 | 8/8/2023 | |
8.0.0-preview.6.23329.11 | 28,040 | 7/11/2023 | |
8.0.0-preview.5.23302.2 | 12,849 | 6/13/2023 | |
8.0.0-preview.4.23260.4 | 260,715 | 5/16/2023 | |
8.0.0-preview.3.23177.8 | 3,570 | 4/11/2023 | |
8.0.0-preview.2.23153.2 | 2,097 | 3/14/2023 | |
8.0.0-preview.1.23112.2 | 41,031 | 2/21/2023 | |
7.0.20 | 500,662 | 5/28/2024 | |
7.0.19 | 78,311 | 5/14/2024 | |
7.0.18 | 185,443 | 4/9/2024 | |
7.0.17 | 383,520 | 3/12/2024 | |
7.0.16 | 411,905 | 2/13/2024 | |
7.0.15 | 560,370 | 1/9/2024 | |
7.0.14 | 958,678 | 11/14/2023 | |
7.0.13 | 2,018,288 | 10/24/2023 | |
7.0.12 | 721,720 | 10/10/2023 | |
7.0.11 | 3,108,748 | 9/12/2023 | |
7.0.10 | 1,413,793 | 8/8/2023 | |
7.0.9 | 1,236,783 | 7/11/2023 | |
7.0.8 | 907,380 | 6/22/2023 | |
7.0.7 | 483,128 | 6/13/2023 | |
7.0.5 | 2,954,902 | 4/11/2023 | |
7.0.4 | 1,644,575 | 3/14/2023 | |
7.0.3 | 1,503,150 | 2/14/2023 | |
7.0.2 | 1,499,860 | 1/10/2023 | |
7.0.1 | 865,967 | 12/13/2022 | |
7.0.0 | 2,792,420 | 11/7/2022 | |
7.0.0-rc.2.22476.2 | 67,123 | 10/11/2022 | |
7.0.0-rc.1.22427.2 | 22,382 | 9/14/2022 | |
7.0.0-preview.7.22376.6 | 7,821 | 8/9/2022 | |
7.0.0-preview.6.22330.3 | 2,500 | 7/12/2022 | |
7.0.0-preview.5.22303.8 | 9,429 | 6/14/2022 | |
7.0.0-preview.4.22251.1 | 2,204 | 5/10/2022 | |
7.0.0-preview.3.22178.4 | 1,306 | 4/13/2022 | |
7.0.0-preview.2.22153.2 | 1,067 | 3/14/2022 | |
7.0.0-preview.1.22109.13 | 5,148 | 2/17/2022 | |
6.0.36 | 1,072,803 | 11/12/2024 | |
6.0.35 | 213,634 | 10/8/2024 | |
6.0.33 | 1,066,990 | 8/13/2024 | |
6.0.32 | 298,313 | 7/9/2024 | |
6.0.31 | 446,655 | 5/28/2024 | |
6.0.30 | 154,993 | 5/14/2024 | |
6.0.29 | 673,297 | 4/9/2024 | |
6.0.28 | 407,737 | 3/12/2024 | |
6.0.27 | 610,671 | 2/13/2024 | |
6.0.26 | 883,355 | 1/9/2024 | |
6.0.25 | 1,609,354 | 11/14/2023 | |
6.0.24 | 824,036 | 10/24/2023 | |
6.0.23 | 581,305 | 10/10/2023 | |
6.0.22 | 940,303 | 9/12/2023 | |
6.0.21 | 1,323,551 | 8/8/2023 | |
6.0.20 | 1,219,718 | 7/11/2023 | |
6.0.19 | 736,394 | 6/22/2023 | |
6.0.18 | 488,863 | 6/13/2023 | |
6.0.16 | 2,511,654 | 4/11/2023 | |
6.0.15 | 1,383,543 | 3/14/2023 | |
6.0.14 | 1,742,164 | 2/14/2023 | |
6.0.13 | 2,261,507 | 1/10/2023 | |
6.0.12 | 2,479,503 | 12/13/2022 | |
6.0.11 | 2,776,590 | 11/7/2022 | |
6.0.10 | 4,210,698 | 10/11/2022 | |
6.0.9 | 3,208,803 | 9/13/2022 | |
6.0.8 | 4,116,746 | 8/9/2022 | |
6.0.7 | 3,470,862 | 7/12/2022 | |
6.0.6 | 2,563,042 | 6/14/2022 | |
6.0.5 | 3,165,982 | 5/10/2022 | |
6.0.4 | 2,930,423 | 4/11/2022 | |
6.0.3 | 3,142,638 | 3/8/2022 | |
6.0.2 | 3,055,674 | 2/8/2022 | |
6.0.1 | 4,433,228 | 12/14/2021 | |
6.0.0 | 5,086,512 | 11/8/2021 | |
6.0.0-rc.2.21480.10 | 205,604 | 10/12/2021 | |
6.0.0-rc.1.21452.15 | 173,230 | 9/14/2021 | |
6.0.0-preview.7.21378.6 | 7,414 | 8/10/2021 | |
6.0.0-preview.6.21355.2 | 4,478 | 7/14/2021 | |
6.0.0-preview.5.21301.17 | 3,259 | 6/15/2021 | |
6.0.0-preview.4.21253.5 | 6,638 | 5/24/2021 | |
6.0.0-preview.3.21201.13 | 4,986 | 4/8/2021 | |
6.0.0-preview.2.21154.6 | 959 | 3/11/2021 | |
6.0.0-preview.1.21103.6 | 1,056 | 2/12/2021 | |
5.0.17 | 711,184 | 5/10/2022 | |
5.0.16 | 111,031 | 4/11/2022 | |
5.0.15 | 215,871 | 3/8/2022 | |
5.0.14 | 211,789 | 2/8/2022 | |
5.0.13 | 504,234 | 12/14/2021 | |
5.0.12 | 609,682 | 11/7/2021 | |
5.0.11 | 1,049,939 | 10/12/2021 | |
5.0.10 | 1,068,100 | 9/14/2021 | |
5.0.9 | 1,185,054 | 8/10/2021 | |
5.0.8 | 931,596 | 7/13/2021 | |
5.0.7 | 1,206,526 | 6/8/2021 | |
5.0.6 | 952,742 | 5/11/2021 | |
5.0.5 | 1,389,309 | 4/6/2021 | |
5.0.4 | 832,966 | 3/9/2021 | |
5.0.3 | 996,966 | 2/9/2021 | |
5.0.2 | 946,138 | 1/12/2021 | |
5.0.1 | 587,352 | 12/8/2020 | |
5.0.0 | 1,698,010 | 11/9/2020 | |
5.0.0-rc.2.20475.17 | 15,051 | 10/13/2020 | |
5.0.0-rc.1.20451.17 | 9,154 | 9/14/2020 | |
5.0.0-preview.8.20414.8 | 9,260 | 8/25/2020 | |
5.0.0-preview.7.20365.19 | 3,791 | 7/21/2020 | |
5.0.0-preview.6.20312.15 | 2,147 | 6/25/2020 | |
5.0.0-preview.5.20279.2 | 975 | 6/10/2020 | |
5.0.0-preview.4.20257.10 | 1,610 | 5/18/2020 | |
5.0.0-preview.3.20215.14 | 2,083 | 4/23/2020 | |
5.0.0-preview.2.20167.3 | 976 | 4/2/2020 | |
5.0.0-preview.1.20124.5 | 1,221 | 3/16/2020 | |
3.1.32 | 477,096 | 12/13/2022 | |
3.1.31 | 98,319 | 11/8/2022 | |
3.1.30 | 785,097 | 10/11/2022 | |
3.1.29 | 73,355 | 9/13/2022 | |
3.1.28 | 118,675 | 8/9/2022 | |
3.1.27 | 110,617 | 7/12/2022 | |
3.1.26 | 126,082 | 6/14/2022 | |
3.1.25 | 142,181 | 5/10/2022 | |
3.1.24 | 143,104 | 4/11/2022 | |
3.1.23 | 207,834 | 3/8/2022 | |
3.1.22 | 605,223 | 12/14/2021 | |
3.1.21 | 441,968 | 11/7/2021 | |
3.1.20 | 398,354 | 10/11/2021 | |
3.1.19 | 274,021 | 9/14/2021 | |
3.1.18 | 807,722 | 8/10/2021 | |
3.1.17 | 571,921 | 7/13/2021 | |
3.1.16 | 498,155 | 6/8/2021 | |
3.1.15 | 444,977 | 5/11/2021 | |
3.1.14 | 781,293 | 4/6/2021 | |
3.1.13 | 914,949 | 3/9/2021 | |
3.1.12 | 555,351 | 2/9/2021 | |
3.1.11 | 710,261 | 1/12/2021 | |
3.1.10 | 2,163,999 | 11/9/2020 | |
3.1.9 | 2,340,416 | 10/13/2020 | |
3.1.8 | 2,048,118 | 9/8/2020 | |
3.1.7 | 1,590,413 | 8/11/2020 | |
3.1.6 | 1,786,219 | 7/14/2020 | |
3.1.5 | 2,151,537 | 6/9/2020 | |
3.1.4 | 1,513,482 | 5/12/2020 | |
3.1.3 | 2,432,447 | 3/24/2020 | |
3.1.2 | 2,011,846 | 2/18/2020 | |
3.1.1 | 1,804,604 | 1/14/2020 | |
3.1.0 | 2,159,427 | 12/3/2019 | |
3.1.0-preview3.19555.2 | 2,387 | 11/13/2019 | |
3.1.0-preview2.19528.8 | 1,158 | 11/1/2019 | |
3.1.0-preview1.19508.20 | 1,637 | 10/15/2019 | |
3.0.3 | 110,291 | 2/18/2020 | |
3.0.2 | 59,069 | 1/14/2020 | |
3.0.0 | 2,945,612 | 9/23/2019 | |
3.0.0-rc1.19457.4 | 10,686 | 9/16/2019 | |
3.0.0-preview9.19424.4 | 5,189 | 9/4/2019 | |
3.0.0-preview8.19405.7 | 16,165 | 8/13/2019 | |
3.0.0-preview7.19365.7 | 5,930 | 7/23/2019 | |
3.0.0-preview6.19307.2 | 4,722 | 6/12/2019 | |
3.0.0-preview5-19227-01 | 16,585 | 5/6/2019 | |
3.0.0-preview4-19216-03 | 2,138 | 4/18/2019 | |
3.0.0-preview3-19153-02 | 1,601 | 3/6/2019 | |
3.0.0-preview-19075-0444 | 3,802 | 1/29/2019 | |
3.0.0-preview-18579-0056 | 3,268 | 12/3/2018 | |
2.3.0 | 16,185 | 1/14/2025 | |
2.2.0 | 6,726,682 | 12/3/2018 | |
2.2.0-preview3-35497 | 16,231 | 10/17/2018 | |
2.2.0-preview2-35157 | 4,376 | 9/12/2018 | |
2.2.0-preview1-35029 | 7,458 | 8/22/2018 | |
2.1.3 | 1,496,801 | 10/1/2018 | |
2.1.2 | 364,528 | 8/21/2018 | |
2.1.1 | 1,001,846 | 6/18/2018 | |
2.1.0 | 883,653 | 5/29/2018 | |
2.1.0-rc1-final | 21,094 | 5/6/2018 | |
2.1.0-preview2-final | 5,113 | 4/10/2018 | |
2.1.0-preview1-final | 4,047 | 2/26/2018 |