This repository was archived by the owner on Dec 18, 2018. It is now read-only.
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
Add BasePath to IConfigurationSourceRoot #159
Closed
Description
Today we have PathResolver that uses statics to figure out the ApplicationBasePath. Instead maybe we should force users to pass a BasePath to the Configuration object so that it can flow that information to sources that require it. This would decouple the Configuration library from any one platform.