Re-implement Kestrel's configuration loading using IOptions<T> #24091
Labels
affected-very-few
This issue impacts very few customers
area-networking
Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
not-on-roadmap
severity-nice-to-have
This label is used by an internal tool
task
Milestone
Kestrel currently handles manual binding of configuration changes and instead should be using
IOptionsMonitor<T>
so that users can trigger changes to kestrel's configuration via other sources (rather than just binding to configuration changes).The text was updated successfully, but these errors were encountered: