We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be21471 commit 690321bCopy full SHA for 690321b
src/WebJobs.Script.WebHost/DependencyInjection/JobHostServiceProvider.cs
@@ -64,6 +64,7 @@ private Container BuildContainer(IServiceCollection descriptors)
64
65
container.Populate(descriptors);
66
container.UseInstance<IServiceProvider>(this);
67
+ container.UseInstance<IServiceScopeFactory>(this);
68
container.UseInstance<JobHostServiceProvider>(this);
69
70
return container;
0 commit comments