Microsoft.AspNetCore.CookiePolicy
by: Microsoft
- 4 total downloads
- Latest version: 1.1.0-preview1-final
ASP.NET Core cookie policy classes to control the behavior of cookies.
Microsoft.AspNetCore.Cors
by: Microsoft
- 3 total downloads
- Latest version: 2.0.0-preview1-final
CORS middleware and policy for ASP.NET Core to enable cross-origin resource sharing.
Commonly used types:
Microsoft.AspNetCore.Cors.DisableCorsAttribute
Microsoft.AspNetCore.Cors.EnableCorsAttribute
Microsoft.AspNetCore.Diagnostics.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 1.1.3
ASP.NET Core diagnostics middleware abstractions and feature interface definitions.
Microsoft.AspNetCore.Diagnostics.Identity.Service
by: Microsoft
- 1 total downloads
- Latest version: 1.0.0-preview1-final
ASP.NET Core Identity Service Diagnostics Middleware.
Microsoft.AspNetCore.Mvc
by: Microsoft
- 1 total downloads
- Latest version: 1.1.3
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.
Microsoft.AspNetCore.Mvc.Cors
by: Microsoft
- 9 total downloads
- Latest version: 1.1.8
ASP.NET Core MVC cross-origin resource sharing (CORS) features.
Microsoft.AspNetCore.Mvc.Formatters.Xml
by: Microsoft
- 3 total downloads
- Latest version: 2.0.0-preview1-final
ASP.NET Core MVC formatters for XML input and output using DataContractSerializer and XmlSerializer.
Microsoft.AspNetCore.Mvc.Razor
by: Microsoft.AspNetCore.Mvc.Razor
- 1 total downloads
- Latest version: 1.0.3
ASP.NET Core MVC Razor view engine for CSHTML files.
Microsoft.AspNetCore.Owin
by: Microsoft
- 4 total downloads
- Latest version: 2.0.0-preview1-final
ASP.NET Core component for running OWIN middleware in an ASP.NET Core application, and to run ASP.NET Core middleware in an OWIN application.
Microsoft.AspNetCore.WebSockets
by: Microsoft
- 2 total downloads
- Latest version: 1.0.2
ASP.NET Core web socket middleware for use on top of opaque servers.
Microsoft.Azure.Cosmos
by: Microsoft
- 1 total downloads
- Latest version: 3.14.0-preview
This client library enables client applications to connect to Azure Cosmos via the SQL API. Azure Cosmos is a globally distributed, multi-model database service. For more information, refer to http://azure.microsoft.com/services/cosmos-db/.
Microsoft.Bcl
by: Microsoft
- 2 total downloads
- Latest version: 1.1.10
This packages enables projects targeting down-level platforms to use some of the types added in later versions including:
- CallerMemberNameAttribute
- CallerLineNumberAttribute
- CallerFilePathAttribute
- Tuple<T1, T2, ...>
- IProgress<T>
- IStructuralComparable
- IStructuralEquatable
- Task
- InvalidDataException
These types are "unified" to their later version equivalent. For example, when running on .NET Framework 4.5, IProgress<T> from this package will be seen by the runtime as the same type as the one already available in the platform.
Supported Platforms:
- .NET Framework 4 (with KB2468871)
- Windows 8
- Windows Phone 8.1
- Windows Phone Silverlight 7.5
- Silverlight 4
- Portable Class Libraries
This package is only required for projects targeting .NET Framework 4.5, Windows 8, Windows Phone Silverlight 8, or Windows Phone 8.1 when consuming a library that uses this package.
Microsoft.ClearScript.Core
by: Microsoft
- 1 total downloads
- Latest version: 7.3.7
A library for adding scripting to .NET applications. This package contains the core assembly shared by all script engines.
Microsoft.CodeAnalysis
by: Microsoft
- 1 total downloads
- Latest version: 4.4.0-1.final
.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/ebbf56c257fb4d3128d3487ef525d92e9f94b412.
Microsoft.CodeAnalysis.VisualBasic.Workspaces
by: Microsoft
- 19 total downloads
- Latest version: 2.9.0
.NET Compiler Platform ("Roslyn") support for analyzing Visual Basic 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/958f2354c4d83dbb0e7723d0a8079a0dfbc33f25.
Microsoft.EntityFrameworkCore.Relational.Design
by: Microsoft.EntityFrameworkCore.Relational.Design
- 1 total downloads
- Latest version: 1.0.0-rc2-final
Shared Design-time Entity Framework components for relational data stores.
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 1 total downloads
- Latest version: 3.1.29
Entity Framework Core Tools for the NuGet Package Manager Console in Visual Studio.
Enables these commonly used commands:
Add-Migration
Drop-Database
Get-DbContext
Scaffold-DbContext
Script-Migrations
Update-Database
Microsoft.Extensions.Configuration
by: Microsoft
- 1 total downloads
- Latest version: 1.1.1
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.Configuration.Json
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview2-final
JSON configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.UserSecrets
by: Microsoft
- 1 total downloads
- Latest version: 1.1.1
User secrets configuration provider implementation for Microsoft.Extensions.Configuration.