Re-implement Kestrel's configuration loading using IOptions<T>
Open
affected-very-few
area-networking
not-on-roadmap
severity-nice-to-have
task
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 290
Description
Kestrel currently handles manual binding of configuration changes and instead should be using `IOptionsMonitor` so that users can trigger changes to kestrel's configuration via other sources (rather than just binding to configuration changes).
Contributor guide
Assessment
This issue has not been assessed yet.