Fix adding maps to playlist with same name as other playlist in diffe… #70
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/PlaylistService.cs#L29
Nullability of reference types in return type of 'BehaviorSubject<Playlist?> PlaylistService.SelectedPlaylist.get' doesn't match implicitly implemented member 'BehaviorSubject<Playlist> IPlaylistService.SelectedPlaylist.get'.
|
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/Models/Data/SongDuration.cs#L7
Non-nullable property 'Id' 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.
|
MapMaven.Core/Models/Data/Playlists/PlaylistSongInfo.cs#L7
Non-nullable property 'Hash' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading