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

Remove Configuration.AutoUpdate #33083

Closed
halter73 opened this issue May 27, 2021 · 1 comment · Fixed by #34350
Closed

Remove Configuration.AutoUpdate #33083

halter73 opened this issue May 27, 2021 · 1 comment · Fixed by #34350
Assignees
Labels
area-minimal Includes minimal APIs, endpoint filters, parameter binding, request delegate generator etc feature-minimal-hosting
Milestone

Comments

@halter73
Copy link
Member

We should remove Configuration.AutoUpdate by using a custom ConfigurationRoot that only loads newly-added sources rather than recreating a new ConfigurationRoot that reloads all sources on every source change. The custom ConfigurationRoot avoids loading sources n^2 times as their added without introducing complicated APIs to switch between auto-update and manual update modes.

@ghost
Copy link

ghost commented Jun 2, 2021

Thanks for contacting us.

We're moving this issue to the Next sprint planning milestone for future evaluation / consideration. We would like to keep this around to collect more feedback, which can help us with prioritizing this work. We will re-evaluate this issue, during our next planning meeting(s).
If we later determine, that the issue has no community involvement, or it's very rare and low-impact issue, we will close it - so that the team can focus on more important and high impact issues.
To learn more about what to expect next and how this issue will be handled you can read more about our triage process here.

@halter73 halter73 self-assigned this Jun 24, 2021
@halter73 halter73 added this to In progress in Minimal APIs 6.0 Jul 8, 2021
Minimal APIs 6.0 automation moved this from In progress to Done Jul 14, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Aug 13, 2021
@amcasey amcasey added area-minimal Includes minimal APIs, endpoint filters, parameter binding, request delegate generator etc and removed area-runtime labels Jun 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-minimal Includes minimal APIs, endpoint filters, parameter binding, request delegate generator etc feature-minimal-hosting
Projects
No open projects
3 participants