Update osu.Game.csproj #649
Annotations
10 errors
Dotnet code style:
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)
|
Dotnet code style:
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.
|
Dotnet code style:
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.
|
Dotnet code style:
osu.Game/Screens/MapGuess/MapGuessConfigScreen.cs#L210
Dereference of a possibly null reference.
|
Dotnet code style:
osu.Game/Screens/MapGuess/MapGuessConfigScreen.cs#L211
Dereference of a possibly null reference.
|
Dotnet code style:
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.
|
Dotnet code style:
osu.Game.Tournament/Components/SongBar.cs#L192
Dereference of a possibly null reference.
|
Dotnet code style:
osu.Game.Tournament/Screens/Gameplay/GameplayScreen.cs#L361
The name 'scheduledShowRoundPreview' does not exist in the current context
|
Dotnet code style:
osu.Game.Tournament/Screens/Gameplay/GameplayScreen.cs#L371
The name 'scheduledShowRoundPreview' does not exist in the current context
|
Dotnet code style:
osu.Game.Tournament/Screens/Gameplay/GameplayScreen.cs#L373
Cannot implicitly convert type 'void' to 'bool'
|
Loading