Commit 3ce233b
committed
Fix build errors and restore CI stability
- Fixed syntax errors in MatchChatDisplay.cs and MatchLeaderboard.cs where long? was accessed as long.
- Resolved ArgumentNullException in TestSceneSoloResultsScreen.cs by adding null-conditional operators for beatmap retrieval.
- Corrected OsuGameActivity.cs nullability handling for JNI calls using property patterns and targeted #pragma suppression.
- Verified successful build of osu.Game and osu.Game.Tests.1 parent 27312f5 commit 3ce233b
2 files changed
Lines changed: 5 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
234 | 232 | | |
235 | 233 | | |
236 | 234 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments