Autofac implementation of the dependency injection factory for Azure Functions.
                        
                    
         
                Info
| Version: | 7.2.0.92 | 
| Author(s): | Marcos Almeida Jr | 
| Last Update: | Friday, October 14, 2022 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/junalmeida/autofac-azurefunctions | 
| NuGet Url: | https://www.nuget.org/packages/Autofac.Extensions.DependencyInjection.AzureFunctions | 
Install
Install-Package Autofac.Extensions.DependencyInjection.AzureFunctions
                        dotnet add package Autofac.Extensions.DependencyInjection.AzureFunctions
                        paket add Autofac.Extensions.DependencyInjection.AzureFunctions
                        
                                Autofac.Extensions.DependencyInjection.AzureFunctions Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Autofac.Extensions.DependencyInjection(>= 6.0.0)
 - Microsoft.ApplicationInsights(>= 2.15.0)
 - Microsoft.Azure.Functions.Extensions(>= 1.0.0)
 - Microsoft.Extensions.Logging.Console(>= 3.1.8)
 
Tags