Merge branch 'master' into development #59
Annotations
10 warnings
MapMaven.Core/Models/Map.cs#L75
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
MapMaven.Core/Services/Leaderboards/ILeaderboardService.cs#L17
The type 'MapMaven.Core.Models.LeaderboardProvider?' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'MapMaven.Core.Models.LeaderboardProvider?' doesn't match 'notnull' constraint.
|
MapMaven.Core/Services/Leaderboards/ILeaderboardService.cs#L20
The type 'MapMaven.Core.Models.LeaderboardProvider?' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'MapMaven.Core.Models.LeaderboardProvider?' doesn't match 'notnull' constraint.
|
MapMaven.Core/Services/Leaderboards/LeaderboardService.cs#L18
The type 'MapMaven.Core.Models.LeaderboardProvider?' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'MapMaven.Core.Models.LeaderboardProvider?' doesn't match 'notnull' constraint.
|
MapMaven.Core/Services/Leaderboards/LeaderboardService.cs#L19
The type 'MapMaven.Core.Models.LeaderboardProvider?' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'MapMaven.Core.Models.LeaderboardProvider?' doesn't match 'notnull' constraint.
|
MapMaven.Core/Utilities/BeatSaver/MapInstaller.cs#L33
Possible null reference argument for parameter 'buffer' in 'MemoryStream.MemoryStream(byte[] buffer)'.
|
MapMaven.Core/Utilities/BeatSaver/MapInstaller.cs#L41
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
MapMaven.Core/Models/Data/SongHash.cs#L9
Non-nullable property 'Hash' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
MapMaven.Core/Models/Data/Playlists/PlaylistSongInfo.cs#L5
Non-nullable property 'SongName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
MapMaven.Core/Models/Data/Playlists/PlaylistSongInfo.cs#L6
Non-nullable property 'LevelAuthorName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading