You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working with configurations, sometimes they get overwritten depending on the origin. The order of the defaulting is discussable, but I think it is
read environment vars
read configuration file 1, maybe from server
read local configuration file
read arguments
and of course starting with settings that the programmer considers perfect as defaults.
@Slesa I think you can achieve similar behaviour via IConfigurationRoot/ConfigurationBuilder support. Otherwise I think the lib would require some code changes (PRs welcome) to provide such a composability.
When working with configurations, sometimes they get overwritten depending on the origin. The order of the defaulting is discussable, but I think it is
and of course starting with settings that the programmer considers perfect as defaults.
wouldn't it be nice to have a configuration chain like
Is this possible somehow?
The text was updated successfully, but these errors were encountered: