Updated nuget packages #73
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/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/SongPlayerService.cs#L18
Cannot convert null literal to non-nullable reference type.
|
MapMaven.Core/Services/SongPlayerService.cs#L23
Non-nullable field '_audioFile' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
MapMaven.Core/Services/SongPlayerService.cs#L23
Non-nullable field '_outputDevice' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
MapMaven.Core/Services/SongPlayerService.cs#L23
Non-nullable field 'PlaybackProgress' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
This job succeeded
Loading