1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-30 09:07:25 +08:00
osu-lazer/osu.Game/Database
Dean Herbert 506409a9c4 Fix realm backup creation failing when run from RealmAccess constructor
At the point of construction, we are not on the update thread, but it
doesn't really matter at this point because there's no other usages.
2022-07-04 16:45:23 +09:00
..
BeatmapLookupCache.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
DatabaseContextFactory.cs Throw on Wait failure in a few remaining cases 2022-06-23 15:28:21 +09:00
DatabaseWriteUsage.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
EFToRealmMigrator.cs Fix realm backup creation failing when run from RealmAccess constructor 2022-07-04 16:45:23 +09:00
EmptyRealmSet.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
ICanAcceptFiles.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
IDatabaseContextFactory.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
IHasFiles.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
IHasGuidPrimaryKey.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
IHasNamedFiles.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
IHasOnlineID.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
IHasPrimaryKey.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
IHasRealmFiles.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
IModelDownloader.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
IModelFileManager.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
IModelImporter.cs Replace usages of string.To{Lower,Upper}() 2022-06-24 11:57:45 +02:00
IModelManager.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
ImportProgressNotification.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
ImportTask.cs Add note about stream provided to ImportTask being disposed implicitly 2022-06-20 15:38:44 +09:00
INamedFile.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
INamedFileInfo.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
INamedFileUsage.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
IPostNotifications.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
ISoftDelete.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
LegacyBeatmapExporter.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
LegacyBeatmapImporter.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
LegacyExporter.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
LegacyImportManager.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
LegacyModelImporter.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
LegacyScoreExporter.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
LegacyScoreImporter.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
LegacySkinExporter.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
LegacySkinImporter.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
Live.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
MemoryCachingComponent.cs Add xmldoc and update parameter naming for MemoryCachingComponent.Invalidate flow 2022-06-30 17:17:06 +09:00
ModelDownloader.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
ModelManager.cs Add assertion on realm re-fetch being not-null 2022-06-27 15:52:45 +09:00
OnlineLookupCache.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuDbContext.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
RealmAccess.cs Fix realm backup creation failing when run from RealmAccess constructor 2022-07-04 16:45:23 +09:00
RealmArchiveModelImporter.cs Include archive name in import log output 2022-06-27 15:24:25 +09:00
RealmExtensions.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
RealmFileStore.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
RealmLive.cs Fix PerformWrite not rolling back transaction on exception 2022-06-30 15:15:09 +09:00
RealmLiveUnmanaged.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
RealmObjectExtensions.cs Update parameter discards 2022-06-24 21:26:19 +09:00
UserLookupCache.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00