Microsoft.AspNetCore.Mvc.ViewFeatures by: Microsoft
  • 10 total downloads
  • Latest version: 2.2.0
  • 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 This package was built from the source code at https://github.com/aspnet/Mvc/tree/a6199bbfbab05583f987bae322fb04566841aaea
Microsoft.AspNetCore.OpenApi by: Microsoft
  • 0 total downloads
  • Latest version: 10.0.0-preview.6.25358.103
  • aspnetcore openapi
Provides APIs for annotating route handler endpoints in ASP.NET Core with OpenAPI annotations. This package was built from the source code at https://github.com/dotnet/dotnet/tree/75972a5ba730bdaf7cf3a34f528ab0f5c7f05183
Microsoft.AspNetCore.Razor.Language by: Microsoft
  • 1 total downloads
  • Latest version: 2.1.0-preview1-final
  • 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.Rewrite by: Microsoft
  • 5 total downloads
  • Latest version: 2.2.0
  • aspnetcore urlrewrite mod_rewrite
ASP.NET Core basic middleware for rewriting URLs. Includes: * Support for custom URL rewrite rules * Support for running IIS URL Rewrite module rules * Support for running Apache mod_rewrite rules. This package was built from the source code at https://github.com/aspnet/BasicMiddleware/tree/2d3ad1cb0f9872da40c6d143ce4554563971ae04
Microsoft.AspNetCore.Routing by: Microsoft
  • 1 total downloads
  • Latest version: 2.1.1
  • aspnetcore routing
ASP.NET Core middleware for routing requests to application logic and for generating links. Commonly used types: Microsoft.AspNetCore.Routing.Route Microsoft.AspNetCore.Routing.RouteCollection
Microsoft.AspNetCore.SignalR.Common by: Microsoft
  • 0 total downloads
  • Latest version: 10.0.0-rc.1.25451.107
  • aspnetcore signalr
Common serialization primitives for SignalR Clients Servers This package was built from the source code at https://github.com/dotnet/dotnet/tree/2db1f5ee2bdda2e8d873769325fabede32e420e0
Microsoft.AspNetCore.SignalR.Protocols.Json by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.10
  • aspnetcore signalr
Implements the SignalR Hub Protocol using System.Text.Json. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/5bae930797f60d2d04f3b1df6a33eaca85fc5f28
Microsoft.AspNetCore.SignalR.Redis by: Microsoft
  • 6 total downloads
  • Latest version: 1.1.0-preview1-35029
  • aspnetcore signalr
Redis for ASP.NET Core SignalR. This package was built from the source at: https://github.com/aspnet/SignalR/tree/8c9093332b90e8a64497ebb8bc06ed84a99b1615
Microsoft.Azure.Cosmos by: Microsoft
  • 0 total downloads
  • Latest version: 3.37.1-preview
  • microsoft azure cosmos cosmosdb documentdb docdb nosql azureofficial dotnetcore netcore netstandard
This client library enables client applications to connect to Azure Cosmos DB via the NoSQL API. Azure Cosmos DB is a globally distributed, multi-model database service. For more information, refer to http://azure.microsoft.com/services/cosmos-db/.
Microsoft.Azure.Cosmos.Direct by: Microsoft
  • 1 total downloads
  • Latest version: 3.31.4
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.Azure.KeyVault.WebKey by: Microsoft
  • 2 total downloads
  • Latest version: 2.0.3-preview
  • Microsoft Azure key vault WebKey
Microsoft Azure Key Vault WebKey Class Library
Microsoft.Bcl.AsyncInterfaces by: Microsoft
  • 0 total downloads
  • Latest version: 10.0.0-preview.3.25171.5
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.
Microsoft.Bcl.Cryptography by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.4
Provides support for some cryptographic primitives for .NET Framework and .NET Standard.
Microsoft.Build.Framework by: Microsoft
  • 0 total downloads
  • Latest version: 17.1.0
  • MSBuild
This package contains the Microsoft.Build.Framework assembly which is a common assembly used by other MSBuild assemblies.
Microsoft.CodeAnalysis by: Microsoft
  • 0 total downloads
  • Latest version: 4.0.0-4.final
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics
.NET Compiler Platform ("Roslyn"). This is the all-in-one package (a superset of all assemblies). You can install any of these sub-packages if you only want part of the functionality: - "Microsoft.CodeAnalysis.CSharp.Workspaces" (C# compiler + services) - "Microsoft.CodeAnalysis.VisualBasic.Workspaces" (VB compiler + services) - "Microsoft.CodeAnalysis.Compilers" (both compilers) - "Microsoft.CodeAnalysis.CSharp" (only the C# compiler) - "Microsoft.CodeAnalysis.VisualBasic (only the VB compiler) More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/73165d0e9db050da8c46cc375565c9959a5f17e5.
Microsoft.CodeAnalysis.Analyzers by: Microsoft
  • 0 total downloads
  • Latest version: 3.12.0-beta1.25155.1
  • 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
  • 6 total downloads
  • Latest version: 4.11.0-3.final
  • 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/f99bb16a395e48a05520ba7af1549b20bfdeee36.
Microsoft.CodeAnalysis.CSharp.Features by: Microsoft
  • 1 total downloads
  • Latest version: 4.10.0-1.final
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics
.NET Compiler Platform ("Roslyn") support for creating C# editing experiences. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/fa72fa61b0d822ea8a3fbeb96f668340419ab5cd.
Microsoft.CodeAnalysis.CSharp.Scripting by: Microsoft
  • 31 total downloads
  • Latest version: 5.0.0-2.final
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics
Microsoft .NET Compiler Platform ("Roslyn") CSharp scripting package. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/1ff281352c76f1a56ae8e49af9c4c4ef0e0f0f42.
Microsoft.CodeAnalysis.CSharp.Workspaces by: Microsoft
  • 0 total downloads
  • Latest version: 3.7.0-2.final
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics
.NET Compiler Platform ("Roslyn") support for analyzing C# projects and solutions. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/205504dfd0f686370cffae5df068024c8a2b427f.