Hi @GooRiOn you mentioned that to reload vault version update without restarting the application is pretty simple. Since it uses MemoryConfigurationSource to replace appsettings.json values , it does not support reloadOnChanges. In that case what should be the approach? should we implement IHostedService with Timer?