You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the webjobs SDK only provides extensions to configure webjob services against the older IHostBuilder types.
Support should be added for configuring the webjobs against the newer IHostApplicationBuilder type as well to ensure developers can leverage that latest .NET features and development practices.
Stumbled up on this issue when I tried to use current hosting model, quite surprised as it's been more than 2 years since HostApplicationBuilder has been implemented here, but hasn't come through to webjobs sdk yet. Will try to contribute for it.
Feature Request
Currently the webjobs SDK only provides extensions to configure webjob services against the older
IHostBuilder
types.Support should be added for configuring the webjobs against the newer
IHostApplicationBuilder
type as well to ensure developers can leverage that latest .NET features and development practices.Related information
Current WebJobHostBuilderExtensions Source Location
The HostApplicationBuilder Documentation Page
The Related Host.CreateApplicationBuilder Documenation Page
See also this comment from the dotnet runtime repository regarding the plans for switching to the newer application builder signatures
Minimal Implementation Example
The text was updated successfully, but these errors were encountered: