Microsoft.AspNetCore.Server.Kestrel
by: Microsoft.AspNetCore.Server.Kestrel
- 1 total downloads
- Latest version: 1.0.5
ASP.NET Core Kestrel cross-platform web server.
Microsoft.AspNetCore.Server.Kestrel.Core
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview2-final
Core components of ASP.NET Core Kestrel cross-platform web server.
Microsoft.AspNetCore.SpaServices
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0-rc2-final
Helpers for building single-page applications on ASP.NET MVC Core
Microsoft.Azure.Cosmos
by: Microsoft
- 2 total downloads
- Latest version: 3.22.1-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.Azure.KeyVault
by: Microsoft
- 2 total downloads
- Latest version: 2.0.2-preview
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.
Microsoft.Azure.KeyVault.WebKey
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview
Microsoft Azure Key Vault WebKey Class Library
Microsoft.Build.Locator
by: Microsoft
- 2 total downloads
- Latest version: 1.7.1
Package that assists in locating and using a copy of MSBuild installed as part of Visual Studio 2017 or higher or .NET Core SDK 2.1 or higher.
Microsoft.CodeAnalysis
by: Microsoft
- 1 total downloads
- Latest version: 1.3.2
.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
- 2 total downloads
- Latest version: 2.6.3
Guidelines for using .NET Compiler Platform (Roslyn) APIs.
Microsoft.CodeAnalysis.AnalyzerUtilities
by: Microsoft
- 4 total downloads
- Latest version: 3.11.0-beta1.25074.1
Analyzer utilities for various analyses, including Dataflow analysis based on ControlFlowGraph API in Microsoft.CodeAnalysis.
Microsoft.CodeAnalysis.FlowAnalysis.Utilities
by: Microsoft
- 1 total downloads
- Latest version: 2.9.6
Utilities for Dataflow analysis based on ControlFlowGraph API in Microsoft.CodeAnalysis.
Microsoft.CodeAnalysis.PublicApiAnalyzers
by: Microsoft
- 1 total downloads
- Latest version: 3.11.0-beta1.24219.2
Public API Analyzers
Microsoft.CSharp
by: Microsoft
- 2 total downloads
- Latest version: 4.0.0-beta-22416
Provides support for compilation and code generation, including dynamic, using the C# language.
Commonly Used Types:
Microsoft.CSharp.RuntimeBinder.Binder
Microsoft.CSharp.RuntimeBinder.RuntimeBinderException
Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo
Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags
Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags
Microsoft.Diagnostics.Runtime
by: Microsoft
- 1 total downloads
- Latest version: 0.9.180305.1
ClrMD is a set of advanced APIs for programmatically inspecting a crash dump of a .NET program much in the same way that the SOS Debugging Extensions (SOS) do. This allows you to write automated crash analysis for your applications as well as automate many common debugger tasks. In addition to reading crash dumps ClrMD also allows supports attaching to live processes.
Microsoft.Diagnostics.Tracing.TraceEvent
by: Microsoft
- 14 total downloads
- Latest version: 3.1.11
Event Tracing for Windows (ETW) is a powerful logging mechanism built into the Windows OS and is used extensively in Windows.
You can also log ETW events yourself code using the System.Diagnostics.Tracing.EventSource class.
The TraceEvent library conains the classes needed to control ETW providers (including .NET EventSources)
and parse the events they emit.
The library includes
-- TraceEventSession which can enable ETW providers,
-- EtwTraceEventSource which lets you read the stream of ETW events, and
-- TraceLog which is is digested form of ETW events which include decoded stack traces associated with the events.
See https://github.com/Microsoft/perfview/blob/master/documentation/TraceEvent/TraceEventLibrary.md for more.
Microsoft.EntityFrameworkCore.Design
by: Microsoft
- 2 total downloads
- Latest version: 1.1.2
Shared design-time components for Entity Framework Core tools.
Microsoft.EntityFrameworkCore.Relational
by: Microsoft
- 2 total downloads
- Latest version: 1.1.4
Shared Entity Framework Core components for relational database providers.
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 24 total downloads
- Latest version: 10.0.0-rc.1.25451.107
Entity Framework Core Tools for the NuGet Package Manager Console in Visual Studio.
Enables these commonly used commands:
Add-Migration
Bundle-Migration
Drop-Database
Get-DbContext
Get-Migration
Optimize-DbContext
Remove-Migration
Scaffold-DbContext
Script-Migration
Update-Database
Microsoft.Extensions.ApiDescription.Server
by: Microsoft
- 1 total downloads
- Latest version: 6.0.7
MSBuild tasks and targets for build-time Swagger and OpenApi document generation
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/773e8cc3fbdc2c4ffbd57c1f53f21649ef94c35c
Microsoft.Extensions.Caching.Memory
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.