Microsoft.ApplicationInsights.WindowsServer by: Microsoft
  • 2 total downloads
  • Latest version: 2.11.0
  • Azure Monitoring Analytics ApplicationInsights Telemetry AppInsights
Application Insights Windows Server nuget package provides automatic collection of application insights telemetry for .NET applications. This package can be used as a dependent package for Application Insights platform specific packages or as a standalone package for .NET applications that are not covered by platform specific packages (like for .NET worker roles). Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel by: Microsoft
  • 1 total downloads
  • Latest version: 2.5.1
  • Analytics ApplicationInsights Telemetry
This nuget provides a telemetry channel to Application Insights Windows Server SDK that will preserve telemetry in offline scenarios. This is a dependent package, for the best experience please install the platform specific package. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.AspNetCore.App.Ref by: Microsoft
  • 2 total downloads
  • Latest version: 8.0.4
  • aspnetcore targeting-pack
Provides a default set of APIs for building an ASP.NET Core application. Contains reference assemblies, documentation, and other design-time assets. This package is an internal implementation of the .NET Core SDK and is not meant to be used as a normal PackageReference. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/8486d31e24f30e3fa1809a95699a0adc16f448d7
Microsoft.AspNetCore.Authentication.Cookies by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.2
  • aspnetcore,authentication,security
ASP.NET Core middleware that enables an application to use cookie based authentication.
Microsoft.AspNetCore.Authentication.JwtBearer by: Microsoft
  • 2 total downloads
  • Latest version: 2.0.0-preview2-final
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token.
Microsoft.AspNetCore.Authentication.OpenIdConnect by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-preview2-final
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to support the OpenID Connect authentication workflow.
Microsoft.AspNetCore.Authentication.WsFederation by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to support the WsFederation authentication workflow.
Microsoft.AspNetCore.Components.WebAssembly.Authentication by: Microsoft
  • 1 total downloads
  • Latest version: 7.0.0-preview.1.22109.13
  • aspnetcore components
Build client-side authentication for single-page applications (SPAs). This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/36f34b3a19eb7219142ab2035921d08e84c572c3
Microsoft.AspNetCore.Components.WebAssembly.Server by: Microsoft
  • 13 total downloads
  • Latest version: 7.0.18
  • aspnetcore components
Runtime server features for ASP.NET Core Blazor applications. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/f050ae044be8bddc002ab88736e4bf78dc822122
Microsoft.AspNetCore.CookiePolicy by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.0
  • aspnetcore
ASP.NET Core cookie policy classes to control the behavior of cookies.
Microsoft.AspNetCore.Cryptography.KeyDerivation by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.0
  • aspnetcore,dataprotection
ASP.NET Core utilities for key derivation.
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-preview2-final
  • aspnetcore diagnostics entityframeworkcore
ASP.NET Core middleware for Entity Framework Core error pages. Use this middleware to detect and diagnose errors with Entity Framework Core migrations.
Microsoft.AspNetCore.Http by: Microsoft.AspNetCore.Http
  • 1 total downloads
  • Latest version: 1.0.0-rc2-final
  • aspnetcore
ASP.NET Core default HTTP feature implementations.
Microsoft.AspNetCore.Http.Extensions by: Microsoft.AspNetCore.Http.Extensions
  • 1 total downloads
  • Latest version: 1.0.2
  • aspnetcore
ASP.NET Core common extension methods for HTTP abstractions, HTTP headers, HTTP request/response, and session state.
Microsoft.AspNetCore.Identity.UI by: Microsoft
  • 6 total downloads
  • Latest version: 11.0.0-preview.1.26104.118
  • aspnetcore identity membership razorpages
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/87bc0b04e21d786669142109a5128c95618b75ed
Microsoft.AspNetCore.Localization.Routing by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0
  • aspnetcore localization
Provides a request culture provider which gets culture and ui-culture from request's route data.
Microsoft.AspNetCore.MiddlewareAnalysis by: Microsoft.AspNetCore.MiddlewareAnalysis
  • 1 total downloads
  • Latest version: 1.0.4
  • aspnetcore,diagnostics
ASP.NET Core middleware for analyzing middleware in the request pipeline with System.Diagnostics.DiagnosticSource.
Microsoft.AspNetCore.Mvc.Formatters.Xml by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.4
  • aspnetcore,aspnetcoremvc,xml
ASP.NET Core MVC formatters for XML input and output using DataContractSerializer and XmlSerializer.
Microsoft.AspNetCore.Mvc.Localization by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.0-preview1-final
  • aspnetcore,aspnetcoremvc,localization
ASP.NET Core MVC features that enable globalization and localization of applications. Commonly used types: Microsoft.AspNetCore.Mvc.Localization.IHtmlLocalizer<TResource> Microsoft.AspNetCore.Mvc.Localization.IViewLocalizer
Microsoft.AspNetCore.Mvc.ViewFeatures by: Microsoft.AspNetCore.Mvc.ViewFeatures
  • 1 total downloads
  • Latest version: 1.0.6
  • aspnetcore,aspnetcoremvc
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