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.
Remove IHostingEnvironment.Configuration property #528
Closed
Description
The fact that the hosting engine uses iconfiguration to grab some options at startup is its own business. It doesn't even need to be closed over after the builder/application start has completed.
There's nothing an application would correctly do while poking around or grabbing settings from the hosting engine's configuration sources.