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

Use IOptionsSnapshot instead of IOptions #59

Closed
petrsvihlik opened this issue Jul 3, 2017 · 3 comments · Fixed by #188
Closed

Use IOptionsSnapshot instead of IOptions #59

petrsvihlik opened this issue Jul 3, 2017 · 3 comments · Fixed by #188
Assignees
Labels
Milestone

Comments

@petrsvihlik
Copy link
Contributor

petrsvihlik commented Jul 3, 2017

Prerequisity

#117

Motivation

Once an app is initialized, the configuration of the SDK is set in stone. To reload the configuration (for new instances of the DeliveryClient, for example), the app needs to be restarted.

Design guidelines

Use IOptionsSnapshot instead of IOptions to allow reloading of configuration.

Resources

@petrsvihlik
Copy link
Contributor Author

or IOptionsMonitor ;)

@petrsvihlik petrsvihlik linked a pull request Feb 19, 2020 that will close this issue
5 tasks
@petrsvihlik
Copy link
Contributor Author

this is done in #188

.NET Community Backlog automation moved this from In progress to Done Mar 16, 2020
@petrsvihlik
Copy link
Contributor Author

@pokornyd pokornyd removed this from Done in .NET Community Backlog Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants