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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: