Azure / azure-functions-templates

Azure functions templates for the azure portal, CLI, and VS
MIT License
350 stars 197 forks source link

Update .NET isolated templates for IHostApplicationBuilder #1573

Closed mattchenderson closed 1 month ago

mattchenderson commented 1 month ago

For .NET 8 and .NET 9 on the isolated worker model, instead of using the generic IHostBuilder, we should use whatever types the worker adds following the IHostApplicationBuilder model.