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.Azure.KeyVault.Core by: Microsoft
  • 2 total downloads
  • Latest version: 2.0.4
  • Microsoft Azure key vault core
Microsoft Azure Key Vault Core Class Library
Microsoft.Azure.Storage.Blob by: Microsoft
  • 1 total downloads
  • Latest version: 11.2.1
  • Microsoft, Azure, Blob, StorageScalable, azureofficial
This client library enables working with the Microsoft Azure Storage Blob service for storing binary and text data. For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/Blob/README.md and https://github.com/Azure/azure-storage-net/blob/master/Blob/Changelog.txt in addition to the breaking changes https://github.com/Azure/azure-storage-net/blob/master/Blob/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/ REST API Reference for Blob Service - https://docs.microsoft.com/en-us/rest/api/storageservices/blob-service-rest-api This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure Storage service are: * https://www.nuget.org/packages/Azure.Storage.Blobs * https://www.nuget.org/packages/Azure.Storage.Queues/ * https://www.nuget.org/packages/Azure.Storage.Files.Shares/ It is recommended that you move to the new package.
Microsoft.Azure.Storage.Common by: Microsoft
  • 1 total downloads
  • Latest version: 8.6.0-preview
  • Microsoft, Azure, StorageScalable, azureofficial
This client library enables working with the Microsoft Azure Storage services which include the blob and file service for storing binary and text data and the queue service for storing messages that may be accessed by a client. For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/README.Common.md and https://github.com/Azure/azure-storage-net/blob/master/changelog.txt Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/
Microsoft.CodeAnalysis by: Microsoft
  • 12 total downloads
  • Latest version: 4.5.0-2.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/ea0b6351c129c7decd9bf76f4388239509e28e0d.
Microsoft.CodeAnalysis.Analyzers by: Microsoft
  • 5 total downloads
  • Latest version: 3.3.4
  • 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.PublicApiAnalyzers by: Microsoft
  • 1 total downloads
  • Latest version: 3.11.0-beta1.24165.2
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics PublicApi ApiAnalyzer
Public API Analyzers
Microsoft.EntityFrameworkCore by: Microsoft.EntityFrameworkCore
  • 1 total downloads
  • Latest version: 1.0.0
  • Entity Framework Core,entity-framework-core,EF,Data,O/RM
Entity Framework Core is a lightweight and extensible version of the popular Entity Framework data access technology. Commonly Used Types: Microsoft.EntityFrameworkCore.DbContext Microsoft.EntityFrameworkCore.DbSet
Microsoft.EntityFrameworkCore.Analyzers by: Microsoft
  • 1 total downloads
  • Latest version: 2.2.6
  • efcore
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.InMemory by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.3
  • Entity Framework Core,entity-framework-core,EF,Data,O/RM,In-Memory
In-memory database provider for Entity Framework Core (to be used for testing purposes).
Microsoft.Extensions.Caching.Memory by: Microsoft.Extensions.Caching.Memory
  • 1 total downloads
  • Latest version: 1.0.0
  • cache,memorycache
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.Configuration.Abstractions by: Microsoft
  • 2 total downloads
  • Latest version: 2.0.0-preview1-final
  • configuration
Abstractions of key-value pair based configuration. Commonly used types: Microsoft.Extensions.Configuration.IConfiguration Microsoft.Extensions.Configuration.IConfigurationBuilder Microsoft.Extensions.Configuration.IConfigurationProvider Microsoft.Extensions.Configuration.IConfigurationRoot Microsoft.Extensions.Configuration.IConfigurationSection
Microsoft.Extensions.Configuration.Binder by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.2
  • configuration
Functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Logging.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 6.0.0-rc.2.21480.5
Logging abstractions for Microsoft.Extensions.Logging. Commonly Used Types: Microsoft.Extensions.Logging.ILogger Microsoft.Extensions.Logging.ILoggerFactory Microsoft.Extensions.Logging.ILogger<TCategoryName> Microsoft.Extensions.Logging.LogLevel Microsoft.Extensions.Logging.Logger<T> Microsoft.Extensions.Logging.LoggerMessage Microsoft.Extensions.Logging.Abstractions.NullLogger
Microsoft.NETCore.App.Host.win-x64 by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.0-preview.7.24405.7
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.NETCore.DotNetHost by: Microsoft
  • 9 total downloads
  • Latest version: 8.0.5
Provides an executable implementation of the Microsoft DotNet Framework and SDK launcher module
Microsoft.NETCore.DotNetHostPolicy by: Microsoft
  • 1 total downloads
  • Latest version: 7.0.12
Provides a CoreCLR hosting policy implementation -- configuration settings, assembly paths and assembly servicing
Microsoft.NETCore.Targets.UniversalWindowsPlatform by: Microsoft
  • 1 total downloads
  • Latest version: 5.0.1-beta-23516
Ensures a minimum set of package versions when building Universal Windows Platform applications and portable libraries. - 1548494
Microsoft.Orleans.CounterControl by: Microsoft
  • 3 total downloads
  • Latest version: 2.0.0-beta2
  • Orleans Cloud-Computing Actor-Model Actors Distributed-Systems C# .NET
Tool that registers performance counter categories for performance counters published by Orleans runtime.
Microsoft.Orleans.OrleansHost by: Microsoft
  • 1 total downloads
  • Latest version: 1.5.8
  • Orleans Cloud-Computing Actor-Model Actors Distributed-Systems C# .NET
Default silo host process that starts a silo as a process.