缩小边距 #677
Annotations
10 warnings
Build:
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:
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:
osu.Game/Screens/MapGuess/MapGuessConfigScreen.cs#L210
Dereference of a possibly null reference.
|
Build:
osu.Game/Screens/MapGuess/MapGuessConfigScreen.cs#L211
Dereference of a possibly null reference.
|
Build:
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:
osu.Game/Screens/Play/HUD/HitErrorMeters/BarHitErrorMeter.cs#L92
Cannot convert null literal to non-nullable reference type.
|
Build:
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:
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:
osu.Game/Screens/MapGuess/MapGuessConfigScreen.cs#L210
Dereference of a possibly null reference.
|
Build:
osu.Game/Screens/MapGuess/MapGuessConfigScreen.cs#L211
Dereference of a possibly null reference.
|
Loading