Microsoft.AspNetCore.Diagnostics.Abstractions by: Microsoft
  • 4 total downloads
  • Latest version: 1.1.6
  • aspnetcore,diagnostics
ASP.NET Core diagnostics middleware abstractions and feature interface definitions.
Microsoft.AspNetCore.Hosting.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-preview2-final
  • aspnetcore hosting
ASP.NET Core hosting and startup abstractions for web applications.
Microsoft.AspNetCore.Html.Abstractions by: Microsoft
  • 2 total downloads
  • Latest version: 2.0.0-preview2-final
  • aspnetcore
ASP.NET Core HTML abstractions used for building HTML content. Commonly used types: Microsoft.AspNetCore.Html.HtmlString Microsoft.AspNetCore.Html.IHtmlContent
Microsoft.AspNetCore.Http.Extensions by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-preview1-final
  • aspnetcore
ASP.NET Core common extension methods for HTTP abstractions, HTTP headers, HTTP request/response, and session state.
Microsoft.AspNetCore.Mvc.Cors by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-preview1-final
  • aspnetcore aspnetcoremvc cors
ASP.NET Core MVC cross-origin resource sharing (CORS) features.
Microsoft.AspNetCore.Mvc.DataAnnotations by: Microsoft
  • 5 total downloads
  • Latest version: 2.0.0
  • aspnetcore aspnetcoremvc
ASP.NET Core MVC metadata and validation system using System.ComponentModel.DataAnnotations.
Microsoft.AspNetCore.Mvc.TagHelpers by: Microsoft.AspNetCore.Mvc.TagHelpers
  • 1 total downloads
  • Latest version: 1.0.3
  • aspnetcore,aspnetcoremvc,taghelper,taghelpers
ASP.NET Core MVC default tag helpers. Contains tag helpers for anchor tags, HTML input elements, caching, scripts, links (for CSS), and more.
Microsoft.AspNetCore.Mvc.ViewFeatures by: Microsoft
  • 5 total downloads
  • Latest version: 2.0.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
Microsoft.AspNetCore.SpaServices.Extensions by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-rc2-final
  • aspnetcore aspnetcoremvc nodeservices
Helpers for building single-page applications on ASP.NET MVC Core.
Microsoft.Azure.KeyVault by: Microsoft
  • 3 total downloads
  • Latest version: 2.0.4-preview
  • Microsoft Azure key vault,Key Vault,REST HTTP client,azureofficial,windowsazureofficial
Azure Key Vault enables users to store and use cryptographic keys within the Microsoft Azure environment. Azure Key Vault supports multiple key types and algorithms and enables the use of Hardware Security Modules (HSM) for high value customer keys. In addition, Azure Key Vault allows users to securely store secrets in a Key Vault; secrets are limited size octet objects and Azure Key Vault applies no specific semantics to these objects. A Key Vault may contain a mix of keys and secrets at the same time, and access control for the two types of object is independently controlled. Users, subject to appropriate authorization, may: 1) Manage cryptographic keys using Create, Import, Update, Delete and other operations 2) Manage secrets using Get, Set, Delete and other operations 3) Use cryptographic keys with Sign/Verify, WrapKey/UnwrapKey and Encrypt/Decrypt operations. Operations against Key Vaults are authenticated and authorized using Azure Active Directory. Key Vault now supports certificates, a complex type that makes use of existing key and secret infrastructure for certificate operations. KV certificates also support notification and auto-renewal as well as other management features.
Microsoft.CodeAnalysis by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.0-rc1
  • 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) Supported Platforms: - .NET Framework 4.5
Microsoft.CodeAnalysis.Analyzers by: Microsoft
  • 14 total downloads
  • Latest version: 3.11.0-beta1.23420.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.CSharp by: Microsoft
  • 3 total downloads
  • Latest version: 1.0.0-rc2
  • 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. Supported Platforms: - .NET Framework 4.5 - Windows 8 - Portable Class Libraries
Microsoft.CodeAnalysis.CSharp.Features by: Microsoft
  • 6 total downloads
  • Latest version: 2.0.0-beta5
  • 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. Supported Platforms: - .NET Framework 4.5 - Windows 8 - Portable Class Libraries
Microsoft.CodeAnalysis.VisualBasic by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-beta3
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics
.NET Compiler Platform ("Roslyn") support for Visual Basic, Microsoft.CodeAnalysis.VisualBasic.dll. Supported Platforms: - .NET Framework 4.5 - Windows 8 - Portable Class Libraries
Microsoft.CodeAnalysis.Workspaces.Common by: Microsoft
  • 1 total downloads
  • Latest version: 0.7.4080704-beta
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions. Do not install this package manually, it will be added as a prerequisite by other packages that require it. Supported Platforms: - .NET Framework 4.5
Microsoft.Composition by: Microsoft
  • 1 total downloads
  • Latest version: 1.0.10-rc
  • MEF Microsoft System Composition IOC Dependency Injection DI Metro
Portable, lightweight, throughput-optimised composition container for MEF.
Microsoft.EntityFrameworkCore.Analyzers by: Microsoft
  • 11 total downloads
  • Latest version: 10.0.0-preview.6.25358.103
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.Relational by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-preview1-final
  • Entity Framework Core entity-framework-core EF Data O/RM
Shared Entity Framework Core components for relational database providers.
Microsoft.EntityFrameworkCore.Sqlite by: Microsoft
  • 7 total downloads
  • Latest version: 2.0.3
  • Entity Framework Core entity-framework-core EF Data O/RM SQLite
SQLite database provider for Entity Framework Core.