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.
Enable passing IFileProvider into appropriate ConfigurationSources #183
Closed
Description
I want to use EmbeddedFileProvider
on IniFileConfigurationSource
but it's tightly coupled to FileSystem
as far as I can see. It would be great if this source and other appropriate ones like JsonConfigurationSource
accepted IFileProvider
to be passed in.
I can give this a go if this is something meaningful to have.