aspnet / Hosting

[Archived] Code for hosting and starting up an ASP.NET Core application. Project moved to https://github.com/aspnet/Extensions and https://github.com/aspnet/AspNetCore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecate IHostBuilder

davidfowl opened this issue · comments

In hindsight, IHostBuilder and IWebHostBuilder were mistakes. There's no need to have these be abstractions. The concrete class should be good enough. We can't do much about IWebHostBuilder right now but we can start to write extension methods on top of HostBuilder instead of IHostBuilder.

cc @Tratcher @glennc

Lets not do this for now. We'll see if it still makes sense when we move things to the generic host.