Microsoft.AspNetCore.Mvc.Formatters.Json by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.0-preview1-final
  • aspnetcore,aspnetcoremvc,json
ASP.NET Core MVC formatters for JSON input and output and for JSON PATCH input using Json.NET.
Microsoft.AspNetCore.Mvc.Razor by: Microsoft
  • 1 total downloads
  • Latest version: 2.2.0-preview3-35497
  • aspnetcore;aspnetcoremvc;cshtml;razor
ASP.NET Core MVC Razor view engine for CSHTML files.
Microsoft.AspNetCore.Razor.Language by: Microsoft
  • 1 total downloads
  • Latest version: 6.0.36
Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor parser and code generation infrastructure. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/64ea4108e7dcf1ca575f8dd2028363b0b1ef6ebc
Microsoft.AspNetCore.ResponseCaching by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.2
  • aspnetcore cache caching
ASP.NET Core middleware for caching HTTP responses on the server.
Microsoft.AspNetCore.ResponseCaching.Abstractions by: Microsoft
  • 2 total downloads
  • Latest version: 2.0.0-preview2-final
  • aspnetcore cache caching
ASP.NET Core response caching middleware abstractions and feature interface definitions.
Microsoft.AspNetCore.Rewrite by: Microsoft
  • 1 total downloads
  • Latest version: 2.1.1
  • 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.
Microsoft.AspNetCore.Server.Kestrel.Https by: Microsoft
  • 1 total downloads
  • Latest version: 2.1.1
  • aspnetcore kestrel
HTTPS support for the ASP.NET Core Kestrel cross-platform web server.
Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 2.1.0-rc1-final
  • aspnetcore kestrel
Transport abstractions for the ASP.NET Core Kestrel cross-platform web server.
Microsoft.AspNetCore.SignalR.Common by: Microsoft
  • 4 total downloads
  • Latest version: 10.0.1
  • aspnetcore signalr
Common serialization primitives for SignalR Clients Servers This package was built from the source code at https://github.com/dotnet/dotnet/tree/fad253f51b461736dfd3cd9c15977bb7493becef
Microsoft.AspNetCore.SignalR.Protocols.Json by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.20
  • aspnetcore signalr
Implements the SignalR Hub Protocol using System.Text.Json. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/c04846dc66cc97f71d83a83a15437828435f5d44
Microsoft.AspNetCore.TestHost by: Microsoft
  • 2 total downloads
  • Latest version: 2.3.0
  • aspnetcore hosting testing
ASP.NET Core web server for writing and running tests.
Microsoft.Azure.Cosmos.Table by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-preview
  • Microsoft Azure Table Cosmos CosmosDB azureofficial netstandard
This client library enables working with the Microsoft Azure CosmosDB Table storage, with support for global distribution, automatic secondary indexes, dedicated throughput, and single-digit millisecond latency. See "Getting started with the Azure Cosmos DB: Table API" at https://aka.ms/premiumtables. For reporting issue, please file it at: https://github.com/Azure/azure-cosmos-table-dotnet/issues.
Microsoft.Azure.DocumentDB.Core by: Microsoft
  • 4 total downloads
  • Latest version: 2.13.1
  • microsoft azure cosmos cosmosdb documentdb docdb nosql azureofficial dotnetcore netcore netstandard
This client library enables client applications targeting .NET Core to connect to Azure Cosmos DB via the DocumentDB (SQL) 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.Bcl.Compression by: Microsoft
  • 1 total downloads
  • Latest version: 3.9.83
  • BCL Compression Deflate GZip Microsoft System Stream Zip ZipArchive
This package allows projects targeting Windows Phone Silverlight 8 directly or using portable class libraries to use the same ZipArchive, GZipStream and DeflateStream classes that are already available to projects targeting .NET Framework 4.5, Windows 8, and Windows Phone 8.1. For more information on how to use these APIs, see the MSDN documentation: http://msdn.microsoft.com/en-us/library/system.io.compression.aspx Supported Platforms: - .NET Framework 4.5 - Windows 8 - Windows Phone 8.1 - Windows Phone Silverlight 8 - Portable Class Libraries This package is only required for projects targeting .NET Framework 4.5, Windows 8, or Windows Phone 8.1 when consuming a library that uses this package.
Microsoft.Bcl.Memory by: Microsoft
  • 1 total downloads
  • Latest version: 10.0.1
Provides Base64Url, Utf8, Index, and Range types support for .NET Framework and .NET Standard.
Microsoft.Bcl.TimeProvider by: Microsoft
  • 1 total downloads
  • Latest version: 9.0.9
Provides support for system time abstraction primitives for .NET Framework and .NET Standard.
Microsoft.Build by: Microsoft
  • 1 total downloads
  • Latest version: 15.3.0-preview-000388-01
  • MSBuild
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluation MSBuild projects.
Microsoft.Build.Framework by: Microsoft
  • 1 total downloads
  • Latest version: 15.7.0-preview-000145
  • MSBuild
This package contains the Microsoft.Build.Framework assembly which is a common assembly used by other MSBuild assemblies.
Microsoft.Build.Utilities.Core by: Microsoft
  • 1 total downloads
  • Latest version: 16.3.0
  • MSBuild
This package contains the Microsoft.Build.Utilities assembly which is used to implement custom MSBuild tasks.
Microsoft.CodeAnalysis by: Microsoft
  • 2 total downloads
  • Latest version: 4.0.1
  • 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/b3e69109341a1017423af7981b8b84b646f5bcce.