Info
| Version: | 1.0.0-beta1 |
| Author(s): | Mike Hanson |
| Last Update: | Saturday, May 5, 2018 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://githum.com/testpossessed/azurefunctions-dependencyinjection |
| NuGet Url: | https://www.nuget.org/packages/AzureFunctions.DependencyInjection |
Install
Install-Package AzureFunctions.DependencyInjection
dotnet add package AzureFunctions.DependencyInjection
paket add AzureFunctions.DependencyInjection
AzureFunctions.DependencyInjection Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Azure.WebJobs(>= 3.0.05)
- Microsoft.Extensions.DependencyInjection(>= 2.0.0)
Based on the combined works of Boris Wilhelms and Holger Leichsenring.