Microsoft.AspNetCore.Mvc.Testing 3.1.0-preview1.19508.20

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.Mvc.Testing.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.AspNetCore.Mvc.Testing --version 3.1.0-preview1.19508.20
                    
NuGet\Install-Package Microsoft.AspNetCore.Mvc.Testing -Version 3.1.0-preview1.19508.20
                    
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.Mvc.Testing" Version="3.1.0-preview1.19508.20" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="3.1.0-preview1.19508.20" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" />
                    
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.Mvc.Testing --version 3.1.0-preview1.19508.20
                    
#r "nuget: Microsoft.AspNetCore.Mvc.Testing, 3.1.0-preview1.19508.20"
                    
#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.
#:package Microsoft.AspNetCore.Mvc.Testing@3.1.0-preview1.19508.20
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.AspNetCore.Mvc.Testing&version=3.1.0-preview1.19508.20&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Mvc.Testing&version=3.1.0-preview1.19508.20&prerelease
                    
Install as a Cake Tool

Support for writing functional tests for MVC applications.

This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/84be18b1048236ad163d737b442a4ccf3b10d997

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 netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (268)

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.

MELT.Serilog.AspNetCore

Helper for the MELT testing library to verify that the correct logs are generated by ASP.NET Core applications, when writing integration tests with Microsoft.AspNetCore.Mvc.Testing.

FastEndpoints.Testing

Integration/End-To-End testing helper library for FastEndpoints

Volo.Abp.AspNetCore.TestBase

Package Description

