Microsoft.AspNetCore.Testing
8.0.0-rc.1.23453.1
Prefix Reserved
.NET 8.0
This package targets .NET 8.0. The package is compatible with this framework or higher.
.NET Core 3.1
This package targets .NET Core 3.1. The package is compatible with this framework or higher.
This is a prerelease version of Microsoft.AspNetCore.Testing.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Microsoft.AspNetCore.Testing --version 8.0.0-rc.1.23453.1
NuGet\Install-Package Microsoft.AspNetCore.Testing -Version 8.0.0-rc.1.23453.1
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.Testing" Version="8.0.0-rc.1.23453.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.Testing" Version="8.0.0-rc.1.23453.1" />
<PackageReference Include="Microsoft.AspNetCore.Testing" />
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.Testing --version 8.0.0-rc.1.23453.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.AspNetCore.Testing, 8.0.0-rc.1.23453.1"
#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.Testing&version=8.0.0-rc.1.23453.1&prerelease
#tool nuget:?package=Microsoft.AspNetCore.Testing&version=8.0.0-rc.1.23453.1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
DEVELOPMENT BUILD - DO NOT USE IN PRODUCTION - Test fakes for integration testing
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 is compatible. 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.
-
.NETCoreApp 3.1
- No dependencies.
-
net8.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Microsoft.AspNetCore.Testing:
Package | Downloads |
---|---|
Dazinator.AspNet.Extensions.FileProviders.Tests
Package Description |
GitHub repositories (29)
Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNetCore.Testing:
Repository | Stars |
---|---|
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
|
|
aspnet/KestrelHttpServer
[Archived] A cross platform web server for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
|
|
aspnet/SignalR
[Archived] Incredibly simple real-time web for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
|
|
aspnet/Identity
[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
|
|
aspnet/Security
[Archived] Middleware for security and authorization of web apps. Project moved to https://github.com/aspnet/AspNetCore
|
|
aspnet/Razor
[Archived] Parser and code generator for CSHTML files used in view pages for MVC web apps. Project moved to https://github.com/aspnet/AspNetCore
|
|
aspnet/DependencyInjection
[Archived] Contains common DI abstractions that ASP.NET Core and Entity Framework Core use. Project moved to https://github.com/aspnet/Extensions
|
|
aspnet/Entropy
A chaotic experimental playground for new features and ideas - check here for small and simple samples for individual features.
|
|
aspnet/Hosting
[Archived] Code for hosting and starting up an ASP.NET Core application. Project moved to https://github.com/aspnet/Extensions and https://github.com/aspnet/AspNetCore
|
|
aspnet/Logging
[Archived] Common logging abstractions and a few implementations. Project moved to https://github.com/aspnet/Extensions
|
|
aspnet/Caching
[Archived] Libraries for in-memory caching and distributed caching. Project moved to https://github.com/aspnet/Extensions
|
|
Azure/azure-signalr
Azure SignalR Service SDK for .NET
|
|
aspnet/DotNetTools
[Archived] Various .NET command line tools. Project moved to https://github.com/aspnet/AspNetCore
|
|
aspnet/HttpAbstractions
[Archived] HTTP abstractions such as HttpRequest, HttpResponse, and HttpContext, as well as common web utilities. Project moved to https://github.com/aspnet/AspNetCore
|
|
aspnet/WebSockets
[Archived] Implementation of the WebSocket protocol, along with client and server integration components.
|
|
aspnet/Configuration
[Archived] Interfaces and providers for accessing configuration files. Project moved to https://github.com/aspnet/Extensions
|
|
aspnet/Routing
[Archived] Middleware for routing requests to application logic. Project moved to https://github.com/aspnet/AspNetCore
|
|
aspnet/HttpClientFactory
[Archived] Contains an opinionated factory for creating HttpClient instances. Project moved to https://github.com/aspnet/Extensions
|
|
aspnet/Diagnostics
[Archived] Diagnostics middleware for reporting info and handling exceptions and errors in ASP.NET Core, and diagnosing Entity Framework Core migrations errors. Project moved to https://github.com/aspnet/AspNetCore
|
|
aspnet/Templating
[Archived] ASP.NET Core templates for .NET CLI and Visual Studio. Project moved to https://github.com/aspnet/AspNetCore
|
Version | Downloads | Last updated |
---|---|---|
9.5.0 | 148 | 5/13/2025 |
9.4.0 | 973 | 4/8/2025 |
9.3.0 | 1,125 | 3/11/2025 |
9.2.0 | 1,449 | 2/11/2025 |
9.1.0 | 1,465 | 1/14/2025 |
9.0.0 | 1,500 | 11/12/2024 |
9.0.0-preview.9.24507.7 | 193 | 10/8/2024 |
9.0.0-preview.8.24460.1 | 112 | 9/10/2024 |
9.0.0-preview.7.24412.10 | 121 | 8/14/2024 |
9.0.0-preview.6.24353.1 | 93 | 7/10/2024 |
9.0.0-preview.5.24311.7 | 93 | 6/11/2024 |
9.0.0-preview.4.24271.2 | 98 | 5/21/2024 |
9.0.0-preview.3.24209.3 | 451 | 4/11/2024 |
9.0.0-preview.2.24157.4 | 86 | 3/12/2024 |
9.0.0-preview.1.24108.1 | 126 | 2/13/2024 |
8.10.0 | 3,791 | 10/8/2024 |
8.9.1 | 1,756 | 9/6/2024 |
8.9.0 | 154 | 9/5/2024 |
8.8.0 | 2,390 | 8/13/2024 |
8.7.0 | 1,358 | 7/10/2024 |
8.6.0 | 3,001 | 6/11/2024 |
8.5.0 | 1,043 | 5/14/2024 |
8.4.0 | 648 | 4/9/2024 |
8.3.0 | 1,944 | 3/12/2024 |
8.2.0 | 510 | 2/13/2024 |
8.1.0 | 739 | 1/9/2024 |
8.0.0 | 900 | 11/14/2023 |
8.0.0-rtm.23558.11 | 90 | 11/14/2023 |
8.0.0-rc.2.23510.2 | 123 | 10/10/2023 |
8.0.0-rc.1.23453.1 | 213 | 9/12/2023 |
8.0.0-preview.7.23407.5 | 373 | 8/8/2023 |