1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-12 19:32:55 +08:00
osu-lazer/osu.Game.Tests
Dean Herbert 14273824dc
Fix Carousel.FilterAsync not working when called from a non-update thread
I was trying to be smart about things and make use of our
`SynchronisationContext` setup, but it turns out to not work in all
cases due to the context being missing depending on where you are
calling the method from.

For now let's prefer the "works everywhere" method of scheduling the
final work back to update.
2025-02-05 16:40:11 +09:00
..
Audio
Beatmaps Merge pull request #31306 from bdach/aspire-slider-breakage 2025-01-07 11:50:18 +09:00
Chat Avoid ChatAckRequest failures flooding console in OsuGameTestScenes 2024-05-30 17:37:55 +09:00
Collections/IO Automated pass 2023-06-24 01:00:03 +09:00
Database Merge branch 'master' into beatmap-info-purge 2024-11-22 18:47:32 +09:00
Editing Extend test coverage with combo index correctness checks 2025-01-08 10:28:04 +01:00
Extensions
Gameplay Make CreateJudgement public again and add remarks 2024-02-16 20:24:02 +03:00
Input Rename enum to non-plural now that it won't conflict 2024-10-01 19:55:46 +09:00
Localisation Automated pass 2023-06-24 01:00:03 +09:00
Models Make ScoreInfo.BeatmapInfo nullable 2023-07-04 14:50:34 +09:00
Mods Add failing test coverage 2024-07-30 08:39:01 +02:00
NonVisual Add fail cases to unstable rate incremental testing 2025-01-29 17:10:05 +09:00
Online Fix NRT inspections 2024-08-30 13:41:34 +02:00
OnlinePlay Enable NRT for multiplayer and playlists 2024-11-21 20:32:09 +09:00
Resources Merge spectator list classes into one skinnable 2025-01-17 11:23:14 +01:00
Rulesets Make CreateJudgement public again and add remarks 2024-02-16 20:24:02 +03:00
Scores/IO Add failing tests for looking up users by online ID if present when importing scores 2024-05-06 13:24:24 +02:00
ScrollAlgorithms
Skins Fix skin deserialisation test 2025-01-16 15:34:49 +01:00
Testing Add missing ruleset shader tests 2023-05-02 11:55:05 +03:00
Utils Merge branch 'master' into selection-center 2024-09-27 09:30:36 +02:00
Visual Fix Carousel.FilterAsync not working when called from a non-update thread 2025-02-05 16:40:11 +09:00
CodeAnalysis.tests.globalconfig Convert legacy ruleset to globalconfig 2024-11-28 19:34:56 +08:00
ImportTest.cs Fix ImportTest.TestOsuGameBase having null ruleset 2024-02-11 11:16:54 +03:00
osu.Game.Tests.csproj Upgrade more packages again 2025-01-08 03:13:11 +09:00
WaveformTestBeatmap.cs Refactor IWorkingBeatmap.Background to GetBackground() 2023-06-08 16:19:32 +09:00