Add fallback for invalid bank default to normal #34
Annotations
8 warnings
Compile:
osu.Game/Beatmaps/Formats/LegacyBeatmapEncoder.cs#L389
Possible null reference argument for parameter 'item' in 'bool List<string>.Contains(string item)'.
|
Compile:
osu.Game/Beatmaps/Formats/LegacyBeatmapEncoder.cs#L391
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
Compile:
osu.Game/Beatmaps/Formats/LegacyBeatmapEncoder.cs#L642
Possible null reference argument for parameter 'item' in 'int List<string>.IndexOf(string item)'.
|
Compile:
osu.Game/Beatmaps/Formats/LegacyBeatmapDecoder.cs#L623
Dereference of a possibly null reference.
|
Compile:
osu.Game/Beatmaps/Formats/LegacyBeatmapEncoder.cs#L389
Possible null reference argument for parameter 'item' in 'bool List<string>.Contains(string item)'.
|
Compile:
osu.Game/Beatmaps/Formats/LegacyBeatmapEncoder.cs#L391
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
Compile:
osu.Game/Beatmaps/Formats/LegacyBeatmapEncoder.cs#L642
Possible null reference argument for parameter 'item' in 'int List<string>.IndexOf(string item)'.
|
Compile:
osu.Game/Beatmaps/Formats/LegacyBeatmapDecoder.cs#L623
Dereference of a possibly null reference.
|
Loading