AzureFunctionsV1.DependencyInjection Package provides you an easy way to implement dependencies between classes in your .NET Framework Azure Function Projects ( Azure Function v1).
Info
| Version: | 1.0.3 |
| Author(s): | sanjay.kumar |
| Last Update: | Friday, July 24, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/sanjaykumar19-repo/azure-functions-v1-dependency-injection |
| NuGet Url: | https://www.nuget.org/packages/AzureFunctionsV1.DependencyInjection |
Install
Install-Package AzureFunctionsV1.DependencyInjection
dotnet add package AzureFunctionsV1.DependencyInjection
paket add AzureFunctionsV1.DependencyInjection
AzureFunctionsV1.DependencyInjection Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Logging(>= 1.1.1)
- Microsoft.Extensions.DependencyInjection(>= 1.1.1)
- Microsoft.Extensions.Configuration(>= 1.1.1)
Tags