Microsoft.AspNetCore.WebUtilities
by: Microsoft
- 826 total downloads
- Latest version: 2.0.0
ASP.NET Core utilities, such as for working with forms, multipart messages, and query strings.
Microsoft.AspNetCore.Routing
by: Microsoft
- 278 total downloads
- Latest version: 2.0.0
ASP.NET Core middleware for routing requests to application logic and for generating links.
Commonly used types:
Microsoft.AspNetCore.Routing.Route
Microsoft.AspNetCore.Routing.RouteCollection
- 4 total downloads
- Latest version: 1.2.0
Azure Functions extensions metadata generator
Microsoft.Build.Locator
by: Microsoft
- 4 total downloads
- Latest version: 1.4.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.Azure.WebJobs.Extensions.Http
by: Microsoft
- 5 total downloads
- Latest version: 3.0.2
This package adds binding extensions for Http.
Microsoft.Build.Framework
by: Microsoft
- 413 total downloads
- Latest version: 15.7.0-preview-000011-1378327
This package contains the Microsoft.Build.Framework assembly which is a common assembly used by other MSBuild assemblies.
Microsoft.Azure.WebJobs.Core
by: Microsoft
- 3 total downloads
- Latest version: 3.0.23
This library simplifies the task of adding background processing to your Microsoft Azure Web Sites. The SDK uses Microsoft Azure Storage, triggering a function in your program when items are added to Queues and Blobs. A dashboard provides rich monitoring and diagnostics for the programs that you write by using the SDK. For more information, please visit http://go.microsoft.com/fwlink/?LinkID=320971
Microsoft.AspNetCore.Routing.Abstractions
by: Microsoft
- 282 total downloads
- Latest version: 2.0.0
ASP.NET Core abstractions for routing requests to application logic and for generating links.
Commonly used types:
Microsoft.AspNetCore.Routing.IRouter
Microsoft.AspNetCore.Routing.RouteData
Microsoft.Azure.EventHubs
by: Microsoft
- 6 total downloads
- Latest version: 4.3.1
This is the legacy Azure Event Hubs .NET Standard client library. To view releases for the current generation of the Azure client libraries for .NET, please see: https://aka.ms/azsdk/releases. For more information about Event Hubs, see https://azure.microsoft.com/en-us/services/event-hubs/
Microsoft.AspNetCore.SpaProxy
by: Microsoft
- 70 total downloads
- Latest version: 6.0.1
Helpers for launching the SPA CLI proxy automatically when the application starts in ASP.NET MVC Core.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/4e7d976438b0fc17f435804e801d5d68d193ec33
Microsoft.Build.Tasks.Core
by: Microsoft
- 375 total downloads
- Latest version: 15.7.0-preview-000011-1378327
This package contains the Microsoft.Build.Tasks.Core assembly which implements the commonly used tasks of MSBuild.
Microsoft.Bcl.Build
by: Microsoft
- 554 total downloads
- Latest version: 1.0.14
This package provides build infrastructure components so that projects referencing specific Microsoft packages can successfully build.
Do not directly reference this packages unless you receive a build warning that instructs you to add a reference.
Microsoft.AspNetCore.StaticFiles
by: Microsoft
- 25 total downloads
- Latest version: 2.0.0
ASP.NET Core static files middleware. Includes middleware for serving static files, directory browsing, and default files.
Microsoft.Build
by: Microsoft
- 392 total downloads
- Latest version: 15.7.0-preview-000011-1378327
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluation MSBuild projects.
Microsoft.Azure.Functions.Worker.Sdk
by: Microsoft
- 4 total downloads
- Latest version: 1.0.3
This package provides development time support for the Azure Functions .NET Worker.
Microsoft.Azure.Services.AppAuthentication
by: Microsoft
- 89 total downloads
- Latest version: 1.0.3
Enables a service to authenticate to Azure services using the developer's Azure Active Directory/ Microsoft account during development, and authenticate as itself (using OAuth 2.0 Client Credentials flow) when deployed to Azure.
Microsoft.Azure.KeyVault.WebKey
by: Microsoft
- 81 total downloads
- Latest version: 2.0.7
Microsoft Azure Key Vault WebKey Class Library
Microsoft.Build.Runtime
by: Microsoft
- 417 total downloads
- Latest version: 15.7.0-preview-000011-1378327
This package delivers a complete executable copy of MSBuild. Reference this package only if your application needs to load projects or execute in-process builds without requiring installation of MSBuild. Successfully evaluating projects using this package requires aggregating additional components (like the compilers) into an application directory.
Microsoft.Azure.KeyVault
by: Microsoft
- 84 total downloads
- Latest version: 2.3.2
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.AspNetCore.ResponseCaching.Abstractions
by: Microsoft
- 262 total downloads
- Latest version: 2.0.0
ASP.NET Core response caching middleware abstractions and feature interface definitions.