Bumps [Realm](https://github.com/realm/realm-dotnet) from 10.5.0 to 10.6.0. - [Release notes](https://github.com/realm/realm-dotnet/releases) - [Changelog](https://github.com/realm/realm-dotnet/blob/master/CHANGELOG.md) - [Commits](https://github.com/realm/realm-dotnet/compare/10.5.0...10.6.0) --- updated-dependencies: - dependency-name: Realm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Split `ArchiveModelManager` into two pieces
Refine `RealmContext` implementation
Split `BeatmapManager` into two pieces
Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
Split out `BeatmapOnlineLookupQueue` from `BeatmapManager`
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
RealmContext
IModelDownloader
ScoreManager
IPostNotifications
BeatmapManager
ArchiveModelManager
WorkingBeatmapCache
BeatmapOnlineLookupQueue
Add currently playing map to multiplayer lounge
Fix skin editor potentially crashing during close process
Hide()
As reported at https://github.com/ppy/osu/discussions/14850#discussioncomment-1399382.
Move startup concurrency check to higher level
Re-enable IPC import test
Rename JSON key resolver to better expose what it's doing
Update framework