Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update configuration to local/user level if original entry is from local too #79

Closed
kzu opened this issue Jul 30, 2021 · 0 comments
Closed
Labels
enhancement New feature or request

Comments

@kzu
Copy link
Collaborator

kzu commented Jul 30, 2021

Given:

  • When using Configuration extensions
  • Hierarchical config files
  • A local value from a .netconfig.user

When:

  • Configuration value is updated

Then:

  • Value should be updated on the .user file where the original value was read from

Motivation:

  • If the value was stored to the default location (the .netconfig file by default), a subsequent read would result in the unintuitive situation that the "old" local value would still be there, taking precedence over the just updated value, because it was saved to a lower-precedence files.
@kzu kzu added the enhancement New feature or request label Jul 30, 2021
@kzu kzu closed this as completed in 1dda52e Jul 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant