mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Add comments marking workarounds required for EFcore 5
This commit is contained in:
@ -642,7 +642,7 @@ namespace osu.Game.Database
|
||||
{
|
||||
Filename = file.Substring(prefix.Length).ToStandardisedPath(),
|
||||
FileInfo = fileInfo,
|
||||
FileInfoID = fileInfo.ID
|
||||
FileInfoID = fileInfo.ID // workaround for efcore 5 compatibility.
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user