aspnet / MicrosoftConfigurationBuilders

Microsoft.Configuration.Builders
MIT License
118 stars 61 forks source link

Try using the current configuration before CM #210

Closed StephenMolloy closed 1 year ago

StephenMolloy commented 1 year ago

When looking for section handlers, we had just been through ConfigurationManager. However, we know using CM is not the right way to go in the 'OpenConfig' scenario. So try getting the section handler section from the current config system attached to the section being processed before falling back to ConfigManager.