Convert `Hashtable` usage to `Dictionary<TKey, TValue`
Open
enhancement
tenet-performance
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 1.1k
- Avg merge
- 20h 23m
- Merged PRs (30d)
- 103
Description
### Is your feature request related to a problem? Please describe
Hashtable has been used all over the winforms code base.
### Describe the solution you'd like and alternatives you've considered
Refactoring to `Dictionary
Contributor guide
Assessment
This issue has not been assessed yet.