Prevents potential multiple evaluations of enumerable.
Add a default ruleset to `OsuTestCase` to cover testing scenarios.
Also decouples the bindable at SongSelect, where it is debounced in line with the carousel being updated.
Resolves #2240.
also made the method actually take types as parameter to make it consistent
Resolves #2018. Closes #2079.
Removes mod application when exiting back to main menu. Alternative to #1968. Closes #1961.
- [ ] Depends on #1711 to get correct global binding handling.