osu/osu.Game/Beatmaps
Dean Herbert ebe0cfefd8 Ensure that multiple `BeatmapSetInfo` already in realm don't cause import failures
Really this shouldn't happen but I managed to make it happen. Until this
comes up again in a way that matters, let's just fix the LINQ crash from
`SingleOrDefault`.

I've tested this to work as expected in the broken scenario.
2022-07-14 18:21:41 +09:00
..
ControlPoints Update parameter discards 2022-06-24 21:26:19 +09:00
Drawables Update parameter discards 2022-06-24 21:26:19 +09:00
Formats Enable NRT and simplify `LineBufferedReader` 2022-07-06 14:57:56 +09:00
Legacy Update parameter discards 2022-06-24 21:26:19 +09:00
Timing
APIFailTimes.cs
Beatmap.cs
BeatmapConverter.cs
BeatmapDifficulty.cs
BeatmapDifficultyCache.cs Merge branch 'master' into beatmap-update-flow 2022-06-30 16:44:17 +09:00
BeatmapImporter.cs Ensure that multiple `BeatmapSetInfo` already in realm don't cause import failures 2022-07-14 18:21:41 +09:00
BeatmapInfo.cs Merge pull request #19098 from peppy/last-played 2022-07-13 22:44:50 +09:00
BeatmapInfoExtensions.cs
BeatmapManager.cs Fix editor saving not updating `BeatmapSetInfo`'s hash 2022-07-08 02:33:14 +09:00
BeatmapMetadata.cs
BeatmapMetadataInfoExtensions.cs
BeatmapModelDownloader.cs
BeatmapOnlineLookupQueue.cs
BeatmapOnlineStatus.cs
BeatmapProcessor.cs
BeatmapSetFileInfo.cs
BeatmapSetHypeStatus.cs
BeatmapSetInfo.cs
BeatmapSetNominationStatus.cs
BeatmapSetOnlineAvailability.cs
BeatmapSetOnlineCovers.cs
BeatmapSetOnlineGenre.cs
BeatmapSetOnlineLanguage.cs
BeatmapStatistic.cs
BeatmapStatisticIcon.cs
BeatmapUpdater.cs Remove unused using statement 2022-07-07 17:59:55 +09:00
BeatmapUserSettings.cs
CountdownType.cs
DifficultyRating.cs
DifficultyRecommender.cs
DummyWorkingBeatmap.cs
EFBeatmapDifficulty.cs
EFBeatmapInfo.cs Move `GetDifficultyRating` helper method to `StarDifficulty` 2022-06-23 19:51:58 +09:00
EFBeatmapMetadata.cs
EFBeatmapSetInfo.cs
FlatFileWorkingBeatmap.cs
IBeatSyncProvider.cs
IBeatmap.cs
IBeatmapConverter.cs
IBeatmapDifficultyInfo.cs
IBeatmapInfo.cs
IBeatmapMetadataInfo.cs
IBeatmapOnlineInfo.cs Add more properties to IBeatmapOnlineInfo 2022-06-27 16:07:15 +09:00
IBeatmapProcessor.cs
IBeatmapResourceProvider.cs
IBeatmapSetInfo.cs
IBeatmapSetOnlineInfo.cs
IWorkingBeatmap.cs
IWorkingBeatmapCache.cs Remove unnecessary invalidation handling flow 2022-06-30 17:13:26 +09:00
MetadataUtils.cs
StarDifficulty.cs Guard against `NaN` star difficulty results 2022-06-29 21:02:29 +09:00
WorkingBeatmap.cs
WorkingBeatmapCache.cs Change storyboard parsing logic to not completely fail if only `.osb` read fails 2022-07-07 14:33:20 +09:00