This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
Make the HostContext available to extension methods on IWebHostBuilder #1014
Closed
Description
Today it's impossible to get at the HostingContext
as an extension method on IWebHostBuilder
, this means you can't flow the IHostingEnvironment
in your extension methods that hang off the builder.
/cc @JunTaoLuo @glennc