osu/osu.Game/Database
Dean Herbert 1b4c89c418 Update realm to latest version
Contains minor changes to async usage in line with upstream API changes.

I believe a feedback issue we were seeing with offset changes (the only
component using async write flow) may have been resolved by these
upstream changes (see [release
notes](https://github.com/realm/realm-dotnet/releases/tag/10.14.0)) but
am not investigating further just yet.
2022-06-03 14:16:10 +09:00
..
BeatmapLookupCache.cs
DatabaseContextFactory.cs
DatabaseWriteUsage.cs
EFToRealmMigrator.cs Split out INotificationOverlay to allow for easier testing 2022-04-18 20:14:01 +09:00
EmptyRealmSet.cs
ICanAcceptFiles.cs
IDatabaseContextFactory.cs
IHasFiles.cs
IHasGuidPrimaryKey.cs
IHasNamedFiles.cs
IHasOnlineID.cs
IHasPrimaryKey.cs
IHasRealmFiles.cs
IModelDownloader.cs
IModelFileManager.cs
IModelImporter.cs
IModelManager.cs
ImportProgressNotification.cs
ImportTask.cs
INamedFile.cs
INamedFileInfo.cs
INamedFileUsage.cs
IPostImports.cs
IPostNotifications.cs
ISoftDelete.cs
LegacyBeatmapExporter.cs
LegacyBeatmapImporter.cs
LegacyExporter.cs Update unsafe file write usages 2022-05-16 18:05:27 +09:00
LegacyImportManager.cs Add basic test coverage of new screen 2022-05-17 18:15:14 +09:00
LegacyModelImporter.cs Fix incorrect count of beatmaps available to import 2022-05-19 14:01:24 +09:00
LegacyScoreExporter.cs
LegacyScoreImporter.cs Add safety against calling GetStableImportPaths when path doesn't exist 2022-05-17 17:33:54 +09:00
LegacySkinExporter.cs
LegacySkinImporter.cs
Live.cs
MemoryCachingComponent.cs
ModelDownloader.cs
OnlineLookupCache.cs Update OnlineLookupCache to use async version of Perform call 2022-05-30 16:13:13 +09:00
OsuDbContext.cs
RealmAccess.cs Update realm to latest version 2022-06-03 14:16:10 +09:00
RealmExtensions.cs
RealmLive.cs
RealmLiveUnmanaged.cs
RealmObjectExtensions.cs
UserLookupCache.cs