Microsoft.AspNetCore.Http.Features 3.0.0-preview5-19227-01

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

ASP.NET Core HTTP feature interface definitions.

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

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

NuGet packages (774)

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

Package Downloads
Microsoft.AspNetCore.Http.Abstractions

ASP.NET Core HTTP object model for HTTP requests and responses and also common extension methods for registering middleware in an IApplicationBuilder. Commonly used types: Microsoft.AspNetCore.Builder.IApplicationBuilder Microsoft.AspNetCore.Http.HttpContext Microsoft.AspNetCore.Http.HttpRequest Microsoft.AspNetCore.Http.HttpResponse

Microsoft.AspNetCore.Hosting.Server.Abstractions

ASP.NET Core hosting server abstractions for web applications.

OpenTelemetry.Instrumentation.AspNetCore

ASP.NET Core instrumentation for OpenTelemetry .NET

Microsoft.AspNetCore.App

Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Microsoft.AspNetCore.All

Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

GitHub repositories (77)

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

Repository Stars
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
chocolatey/choco
Chocolatey - the package manager for Windows
anjoy8/Blog.Core
💖 ASP.NET Core 8.0 全家桶教程,前后端分离后端接口,vue教程姊妹篇,官方文档:
fullstackhero/blazor-starter-kit
Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
projectkudu/kudu
Kudu is the engine behind git/hg deployments, WebJobs, and various other features in Azure Web Sites. It can also run outside of Azure.
aspnet/KestrelHttpServer
[Archived] A cross platform web server for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
OmniSharp/omnisharp-roslyn
OmniSharp server (HTTP, STDIO) based on Roslyn workspaces
ariacom/Seal-Report
Database Reporting Tool and Tasks (.Net)
CXWorld/CapFrameX
Frametime capture and analysis tool
security-code-scan/security-code-scan
Vulnerability Patterns Detector for C# and VB.NET
Mimetis/Dotmim.Sync
A brand new database synchronization framework, multi platform, multi databases, developed on top of .Net Standard 2.0. https://dotmimsync.readthedocs.io/
microsoft/botbuilder-dotnet
Welcome to the Bot Framework SDK for .NET repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using .NET.
dathlin/OpcUaHelper
一个通用的opc ua客户端类库,基于.net 4.6.1创建,基于官方opc ua基金会跨平台库创建,封装了节点读写,批量节点读写,引用读取,特性读取,历史数据读取,方法调用,节点订阅,批量订阅等操作。还提供了一个节点浏览器工具。
OData/WebApi
OData Web API: A server library built upon ODataLib and WebApi
laochiangx/ABP-ASP.NET-Boilerplate-Project-CMS
ABP module-zero +AdminLTE+Bootstrap Table+jQuery+Redis + sql server+quartz+hangfire权限管理系统
q315523275/FamilyBucket
集合.net core、ocelot、consul、netty、rpc、eventbus、configserver、tracing、sqlsugar、vue-admin、基础管理平台等构建的微服务一条龙应用
tusdotnet/tusdotnet
.NET server implementation of the Tus protocol for resumable file uploads. Read more at https://tus.io
Element-Blazor/Element-Blazor
A Web UI Library based on Element and Blazor WebAssembly.
Alachisoft/NCache
NCache: Highly Scalable Distributed Cache for .NET
EugeneSunrise/reWASD
reWASD Source Code & Crack
Version Downloads Last updated
6.0.0-preview.4.21253.5 1,894,404 5/24/2021
6.0.0-preview.3.21201.13 45,187 4/8/2021
6.0.0-preview.2.21154.6 8,381 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 35,807 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 34,679,335 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 1,850,590 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 1,765,244 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 1,779,371 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 2,920,995 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 1,782,925 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 2,111,210 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 2,881,914 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 2,217,858 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 1,747,674 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 2,259,920 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 1,740,559 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 2,421,391 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 1,434,801 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 2,230,114 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,445,228 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 11,559,103 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 8,075,561 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 21,534 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 11,092 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 8,247 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 24,941 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 6,642 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 3,951 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 11,929 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 11,784 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 79,950 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 10,024 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 1,649,821 12/13/2022
3.1.31 56,712 11/8/2022
3.1.30 77,320 10/11/2022
3.1.29 76,284 9/13/2022
3.1.28 106,994 8/9/2022
3.1.27 87,288 7/12/2022
3.1.26 97,643 6/14/2022
3.1.25 153,290 5/10/2022
3.1.24 235,265 4/11/2022
3.1.23 225,893 3/8/2022
3.1.22 1,445,406 12/14/2021
3.1.21 464,622 11/7/2021
3.1.20 188,717 10/11/2021
3.1.19 285,474 9/14/2021
3.1.18 569,578 8/10/2021
3.1.17 302,171 7/13/2021
3.1.16 425,290 6/8/2021
3.1.15 675,781 5/11/2021
3.1.14 471,411 4/6/2021
3.1.13 667,818 3/9/2021
3.1.12 583,385 2/9/2021
3.1.11 585,880 1/12/2021
3.1.10 1,768,970 11/9/2020
3.1.9 3,056,164 10/13/2020
3.1.8 3,405,088 9/8/2020
3.1.7 2,473,247 8/11/2020
3.1.6 3,412,252 7/14/2020
3.1.5 2,733,008 6/9/2020
3.1.4 2,200,368 5/12/2020
3.1.3 3,341,757 3/24/2020
3.1.2 2,601,023 2/18/2020
3.1.1 2,012,043 1/14/2020
3.1.0 3,213,318 12/3/2019
3.1.0-preview3.19555.2 16,351 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 4,836 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 14,145 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 118,649 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 46,438 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.1 181,122 11/18/2019 3.0.1 is deprecated because it is no longer maintained.
3.0.0 14,862,869 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 5,199 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 8,486 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 24,775 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 14,383 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 45,675 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
3.0.0-preview5-19227-01 26,701 5/6/2019 3.0.0-preview5-19227-01 is deprecated because it is no longer maintained.
3.0.0-preview4-19216-03 13,508 4/18/2019 3.0.0-preview4-19216-03 is deprecated because it is no longer maintained.
3.0.0-preview3-19153-02 38,567 3/6/2019 3.0.0-preview3-19153-02 is deprecated because it is no longer maintained.
3.0.0-preview-19075-0444 24,686 1/29/2019 3.0.0-preview-19075-0444 is deprecated because it is no longer maintained.
3.0.0-preview-18579-0056 3,680 12/3/2018 3.0.0-preview-18579-0056 is deprecated because it is no longer maintained.
2.3.0 7,292,318 1/14/2025
2.2.0 739,731,088 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 367,169 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 448,375 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 181,165 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.1 350,957,814 6/18/2018
2.1.0 189,888,599 5/29/2018
2.1.0-rc1-final 432,478 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 733,177 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 615,420 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.3 21,050,984 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 30,867,259 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 41,547,509 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 201,775,878 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 199,738 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 92,697 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.2 30,149,450 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 11,546,920 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 18,070,758 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 189,392 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.4 15,054,158 11/14/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 35,531,119 5/9/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 89,611,176 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 3,709,826 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 41,450,924 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 2,158,325 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.