Microsoft.AspNetCore.Hosting by: Microsoft
  • 13 total downloads
  • Latest version: 2.2.7
  • aspnetcore hosting
ASP.NET Core hosting infrastructure and startup logic for web applications. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/be0a4a7f4cf06cbd6ec714bd1d9afee6bdb040a8
Microsoft.AspNetCore.Http.Connections.Common by: Microsoft
  • 4 total downloads
  • Latest version: 1.1.0
  • aspnetcore signalr
Common primitives for ASP.NET Connection Handlers and clients This package was built from the source code at https://github.com/aspnet/SignalR/tree/a9def470e3b8e1480c55d1c311e4b37472140307
Microsoft.AspNetCore.Http.Features by: Microsoft
  • 3 total downloads
  • Latest version: 2.1.1
  • aspnetcore
ASP.NET Core HTTP feature interface definitions.
Microsoft.AspNetCore.HttpOverrides by: Microsoft
  • 5 total downloads
  • Latest version: 2.2.0
  • aspnetcore proxy headers xforwarded
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 code at https://github.com/aspnet/BasicMiddleware/tree/2d3ad1cb0f9872da40c6d143ce4554563971ae04
Microsoft.AspNetCore.JsonPatch by: Microsoft
  • 3 total downloads
  • Latest version: 3.1.5
  • aspnetcore json jsonpatch
ASP.NET Core support for JSON PATCH. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/844a82e37cae48af2ab2ee4f39b41283e6bb4f0e
Microsoft.AspNetCore.Mvc.Core by: Microsoft
  • 4 total downloads
  • Latest version: 2.2.5
  • aspnetcore aspnetcoremvc
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
Microsoft.AspNetCore.Razor.Language by: Microsoft
  • 3 total downloads
  • Latest version: 3.1.0
  • aspnetcore cshtml razor
Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor parser and code generation infrastructure.
Microsoft.AspNetCore.Server.IIS by: Microsoft
  • 5 total downloads
  • Latest version: 2.2.0
  • aspnetcore iis
Provides support for hosting ASP.NET Core in IIS using the AspNetCoreModule. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/ce8cf65589734f82b0536c543aba5bd60d0a5a98
Microsoft.AspNetCore.Server.IISIntegration by: Microsoft
  • 5 total downloads
  • Latest version: 2.2.0
  • aspnetcore iis
ASP.NET Core components for working with the IIS AspNetCoreModule. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/ce8cf65589734f82b0536c543aba5bd60d0a5a98
Microsoft.AspNetCore.Server.Kestrel by: Microsoft
  • 8 total downloads
  • Latest version: 2.2.0
  • aspnetcore kestrel
ASP.NET Core Kestrel cross-platform web server. This package was built from the source code at https://github.com/aspnet/KestrelHttpServer/tree/5db6394769e229139cbf8538ec73253ce76e735b
Microsoft.AspNetCore.Server.Kestrel.Core by: Microsoft
  • 8 total downloads
  • Latest version: 2.2.0
  • aspnetcore kestrel
Core components of ASP.NET Core Kestrel cross-platform web server.
Microsoft.AspNetCore.Server.Kestrel.Https by: Microsoft
  • 5 total downloads
  • Latest version: 2.2.0
  • aspnetcore kestrel
HTTPS support for the ASP.NET Core Kestrel cross-platform web server.
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets by: Microsoft
  • 8 total downloads
  • Latest version: 2.2.0
  • aspnetcore kestrel
Managed socket transport for the ASP.NET Core Kestrel cross-platform web server.
Microsoft.AspNetCore.WebSockets by: Microsoft
  • 5 total downloads
  • Latest version: 2.2.0
  • aspnetcore
ASP.NET Core web socket middleware for use on top of opaque servers. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/ce8cf65589734f82b0536c543aba5bd60d0a5a98
Microsoft.Bcl.AsyncInterfaces by: Microsoft
  • 4 total downloads
  • Latest version: 1.1.1
Provides the IAsyncEnumerable<T> and IAsyncDisposable interfaces and helper types for .NET Standard 2.0. This package is not required starting with .NET Standard 2.1 and .NET Core 3.0. Commonly Used Types: System.IAsyncDisposable System.Collections.Generic.IAsyncEnumerable System.Collections.Generic.IAsyncEnumerator When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Build.Framework by: Microsoft
  • 6 total downloads
  • Latest version: 16.7.0
  • MSBuild
This package contains the Microsoft.Build.Framework assembly which is a common assembly used by other MSBuild assemblies.
Microsoft.Build.Tasks.Git by: Microsoft
  • 9 total downloads
  • Latest version: 1.0.0
  • MSBuild Tasks source control git
MSBuild tasks providing git repository information.
Microsoft.CodeAnalysis.Analyzers by: Microsoft
  • 4 total downloads
  • Latest version: 3.3.2
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics
Analyzers for consumers of Microsoft.CodeAnalysis NuGet package, i.e. extensions and applications built on top of .NET Compiler Platform (Roslyn). This package is included as a development dependency of Microsoft.CodeAnalysis NuGet package and does not need to be installed separately if you are referencing Microsoft.CodeAnalysis NuGet package.
Microsoft.CodeAnalysis.Common by: Microsoft
  • 14 total downloads
  • Latest version: 3.1.0
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/9d80dea7fe1b14043b9b2ac4d0b59ed26f508742.
Microsoft.CodeAnalysis.CSharp by: Microsoft
  • 20 total downloads
  • Latest version: 3.3.1
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics
.NET Compiler Platform ("Roslyn") support for C#, Microsoft.CodeAnalysis.CSharp.dll. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/66a912c9463eebe832cf742d2fe8bb2e1a4600ec.