GitHub repositories (325)

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
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
ardalis/CleanArchitecture
Clean Architecture Solution Template: A proven Clean Architecture Template for ASP.NET Core 10
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, 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
The Workflow Engine for .NET
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.
FastEndpoints/FastEndpoints
A light-weight REST API development framework for ASP.NET 8 and newer.
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.
domaindrivendev/Swashbuckle.AspNetCore
Swagger tools for documenting API's built on ASP.NET Core
umbraco/Umbraco-CMS
Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
jasontaylordev/NorthwindTraders
Northwind Traders is a sample application built using ASP.NET Core and Entity Framework Core.
Version Downloads Last Updated
11.0.0-preview.1.26104.118 149 2/10/2026
10.0.3 35,536 2/10/2026
10.0.2 1,162,205 1/13/2026
10.0.1 1,288,487 12/9/2025
10.0.0 1,608,075 11/11/2025
10.0.0-rc.2.25502.107 53,680 10/14/2025
10.0.0-rc.1.25451.107 57,620 9/9/2025
10.0.0-preview.7.25380.108 26,750 8/12/2025
10.0.0-preview.6.25358.103 8,468 7/15/2025
10.0.0-preview.5.25277.114 11,964 6/6/2025
10.0.0-preview.4.25258.110 8,769 5/12/2025
10.0.0-preview.3.25172.1 3,884 4/10/2025
10.0.0-preview.2.25164.1 3,480 3/18/2025
10.0.0-preview.1.25120.3 149,853 2/25/2025
9.0.13 4,760 2/10/2026
9.0.12 172,205 1/13/2026
9.0.11 924,146 11/11/2025
9.0.10 1,848,484 10/14/2025
9.0.9 2,108,799 9/9/2025
9.0.8 1,953,058 8/5/2025
9.0.7 1,408,639 7/8/2025
9.0.6 1,761,188 6/10/2025
9.0.5 1,701,260 5/13/2025
9.0.4 2,213,603 4/8/2025
9.0.3 1,792,506 3/11/2025
9.0.2 1,783,660 2/11/2025
9.0.1 1,816,531 1/14/2025
9.0.0 3,980,384 11/12/2024
9.0.0-rc.2.24474.3 59,503 10/8/2024
9.0.0-rc.1.24452.1 29,892 9/10/2024
9.0.0-preview.7.24406.2 13,532 8/13/2024
9.0.0-preview.6.24328.4 12,046 7/9/2024
9.0.0-preview.5.24306.11 5,339 6/11/2024
9.0.0-preview.4.24267.6 3,960 5/21/2024
9.0.0-preview.3.24172.13 71,444 4/11/2024
9.0.0-preview.2.24128.4 6,065 3/12/2024
9.0.0-preview.1.24081.5 26,360 2/13/2024
8.0.24 9,710 2/10/2026
8.0.23 300,772 1/13/2026
8.0.22 1,511,062 11/11/2025
8.0.21 1,311,483 10/14/2025
8.0.20 1,251,314 9/9/2025
8.0.19 2,107,187 8/4/2025
8.0.18 1,137,661 7/8/2025
8.0.17 1,636,220 6/10/2025
8.0.16 1,518,105 5/13/2025
8.0.15 2,320,838 4/8/2025
8.0.14 2,326,767 3/11/2025
8.0.13 2,662,452 2/11/2025
8.0.12 2,431,331 1/14/2025
8.0.11 6,567,874 11/12/2024
8.0.10 8,469,260 10/8/2024
8.0.8 9,327,400 8/13/2024
8.0.7 6,938,408 7/9/2024
8.0.6 5,567,978 5/28/2024
8.0.5 2,514,848 5/14/2024
8.0.4 6,698,379 4/9/2024
8.0.3 4,183,581 3/12/2024
8.0.2 3,738,349 2/13/2024
8.0.1 4,132,819 1/9/2024
8.0.0 7,161,034 11/14/2023
8.0.0-rc.2.23480.2 59,055 10/10/2023
8.0.0-rc.1.23421.29 64,295 9/12/2023
8.0.0-preview.7.23375.9 11,192 8/8/2023
8.0.0-preview.6.23329.11 28,412 7/11/2023
8.0.0-preview.5.23302.2 13,035 6/13/2023
8.0.0-preview.4.23260.4 269,410 5/16/2023
8.0.0-preview.3.23177.8 3,930 4/11/2023
8.0.0-preview.2.23153.2 2,206 3/14/2023
8.0.0-preview.1.23112.2 41,211 2/21/2023
7.0.20 658,465 5/28/2024
7.0.19 97,556 5/14/2024
7.0.18 204,254 4/9/2024
7.0.17 420,293 3/12/2024
7.0.16 468,223 2/13/2024
7.0.15 593,614 1/9/2024
7.0.14 1,006,115 11/14/2023
7.0.13 2,608,092 10/24/2023
7.0.12 740,616 10/10/2023
7.0.11 3,691,621 9/12/2023
7.0.10 1,480,788 8/8/2023
7.0.9 1,275,012 7/11/2023
7.0.8 942,914 6/22/2023
7.0.7 527,945 6/13/2023
7.0.5 3,109,527 4/11/2023
7.0.4 1,699,095 3/14/2023
7.0.3 1,580,816 2/14/2023
7.0.2 1,545,192 1/10/2023
7.0.1 895,083 12/13/2022
7.0.0 3,153,243 11/7/2022
7.0.0-rc.2.22476.2 70,236 10/11/2022
7.0.0-rc.1.22427.2 23,210 9/14/2022
7.0.0-preview.7.22376.6 7,949 8/9/2022
7.0.0-preview.6.22330.3 2,721 7/12/2022
7.0.0-preview.5.22303.8 9,664 6/14/2022
7.0.0-preview.4.22251.1 2,330 5/10/2022
7.0.0-preview.3.22178.4 1,416 4/13/2022
7.0.0-preview.2.22153.2 1,302 3/14/2022
7.0.0-preview.1.22109.13 5,291 2/17/2022
6.0.36 1,595,704 11/12/2024
6.0.35 264,863 10/8/2024
6.0.33 1,478,624 8/13/2024
6.0.32 352,355 7/9/2024
6.0.31 491,915 5/28/2024
6.0.30 170,352 5/14/2024
6.0.29 742,532 4/9/2024
6.0.28 447,550 3/12/2024
6.0.27 677,023 2/13/2024
6.0.26 947,825 1/9/2024
6.0.25 1,801,088 11/14/2023
6.0.24 872,495 10/24/2023
6.0.23 633,410 10/10/2023
6.0.22 1,036,867 9/12/2023
6.0.21 1,402,323 8/8/2023
6.0.20 1,335,715 7/11/2023
6.0.19 781,011 6/22/2023
6.0.18 517,176 6/13/2023
6.0.16 2,642,150 4/11/2023
6.0.15 1,492,687 3/14/2023
6.0.14 1,847,144 2/14/2023
6.0.13 2,363,065 1/10/2023
6.0.12 2,549,236 12/13/2022
6.0.11 2,904,787 11/7/2022
6.0.10 4,419,185 10/11/2022
6.0.9 3,340,557 9/13/2022
6.0.8 4,328,513 8/9/2022
6.0.7 3,577,726 7/12/2022
6.0.6 2,655,969 6/14/2022
6.0.5 3,293,897 5/10/2022
6.0.4 3,097,179 4/11/2022
6.0.3 3,227,626 3/8/2022
6.0.2 3,151,883 2/8/2022
6.0.1 4,548,484 12/14/2021
6.0.0 5,417,393 11/8/2021
6.0.0-rc.2.21480.10 206,267 10/12/2021
6.0.0-rc.1.21452.15 173,913 9/14/2021
6.0.0-preview.7.21378.6 7,539 8/10/2021
6.0.0-preview.6.21355.2 4,616 7/14/2021
6.0.0-preview.5.21301.17 3,392 6/15/2021
6.0.0-preview.4.21253.5 6,769 5/24/2021
6.0.0-preview.3.21201.13 5,121 4/8/2021
6.0.0-preview.2.21154.6 1,121 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,198 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 769,185 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 115,149 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 221,405 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 219,878 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 514,790 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 622,544 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 1,067,983 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 1,081,758 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 1,199,836 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 941,594 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 1,221,906 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 962,887 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 1,403,187 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 843,701 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 1,004,953 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 951,680 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 594,561 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 1,825,552 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 15,316 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 9,341 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,413 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 3,965 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,310 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 1,137 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,765 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,247 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 1,128 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,382 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 542,752 12/13/2022
3.1.31 105,721 11/8/2022
3.1.30 799,762 10/11/2022
3.1.29 79,631 9/13/2022
3.1.28 128,320 8/9/2022
3.1.27 114,172 7/12/2022
3.1.26 129,009 6/14/2022
3.1.25 145,923 5/10/2022
3.1.24 148,727 4/11/2022
3.1.23 212,497 3/8/2022
3.1.22 630,937 12/14/2021
3.1.21 456,767 11/7/2021
3.1.20 427,401 10/11/2021
3.1.19 281,042 9/14/2021
3.1.18 818,986 8/10/2021
3.1.17 580,638 7/13/2021
3.1.16 505,776 6/8/2021
3.1.15 451,995 5/11/2021
3.1.14 792,806 4/6/2021
3.1.13 930,666 3/9/2021
3.1.12 561,403 2/9/2021
3.1.11 727,703 1/12/2021
3.1.10 2,198,801 11/9/2020
3.1.9 2,369,061 10/13/2020
3.1.8 2,068,616 9/8/2020
3.1.7 1,614,801 8/11/2020
3.1.6 1,812,541 7/14/2020
3.1.5 2,191,402 6/9/2020
3.1.4 1,542,384 5/12/2020
3.1.3 2,473,360 3/24/2020
3.1.2 2,044,845 2/18/2020
3.1.1 1,822,217 1/14/2020
3.1.0 2,185,187 12/3/2019
3.1.0-preview3.19555.2 2,587 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 1,310 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 1,801 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 112,170 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 60,411 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 3,059,819 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 10,948 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 5,361 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 17,285 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 6,155 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 4,884 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
3.0.0-preview5-19227-01 20,353 5/6/2019 3.0.0-preview5-19227-01 is deprecated because it is no longer maintained.
3.0.0-preview4-19216-03 2,284 4/18/2019 3.0.0-preview4-19216-03 is deprecated because it is no longer maintained.
3.0.0-preview3-19153-02 1,749 3/6/2019 3.0.0-preview3-19153-02 is deprecated because it is no longer maintained.
3.0.0-preview-19075-0444 4,043 1/29/2019 3.0.0-preview-19075-0444 is deprecated because it is no longer maintained.
3.0.0-preview-18579-0056 3,447 12/3/2018 3.0.0-preview-18579-0056 is deprecated because it is no longer maintained.
2.3.9 5,050 1/7/2026
2.3.8 661 1/7/2026
2.3.0 64,900 1/14/2025
2.2.0 6,931,138 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 16,456 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 4,620 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 7,681 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.3 1,514,224 10/1/2018
2.1.2 368,237 8/21/2018
2.1.1 1,014,460 6/18/2018
2.1.0 943,858 5/29/2018
2.1.0-rc1-final 21,332 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 5,391 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 4,314 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.