-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
area-minimalIncludes minimal APIs, endpoint filters, parameter binding, request delegate generator etcIncludes minimal APIs, endpoint filters, parameter binding, request delegate generator etcfeature-minimal-hosting
Milestone
Description
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.
Metadata
Metadata
Assignees
Labels
area-minimalIncludes minimal APIs, endpoint filters, parameter binding, request delegate generator etcIncludes minimal APIs, endpoint filters, parameter binding, request delegate generator etcfeature-minimal-hosting