Microsoft.AspNetCore.Mvc.Core
2.2.5
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
dotnet add package Microsoft.AspNetCore.Mvc.Core --version 2.2.5
NuGet\Install-Package Microsoft.AspNetCore.Mvc.Core -Version 2.2.5
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
paket add Microsoft.AspNetCore.Mvc.Core --version 2.2.5
#r "nuget: Microsoft.AspNetCore.Mvc.Core, 2.2.5"
// Install Microsoft.AspNetCore.Mvc.Core as a Cake Addin #addin nuget:?package=Microsoft.AspNetCore.Mvc.Core&version=2.2.5 // Install Microsoft.AspNetCore.Mvc.Core as a Cake Tool #tool nuget:?package=Microsoft.AspNetCore.Mvc.Core&version=2.2.5
ASP.NET Core MVC core components. Contains common action result types, attribute routing, application model conventions, API explorer, application parts, filters, formatters, model binding, and more.
Commonly used types:
Microsoft.AspNetCore.Mvc.AreaAttribute
Microsoft.AspNetCore.Mvc.BindAttribute
Microsoft.AspNetCore.Mvc.ControllerBase
Microsoft.AspNetCore.Mvc.FromBodyAttribute
Microsoft.AspNetCore.Mvc.FromFormAttribute
Microsoft.AspNetCore.Mvc.RequireHttpsAttribute
Microsoft.AspNetCore.Mvc.RouteAttribute
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/33c2d01092d9a1b7a583fe99a50b15686e2b7de9
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. |
.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.Authentication.Core (>= 2.2.0)
- Microsoft.AspNetCore.Authorization.Policy (>= 2.2.0)
- Microsoft.AspNetCore.Hosting.Abstractions (>= 2.2.0)
- Microsoft.AspNetCore.Http (>= 2.2.0)
- Microsoft.AspNetCore.Http.Extensions (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Abstractions (>= 2.2.0)
- Microsoft.AspNetCore.ResponseCaching.Abstractions (>= 2.2.0)
- Microsoft.AspNetCore.Routing (>= 2.2.0)
- Microsoft.AspNetCore.Routing.Abstractions (>= 2.2.0)
- Microsoft.Extensions.DependencyInjection (>= 2.2.0)
- Microsoft.Extensions.DependencyModel (>= 2.1.0)
- Microsoft.Extensions.FileProviders.Abstractions (>= 2.2.0)
- Microsoft.Extensions.Logging.Abstractions (>= 2.2.0)
- System.Diagnostics.DiagnosticSource (>= 4.5.0)
- System.Threading.Tasks.Extensions (>= 4.5.1)
NuGet packages (3.0K)
Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Mvc.Core:
Package | Downloads |
---|---|
Microsoft.AspNetCore.Mvc.Formatters.Json
ASP.NET Core MVC formatters for JSON input and output and for JSON PATCH input using Json.NET. This package was built from the source code at https://github.com/aspnet/Mvc/tree/a6199bbfbab05583f987bae322fb04566841aaea |
|
Microsoft.AspNetCore.Mvc.DataAnnotations
ASP.NET Core MVC metadata and validation system using System.ComponentModel.DataAnnotations. This package was built from the source code at https://github.com/aspnet/Mvc/tree/a6199bbfbab05583f987bae322fb04566841aaea |
|
Microsoft.AspNetCore.Mvc.ApiExplorer
ASP.NET Core MVC API explorer functionality for discovering metadata such as the list of controllers and actions, and their URLs and allowed HTTP methods. This package was built from the source code at https://github.com/aspnet/Mvc/tree/a6199bbfbab05583f987bae322fb04566841aaea |
|
Microsoft.AspNetCore.Mvc.ViewFeatures
ASP.NET Core MVC view rendering features. Contains common types used in most MVC applications as well as view rendering features such as view engines, views, view components, and HTML helpers. Commonly used types: Microsoft.AspNetCore.Mvc.Controller Microsoft.AspNetCore.Mvc.ValidateAntiForgeryTokenAttribute Microsoft.AspNetCore.Mvc.ViewComponent This package was built from the source code at https://github.com/aspnet/Mvc/tree/a6199bbfbab05583f987bae322fb04566841aaea |
|
Microsoft.AspNetCore.Mvc.Cors
ASP.NET Core MVC cross-origin resource sharing (CORS) features. This package was built from the source code at https://github.com/aspnet/Mvc/tree/a6199bbfbab05583f987bae322fb04566841aaea |
GitHub repositories (127)
Showing the top 5 popular GitHub repositories that depend on Microsoft.AspNetCore.Mvc.Core:
Repository | Stars |
---|---|
RicoSuter/NSwag
The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
|
|
MessagePack-CSharp/MessagePack-CSharp
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
|
|
dotnet/corert
This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
|
|
eventflow/EventFlow
Async/await first CQRS+ES and DDD framework for .NET
|
|
reactjs/React.NET
.NET library for JSX compilation and server-side rendering of React components
|
Version | Downloads | Last updated | |
---|---|---|---|
2.2.5 | 182,045,628 | 5/14/2019 | |
2.2.2 | 8,196,272 | 2/12/2019 | |
2.2.0 | 179,593,363 | 12/3/2018 | |
2.2.0-preview3-35497 | 134,106 | 10/17/2018 | |
2.2.0-preview2-35157 | 55,264 | 9/12/2018 | |
2.2.0-preview1-35029 | 37,135 | 8/22/2018 | |
2.1.38 | 1,020,341 | 11/8/2022 | |
2.1.34 | 85,474 | 5/10/2022 | |
2.1.16 | 5,645,060 | 2/18/2020 | |
2.1.11 | 7,059,515 | 5/14/2019 | |
2.1.3 | 30,855,655 | 10/1/2018 | |
2.1.2 | 9,745,060 | 8/21/2018 | |
2.1.1 | 22,388,916 | 6/18/2018 | |
2.1.0 | 110,956,840 | 5/29/2018 | |
2.1.0-rc1-final | 146,100 | 5/6/2018 | |
2.1.0-preview2-final | 315,592 | 4/10/2018 | |
2.1.0-preview1-final | 166,770 | 2/26/2018 | |
2.0.4 | 8,131,188 | 5/7/2018 | |
2.0.3 | 8,077,715 | 3/13/2018 | |
2.0.2 | 11,168,802 | 1/9/2018 | |
2.0.1 | 9,628,095 | 11/14/2017 | |
2.0.0 | 82,798,336 | 8/11/2017 | |
2.0.0-preview2-final | 122,286 | 6/27/2017 | |
2.0.0-preview1-final | 32,955 | 5/10/2017 | |
1.1.8 | 1,599,969 | 7/10/2018 | |
1.1.7 | 600,273 | 3/13/2018 | |
1.1.6 | 171,184 | 12/12/2017 | |
1.1.5 | 67,081 | 11/14/2017 | |
1.1.4 | 401,255 | 9/20/2017 | |
1.1.3 | 3,945,337 | 5/9/2017 | |
1.1.2 | 4,221,660 | 3/6/2017 | |
1.1.1 | 1,141,680 | 1/27/2017 | |
1.1.0 | 3,091,733 | 11/16/2016 | |
1.1.0-preview1-final | 42,853 | 10/24/2016 | |
1.0.6 | 3,164,531 | 11/14/2017 | |
1.0.5 | 100,285 | 9/20/2017 | |
1.0.4 | 29,073,298 | 5/9/2017 | |
1.0.3 | 17,161,635 | 3/6/2017 | |
1.0.2 | 545,576 | 12/12/2016 | |
1.0.1 | 1,229,953 | 9/13/2016 | |
1.0.0 | 11,735,870 | 6/27/2016 | |
1.0.0-rc2-final | 220,779 | 5/16/2016 |