Closed mattchenderson closed 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.
IHostBuilder
IHostApplicationBuilder
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 theIHostApplicationBuilder
model.