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

[FEATURE] Support hotreload #114

Open
lucalas opened this issue Jun 5, 2021 · 1 comment
Open

[FEATURE] Support hotreload #114

lucalas opened this issue Jun 5, 2021 · 1 comment

Comments

@lucalas
Copy link

lucalas commented Jun 5, 2021

Hi, I really appreciate your library and I'm thinking that should be really usefull if you introduce the possibility to add hot reload of the configuration.
For example:
Application is working and I want to change configuration file without restart the application, hot reload help me to achieve this goal.

@aloneguid
Copy link
Owner

I think this can be done relatively easily for files that are on local disk with FileSystemWatcher. Of course if a config is remote i.e. Key Vault it will be hard to detect changes without constantly pinging it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants