5秒改为30秒 #688
ci.yml
on: push
Code Quality
2m 27s
Build only (Android)
54s
Build only (iOS)
2m 38s
Matrix: Test
Annotations
51 errors and 14 warnings
Build only (Android)
Process completed with exit code 1.
|
Test (Linux, ubuntu-latest, SingleThread):
osu.Game/Screens/ReplayVs/ReplayVsSelectScreen.cs#L180
Argument of type 'Score?[]' cannot be used for parameter 'teamRedScores' of type 'Score[]' in 'ReplayVsScreen.ReplayVsScreen(Score[] teamRedScores, Score[] teamBlueScores, WorkingBeatmap beatmap)' due to differences in the nullability of reference types.
|
Test (Linux, ubuntu-latest, SingleThread):
osu.Game/Screens/ReplayVs/ReplayVsSelectScreen.cs#L180
Argument of type 'Score?[]' cannot be used for parameter 'teamBlueScores' of type 'Score[]' in 'ReplayVsScreen.ReplayVsScreen(Score[] teamRedScores, Score[] teamBlueScores, WorkingBeatmap beatmap)' due to differences in the nullability of reference types.
|
Test (Linux, ubuntu-latest, SingleThread):
osu.Game/Screens/MapGuess/MapGuessConfigScreen.cs#L210
Dereference of a possibly null reference.
|
Test (Linux, ubuntu-latest, SingleThread):
osu.Game/Screens/MapGuess/MapGuessConfigScreen.cs#L211
Dereference of a possibly null reference.
|
Test (Linux, ubuntu-latest, SingleThread):
osu.Game/Screens/MapGuess/MapGuessConfigScreen.cs#L219
Argument of type 'BeatmapSetInfo?[]' cannot be used for parameter 'beatmapSets' of type 'BeatmapSetInfo[]' in 'MapGuessGameScreen.MapGuessGameScreen(MapGuessConfig config, BeatmapSetInfo[] beatmapSets)' due to differences in the nullability of reference types.
|
Test (Linux, ubuntu-latest, SingleThread):
osu.Game/Screens/Play/HUD/HitErrorMeters/BarHitErrorMeter.cs#L92
Cannot convert null literal to non-nullable reference type.
|
Test (Linux, ubuntu-latest, SingleThread):
osu.Game.Tournament/TournamentSceneManager.cs#L63
The type or namespace name 'RefCountedBackbufferProvider' could not be found (are you missing a using directive or an assembly reference?)
|
Test (Linux, ubuntu-latest, SingleThread):
osu.Game.Tournament/Components/TournamentMatchChatDisplay.cs#L99
Argument of type 'Bindable<Channel>' cannot be used for parameter 'them' of type 'Bindable<Channel?>' in 'void Bindable<Channel?>.BindTo(Bindable<Channel?> them)' due to differences in the nullability of reference types.
|
Test (Linux, ubuntu-latest, SingleThread):
osu.Game.Tournament/Components/SongBar.cs#L155
The type or namespace name 'BackdropBlurContainer' could not be found (are you missing a using directive or an assembly reference?)
|
Test (Linux, ubuntu-latest, SingleThread):
osu.Game.Tournament/Components/SongBar.cs#L415
Dereference of a possibly null reference.
|
Test (Linux, ubuntu-latest, MultiThreaded):
osu.Game/Screens/ReplayVs/ReplayVsSelectScreen.cs#L180
Argument of type 'Score?[]' cannot be used for parameter 'teamRedScores' of type 'Score[]' in 'ReplayVsScreen.ReplayVsScreen(Score[] teamRedScores, Score[] teamBlueScores, WorkingBeatmap beatmap)' due to differences in the nullability of reference types.
|
Test (Linux, ubuntu-latest, MultiThreaded):
osu.Game/Screens/ReplayVs/ReplayVsSelectScreen.cs#L180
Argument of type 'Score?[]' cannot be used for parameter 'teamBlueScores' of type 'Score[]' in 'ReplayVsScreen.ReplayVsScreen(Score[] teamRedScores, Score[] teamBlueScores, WorkingBeatmap beatmap)' due to differences in the nullability of reference types.
|
Test (Linux, ubuntu-latest, MultiThreaded):
osu.Game/Screens/MapGuess/MapGuessConfigScreen.cs#L210
Dereference of a possibly null reference.
|
Test (Linux, ubuntu-latest, MultiThreaded):
osu.Game/Screens/MapGuess/MapGuessConfigScreen.cs#L211
Dereference of a possibly null reference.
|
Test (Linux, ubuntu-latest, MultiThreaded):
osu.Game/Screens/MapGuess/MapGuessConfigScreen.cs#L219
Argument of type 'BeatmapSetInfo?[]' cannot be used for parameter 'beatmapSets' of type 'BeatmapSetInfo[]' in 'MapGuessGameScreen.MapGuessGameScreen(MapGuessConfig config, BeatmapSetInfo[] beatmapSets)' due to differences in the nullability of reference types.
|
Test (Linux, ubuntu-latest, MultiThreaded):
osu.Game/Screens/Play/HUD/HitErrorMeters/BarHitErrorMeter.cs#L92
Cannot convert null literal to non-nullable reference type.
|
Test (Linux, ubuntu-latest, MultiThreaded):
osu.Game.Tournament/TournamentSceneManager.cs#L63
The type or namespace name 'RefCountedBackbufferProvider' could not be found (are you missing a using directive or an assembly reference?)
|
Test (Linux, ubuntu-latest, MultiThreaded):
osu.Game.Tournament/Components/TournamentMatchChatDisplay.cs#L99
Argument of type 'Bindable<Channel>' cannot be used for parameter 'them' of type 'Bindable<Channel?>' in 'void Bindable<Channel?>.BindTo(Bindable<Channel?> them)' due to differences in the nullability of reference types.
|
Test (Linux, ubuntu-latest, MultiThreaded):
osu.Game.Tournament/Components/SongBar.cs#L155
The type or namespace name 'BackdropBlurContainer' could not be found (are you missing a using directive or an assembly reference?)
|
Test (Linux, ubuntu-latest, MultiThreaded):
osu.Game.Tournament/Components/SongBar.cs#L415
Dereference of a possibly null reference.
|
Code Quality:
osu.Game.Resources.Custom/CustomResources.cs#L1
A source file is missing a required header. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0073)
|
Code Quality:
osu.Game/Screens/ReplayVs/ReplayVsSelectScreen.cs#L180
Argument of type 'Score?[]' cannot be used for parameter 'teamRedScores' of type 'Score[]' in 'ReplayVsScreen.ReplayVsScreen(Score[] teamRedScores, Score[] teamBlueScores, WorkingBeatmap beatmap)' due to differences in the nullability of reference types.
|
Code Quality:
osu.Game/Screens/ReplayVs/ReplayVsSelectScreen.cs#L180
Argument of type 'Score?[]' cannot be used for parameter 'teamBlueScores' of type 'Score[]' in 'ReplayVsScreen.ReplayVsScreen(Score[] teamRedScores, Score[] teamBlueScores, WorkingBeatmap beatmap)' due to differences in the nullability of reference types.
|
Code Quality:
osu.Game/Screens/MapGuess/MapGuessConfigScreen.cs#L210
Dereference of a possibly null reference.
|
Code Quality:
osu.Game/Screens/MapGuess/MapGuessConfigScreen.cs#L211
Dereference of a possibly null reference.
|
Code Quality:
osu.Game/Screens/MapGuess/MapGuessConfigScreen.cs#L219
Argument of type 'BeatmapSetInfo?[]' cannot be used for parameter 'beatmapSets' of type 'BeatmapSetInfo[]' in 'MapGuessGameScreen.MapGuessGameScreen(MapGuessConfig config, BeatmapSetInfo[] beatmapSets)' due to differences in the nullability of reference types.
|
Code Quality:
osu.Game/Screens/Play/HUD/HitErrorMeters/BarHitErrorMeter.cs#L92
Cannot convert null literal to non-nullable reference type.
|
Code Quality:
osu.Game.Tournament/TournamentSceneManager.cs#L63
The type or namespace name 'RefCountedBackbufferProvider' could not be found (are you missing a using directive or an assembly reference?)
|
Code Quality:
osu.Game.Tournament/Components/TournamentMatchChatDisplay.cs#L99
Argument of type 'Bindable<Channel>' cannot be used for parameter 'them' of type 'Bindable<Channel?>' in 'void Bindable<Channel?>.BindTo(Bindable<Channel?> them)' due to differences in the nullability of reference types.
|
Code Quality:
osu.Game.Tournament/Screens/Gameplay/GameplayScreen.cs#L306
Non-nullable field 'supporterSprite' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Test (Windows, windows-latest, SingleThread):
osu.Game/Screens/ReplayVs/ReplayVsSelectScreen.cs#L180
Argument of type 'Score?[]' cannot be used for parameter 'teamRedScores' of type 'Score[]' in 'ReplayVsScreen.ReplayVsScreen(Score[] teamRedScores, Score[] teamBlueScores, WorkingBeatmap beatmap)' due to differences in the nullability of reference types.
|
Test (Windows, windows-latest, SingleThread):
osu.Game/Screens/ReplayVs/ReplayVsSelectScreen.cs#L180
Argument of type 'Score?[]' cannot be used for parameter 'teamBlueScores' of type 'Score[]' in 'ReplayVsScreen.ReplayVsScreen(Score[] teamRedScores, Score[] teamBlueScores, WorkingBeatmap beatmap)' due to differences in the nullability of reference types.
|
Test (Windows, windows-latest, SingleThread):
osu.Game/Screens/Play/HUD/HitErrorMeters/BarHitErrorMeter.cs#L92
Cannot convert null literal to non-nullable reference type.
|
Test (Windows, windows-latest, SingleThread):
osu.Game/Screens/MapGuess/MapGuessConfigScreen.cs#L210
Dereference of a possibly null reference.
|
Test (Windows, windows-latest, SingleThread):
osu.Game/Screens/MapGuess/MapGuessConfigScreen.cs#L211
Dereference of a possibly null reference.
|
Test (Windows, windows-latest, SingleThread):
osu.Game/Screens/MapGuess/MapGuessConfigScreen.cs#L219
Argument of type 'BeatmapSetInfo?[]' cannot be used for parameter 'beatmapSets' of type 'BeatmapSetInfo[]' in 'MapGuessGameScreen.MapGuessGameScreen(MapGuessConfig config, BeatmapSetInfo[] beatmapSets)' due to differences in the nullability of reference types.
|
Test (Windows, windows-latest, SingleThread):
osu.Game.Tournament/TournamentSceneManager.cs#L63
The type or namespace name 'RefCountedBackbufferProvider' could not be found (are you missing a using directive or an assembly reference?)
|
Test (Windows, windows-latest, SingleThread):
osu.Game.Tournament/Components/TournamentMatchChatDisplay.cs#L99
Argument of type 'Bindable<Channel>' cannot be used for parameter 'them' of type 'Bindable<Channel?>' in 'void Bindable<Channel?>.BindTo(Bindable<Channel?> them)' due to differences in the nullability of reference types.
|
Test (Windows, windows-latest, SingleThread):
osu.Game.Tournament/Screens/Gameplay/GameplayScreen.cs#L306
Non-nullable field 'supporterSprite' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Test (Windows, windows-latest, SingleThread):
osu.Game.Tournament/Screens/Gameplay/Components/RoundInformation/TBMapBox.cs#L25
Dereference of a possibly null reference.
|
Test (Windows, windows-latest, MultiThreaded):
osu.Game/Screens/ReplayVs/ReplayVsSelectScreen.cs#L180
Argument of type 'Score?[]' cannot be used for parameter 'teamRedScores' of type 'Score[]' in 'ReplayVsScreen.ReplayVsScreen(Score[] teamRedScores, Score[] teamBlueScores, WorkingBeatmap beatmap)' due to differences in the nullability of reference types.
|
Test (Windows, windows-latest, MultiThreaded):
osu.Game/Screens/ReplayVs/ReplayVsSelectScreen.cs#L180
Argument of type 'Score?[]' cannot be used for parameter 'teamBlueScores' of type 'Score[]' in 'ReplayVsScreen.ReplayVsScreen(Score[] teamRedScores, Score[] teamBlueScores, WorkingBeatmap beatmap)' due to differences in the nullability of reference types.
|
Test (Windows, windows-latest, MultiThreaded):
osu.Game/Screens/Play/HUD/HitErrorMeters/BarHitErrorMeter.cs#L92
Cannot convert null literal to non-nullable reference type.
|
Test (Windows, windows-latest, MultiThreaded):
osu.Game/Screens/MapGuess/MapGuessConfigScreen.cs#L210
Dereference of a possibly null reference.
|
Test (Windows, windows-latest, MultiThreaded):
osu.Game/Screens/MapGuess/MapGuessConfigScreen.cs#L211
Dereference of a possibly null reference.
|
Test (Windows, windows-latest, MultiThreaded):
osu.Game/Screens/MapGuess/MapGuessConfigScreen.cs#L219
Argument of type 'BeatmapSetInfo?[]' cannot be used for parameter 'beatmapSets' of type 'BeatmapSetInfo[]' in 'MapGuessGameScreen.MapGuessGameScreen(MapGuessConfig config, BeatmapSetInfo[] beatmapSets)' due to differences in the nullability of reference types.
|
Test (Windows, windows-latest, MultiThreaded):
osu.Game.Tournament/TournamentSceneManager.cs#L63
The type or namespace name 'RefCountedBackbufferProvider' could not be found (are you missing a using directive or an assembly reference?)
|
Test (Windows, windows-latest, MultiThreaded):
osu.Game.Tournament/Components/TournamentMatchChatDisplay.cs#L99
Argument of type 'Bindable<Channel>' cannot be used for parameter 'them' of type 'Bindable<Channel?>' in 'void Bindable<Channel?>.BindTo(Bindable<Channel?> them)' due to differences in the nullability of reference types.
|
Test (Windows, windows-latest, MultiThreaded):
osu.Game.Tournament/Components/SongBar.cs#L155
The type or namespace name 'BackdropBlurContainer' could not be found (are you missing a using directive or an assembly reference?)
|
Test (Windows, windows-latest, MultiThreaded):
osu.Game.Tournament/Components/SongBar.cs#L415
Dereference of a possibly null reference.
|
Test (Linux, ubuntu-latest, SingleThread)
No files were found with the provided path: /home/runner/work/osu/osu/TestResults/TestResults-Linux-SingleThread.trx. No artifacts will be uploaded.
|
Test (Linux, ubuntu-latest, MultiThreaded)
No files were found with the provided path: /home/runner/work/osu/osu/TestResults/TestResults-Linux-MultiThreaded.trx. No artifacts will be uploaded.
|
Build only (iOS):
osu.Game/Screens/ReplayVs/ReplayVsSelectScreen.cs#L180
Argument of type 'Score?[]' cannot be used for parameter 'teamRedScores' of type 'Score[]' in 'ReplayVsScreen.ReplayVsScreen(Score[] teamRedScores, Score[] teamBlueScores, WorkingBeatmap beatmap)' due to differences in the nullability of reference types.
|
Build only (iOS):
osu.Game/Screens/ReplayVs/ReplayVsSelectScreen.cs#L180
Argument of type 'Score?[]' cannot be used for parameter 'teamBlueScores' of type 'Score[]' in 'ReplayVsScreen.ReplayVsScreen(Score[] teamRedScores, Score[] teamBlueScores, WorkingBeatmap beatmap)' due to differences in the nullability of reference types.
|
Build only (iOS):
osu.Game/Screens/MapGuess/MapGuessConfigScreen.cs#L210
Dereference of a possibly null reference.
|
Build only (iOS):
osu.Game/Screens/MapGuess/MapGuessConfigScreen.cs#L211
Dereference of a possibly null reference.
|
Build only (iOS):
osu.Game/Screens/MapGuess/MapGuessConfigScreen.cs#L219
Argument of type 'BeatmapSetInfo?[]' cannot be used for parameter 'beatmapSets' of type 'BeatmapSetInfo[]' in 'MapGuessGameScreen.MapGuessGameScreen(MapGuessConfig config, BeatmapSetInfo[] beatmapSets)' due to differences in the nullability of reference types.
|
Build only (iOS):
osu.Game/Screens/Play/HUD/HitErrorMeters/BarHitErrorMeter.cs#L92
Cannot convert null literal to non-nullable reference type.
|
Build only (iOS):
osu.Game/Screens/ReplayVs/ReplayVsSelectScreen.cs#L180
Argument of type 'Score?[]' cannot be used for parameter 'teamRedScores' of type 'Score[]' in 'ReplayVsScreen.ReplayVsScreen(Score[] teamRedScores, Score[] teamBlueScores, WorkingBeatmap beatmap)' due to differences in the nullability of reference types.
|
Build only (iOS):
osu.Game/Screens/ReplayVs/ReplayVsSelectScreen.cs#L180
Argument of type 'Score?[]' cannot be used for parameter 'teamBlueScores' of type 'Score[]' in 'ReplayVsScreen.ReplayVsScreen(Score[] teamRedScores, Score[] teamBlueScores, WorkingBeatmap beatmap)' due to differences in the nullability of reference types.
|
Build only (iOS):
osu.Game/Screens/MapGuess/MapGuessConfigScreen.cs#L210
Dereference of a possibly null reference.
|
Build only (iOS):
osu.Game/Screens/MapGuess/MapGuessConfigScreen.cs#L211
Dereference of a possibly null reference.
|
Test (Windows, windows-latest, SingleThread)
No files were found with the provided path: D:\a\osu\osu/TestResults/TestResults-Windows-SingleThread.trx. No artifacts will be uploaded.
|
Test (Windows, windows-latest, MultiThreaded)
No files were found with the provided path: D:\a\osu\osu/TestResults/TestResults-Windows-MultiThreaded.trx. No artifacts will be uploaded.
|