Dependency injection fails for oop-host when using a .NET Isolated payload with the worker.sdk
package version 1.3.0 or earlier.
#10410
Labels
worker.sdk
package version 1.3.0 or earlier.
#10410
When using a .NET Isolated payload with Microsoft.Azure.Functions.Worker.sdk version 1.3.0 or below, host will fail with the following exception.
Stack trace
JsonFunctionProvider constructor was changed between the working and non-working version.
1.30.0
1.5.0-preview1
We believe DryIOC handles this by passing null/empty string value while .NET DI framework fails. We need to fix the oop host branch to handle this service resolution.
The text was updated successfully, but these errors were encountered: