This package makes dependency injections on Azure Functions easier, using ASP.NET Core dependency injection features.
Info
| Version: | 2.2.0.1 |
| Author(s): | Justin Yoo |
| Last Update: | Friday, July 10, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/aliencube/AzureFunctions.Extensions |
| NuGet Url: | https://www.nuget.org/packages/Aliencube.AzureFunctions.Extensions.DependencyInjection |
Install
Install-Package Aliencube.AzureFunctions.Extensions.DependencyInjection
dotnet add package Aliencube.AzureFunctions.Extensions.DependencyInjection
paket add Aliencube.AzureFunctions.Extensions.DependencyInjection
Aliencube.AzureFunctions.Extensions.DependencyInjection Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.Azure.WebJobs(>= 3.0.2)
- Microsoft.Extensions.DependencyInjection(>= 2.1.1)
- Microsoft.Azure.WebJobs(>= 2.2.0)
- Microsoft.Extensions.DependencyInjection(>= 2.1.1)
Tags