Is it possible to use a 3rd party IoC container
Open
feature
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
I am writing an application in which I would like to utilize Azure Durable Functions. The project uses dependency injection using a Unity container.
In ASP.NET Core, it is possible to resolve types from a custom container by replacing the `IServiceProviderFactory` during startup. I tried to do the same on by adding the custom service provider factory to `IFunctionsHostBuilder.Services`, but I was unable to make it work. I cannot find any guides or any documentation mentioning third party IoC containers in combination with Azure Functions. Is it supported?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.