DI Config
Open
enhancement
- Dominant language
- C#
- Stars
- 219
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Config is currently a static class that can be changed at any time. It would be nice if it was instead injected where it's needed.
The issue is that it would need to be fed through a lot of layers, up to 6.
A DI framework would shine here, but it's not worth it.
Contributor guide
Assessment
This issue has not been assessed yet.