Microsoft.AspNetCore.DataProtection.Extensions
by: Microsoft
- 34 total downloads
- Latest version: 11.0.0-preview.1.26104.118
Additional APIs for ASP.NET Core data protection.
This package was built from the source code at https://github.com/dotnet/dotnet/tree/87bc0b04e21d786669142109a5128c95618b75ed
Microsoft.AspNetCore.Diagnostics
by: Microsoft
- 1 total downloads
- Latest version: 2.2.0
ASP.NET Core middleware for exception handling, exception display pages, and diagnostics information. Includes developer exception page middleware, exception handler middleware, runtime info middleware, status code page middleware, and welcome page middleware
This package was built from the source code at https://github.com/aspnet/Diagnostics/tree/c802d5ef5fba1ba8dfbcb8c3741af2ba15e9d1aa
Microsoft.AspNetCore.Diagnostics.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 1.1.5
ASP.NET Core diagnostics middleware abstractions and feature interface definitions.
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore
by: Microsoft
- 15 total downloads
- Latest version: 5.0.14
ASP.NET Core middleware for Entity Framework Core error pages. Use this middleware to detect and diagnose errors with Entity Framework Core migrations.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/88ca061d20b28892b28279b17bad46919cff49a4
Microsoft.AspNetCore.Diagnostics.HealthChecks
by: Microsoft
- 3 total downloads
- Latest version: 2.2.0-preview2-35157
ASP.NET Core middleware for returning the results of Health Checks in the application
This package was built from the source at:
https://github.com/aspnet/Diagnostics/tree/dd07e6743c9a9cdd45d48017a4a5ee932ea3188e
Microsoft.AspNetCore.HostFiltering
by: Microsoft
- 1 total downloads
- Latest version: 2.2.0-preview3-35497
ASP.NET Core middleware for filtering out requests with unknown HTTP host headers.
This package was built from the source at:
https://github.com/aspnet/BasicMiddleware/tree/1610c35d55f8d64abd401c9af83b3f2bcad192ad
Microsoft.AspNetCore.Hosting.Server.Abstractions
by: Microsoft
- 2 total downloads
- Latest version: 2.2.0-preview3-35497
ASP.NET Core hosting server abstractions for web applications.
This package was built from the source at:
https://github.com/aspnet/Hosting/tree/27e4e1aca3863389098b9be6dd9c5b7c030180b8
Microsoft.AspNetCore.Html.Abstractions
by: Microsoft.AspNetCore.Html.Abstractions
- 1 total downloads
- Latest version: 1.0.0
ASP.NET Core HTML abstractions used for building HTML content.
Commonly used types:
Microsoft.AspNetCore.Html.HtmlString
Microsoft.AspNetCore.Html.IHtmlContent
Microsoft.AspNetCore.Http.Abstractions
by: Microsoft
- 2 total downloads
- Latest version: 2.2.0
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
This package was built from the source code at https://github.com/aspnet/HttpAbstractions/tree/91db78cf926939821bc96e8e60616cf5dde0b489
Microsoft.AspNetCore.Http.Connections
by: Microsoft
- 1 total downloads
- Latest version: 1.0.3
Components for providing real-time bi-directional communication across the Web.
Microsoft.AspNetCore.Http.Connections.Common
by: Microsoft
- 7 total downloads
- Latest version: 9.0.0-preview.5.24306.11
Common primitives for ASP.NET Connection Handlers and clients
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/8af96e042134fb3b2f21df26dd0f32ea1c00dd37
Microsoft.AspNetCore.Http.Features
by: Microsoft
- 5 total downloads
- Latest version: 5.0.0-preview.1.20124.5
ASP.NET Core HTTP feature interface definitions.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/98a853b20131fd59b37076dd3699d8c7f62b24cb
Microsoft.AspNetCore.HttpOverrides
by: Microsoft
- 2 total downloads
- Latest version: 2.2.0-preview3-35497
ASP.NET Core basic middleware for supporting HTTP method overrides. Includes:
* X-Forwarded-* headers to forward headers from a proxy.
* HTTP method override header.
This package was built from the source at:
https://github.com/aspnet/BasicMiddleware/tree/1610c35d55f8d64abd401c9af83b3f2bcad192ad
Microsoft.AspNetCore.HttpsPolicy
by: Microsoft
- 1 total downloads
- Latest version: 2.1.1
ASP.NET Core basic middleware for supporting HTTPS Redirection and HTTP Strict-Transport-Security.
Microsoft.AspNetCore.Identity.EntityFrameworkCore
by: Microsoft
- 12 total downloads
- Latest version: 6.0.0-preview.3.21201.13
ASP.NET Core Identity provider that uses Entity Framework Core.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/718171eeb4bd236ab4f0d9b1ecd97ecc63ec0be1
Microsoft.AspNetCore.Identity.UI
by: Microsoft
- 14 total downloads
- Latest version: 10.0.0-preview.7.25380.108
ASP.NET Core Identity UI is the default Razor Pages built-in UI for the ASP.NET Core Identity framework.
This package was built from the source code at https://github.com/dotnet/dotnet/tree/30000d883e06c122311a66894579bc12329a09d4
Microsoft.AspNetCore.JsonPatch
by: Microsoft
- 10 total downloads
- Latest version: 9.0.2
ASP.NET Core support for JSON PATCH.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/704f7cb1d2cea33afb00c2097731216f121c2c73
Microsoft.AspNetCore.Metadata
by: Microsoft
- 7 total downloads
- Latest version: 9.0.10
ASP.NET Core metadata.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/5bae930797f60d2d04f3b1df6a33eaca85fc5f28
Microsoft.AspNetCore.MiddlewareAnalysis
by: Microsoft
- 3 total downloads
- Latest version: 5.0.5
ASP.NET Core middleware for analyzing middleware in the request pipeline with System.Diagnostics.DiagnosticSource.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/b7a2ec8c7ed6b48857af0a69688a73e8c14fe6cb
Microsoft.AspNetCore.Mvc
by: Microsoft
- 2 total downloads
- Latest version: 1.1.0
ASP.NET Core MVC is a web framework that gives you a powerful, patterns-based way to build dynamic websites and web APIs. ASP.NET Core MVC enables a clean separation of concerns and gives you full control over markup.