Add comments marking workarounds required for EFcore 5

This commit is contained in:
Dean Herbert
2021-03-15 13:29:26 +09:00
parent 2904f479c6
commit fce21f23d6
4 changed files with 4 additions and 4 deletions

View File

@ -915,7 +915,7 @@ namespace osu.Game.Tests.Visual.SongSelect
beatmaps.Add(new BeatmapInfo
{
Ruleset = ruleset,
RulesetID = ruleset.ID.GetValueOrDefault(),
RulesetID = ruleset.ID.GetValueOrDefault(), // workaround for efcore 5 compatibility.
OnlineBeatmapID = beatmapId,
Version = $"{beatmapId} (length {TimeSpan.FromMilliseconds(length):m\\:ss}, bpm {bpm:0.#})",
Length = length,