Microsoft.AspNetCore.ResponseCaching
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview2-final
ASP.NET Core middleware for caching HTTP responses on the server.
Microsoft.AspNetCore.SpaServices.Extensions
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-rc2-final
Helpers for building single-page applications on ASP.NET MVC Core.
Microsoft.AspNetCore.StaticFiles
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview2-final
ASP.NET Core static files middleware. Includes middleware for serving static files, directory browsing, and default files.
Microsoft.Azure.KeyVault
by: Microsoft
- 2 total downloads
- Latest version: 2.0.4-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. 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.WebKey
by: Microsoft
- 1 total downloads
- Latest version: 2.0.2-preview
Microsoft Azure Key Vault WebKey Class Library
Microsoft.Azure.Storage.Queue
by: Microsoft
- 1 total downloads
- Latest version: 11.1.4
This client library enables working with the Microsoft Azure Storage 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/Queue/README.md and https://github.com/Azure/azure-storage-net/blob/master/Queue/Changelog.txt
in addition to the breaking changes https://github.com/Azure/azure-storage-net/blob/master/Queue/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 Queue Service - https://docs.microsoft.com/en-us/rest/api/storageservices/queue-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.CodeAnalysis
by: Microsoft
- 3 total downloads
- Latest version: 3.5.0-beta1-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/fb3f812a3e4b7534bef784fa2df1c21d1f67864d.
Microsoft.CodeAnalysis.Analyzers
by: Microsoft
- 17 total downloads
- Latest version: 3.11.0-beta1.25173.3
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.24216.2
Public API Analyzers
Microsoft.DiaSymReader.Native
by: Microsoft
- 6 total downloads
- Latest version: 17.12.0-beta1.24603.5
Native implementation of PDB file reader and writer.
Supported Platforms:
- Windows x86
- Windows amd64
- Windows arm
- Windows arm64
Microsoft.EntityFrameworkCore.Analyzers
by: Microsoft
- 15 total downloads
- Latest version: 10.0.0-preview.6.25358.103
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.Relational
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0-preview1-final
Shared Entity Framework Core components for relational database providers.
Microsoft.EntityFrameworkCore.Sqlite
by: Microsoft
- 7 total downloads
- Latest version: 2.0.3
SQLite database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.SqlServer
by: Microsoft.EntityFrameworkCore.SqlServer
- 1 total downloads
- Latest version: 1.0.0
Microsoft SQL Server database provider for Entity Framework Core.
Microsoft.EntityFrameworkCore.SqlServer.Design
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0
Design-time Entity Framework Core Functionality for Microsoft SQL Server.
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 6 total downloads
- Latest version: 10.0.0-preview.6.25358.103
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
- 2 total downloads
- Latest version: 7.0.0-preview.4.22251.1
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/e77cb01b5529c137130757859f09f892dbdd2436
Microsoft.Extensions.Caching.Abstractions
by: Microsoft
- 4 total downloads
- Latest version: 2.0.0-preview2-final
Caching abstractions for in-memory cache and distributed cache.
Commonly used types:
Microsoft.Extensions.Caching.Distributed.IDistributedCache
Microsoft.Extensions.Caching.Memory.IMemoryCache
Microsoft.Extensions.Configuration.AzureKeyVault
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0
Azure KeyVault configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.EnvironmentVariables
by: Microsoft.Extensions.Configuration.EnvironmentVariables
- 1 total downloads
- Latest version: 1.0.2
Environment variables configuration provider implementation for Microsoft.Extensions.Configuration.