.NET Platform Extensions 7 introduced a new way of creating host builders using Host.CreateApplicationBuilder(), which returns a HostApplicationBuilder object. The extension methods on the project only work on IHostBuilder, though.
Is there any chance this new API will be supported?
Documentation: https://learn.microsoft.com/en-us/dotnet/core/extensions/generic-host?tabs=appbuilder
.NET Platform Extensions 7 introduced a new way of creating host builders using
Host.CreateApplicationBuilder(), which returns aHostApplicationBuilderobject. The extension methods on the project only work onIHostBuilder, though.Is there any chance this new API will be supported?
Documentation: https://learn.microsoft.com/en-us/dotnet/core/extensions/generic-host?tabs=appbuilder