Full PSP Support #679
Annotations
20 warnings
Refresh.GameServer/Types/UserData/Leaderboard/SerializedLeaderboardResponse.cs#L21
Non-nullable property 'Scores' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Refresh.GameServer/Types/UserData/Leaderboard/SerializedLeaderboardResponse.cs#L8
Non-nullable field 'Scoreboards' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Refresh.GameServer/Types/SequentialIdStorage.cs#L7
Non-nullable property 'TypeName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
|
|
|
|
|
|
Refresh.GameServer/Endpoints/ApiV3/DataTypes/Request/ApiResetUserPasswordRequest.cs#L5
Non-nullable property 'PasswordSha512' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Refresh.GameServer/Types/UserData/Leaderboard/SerializedLeaderboardResponse.cs#L21
Non-nullable property 'Scores' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Refresh.GameServer/Types/UserData/Leaderboard/SerializedLeaderboardResponse.cs#L8
Non-nullable field 'Scoreboards' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Refresh.GameServer/Endpoints/Game/DataTypes/Response/GameUserResponse.cs#L19
Non-nullable property 'Handle' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Refresh.GameServer/Endpoints/Game/Levels/LevelEndpoints.cs#L46
Possible null reference argument for parameter 'user' in 'SerializedMinimalLevelList? LevelEndpoints.GetLevels(RequestContext context, GameDatabaseContext database, CategoryService categoryService, MatchService matchService, GameUser user, Token token, string route)'.
|
Refresh.GameServer/Endpoints/Game/Levels/LevelEndpoints.cs#L122
Possible null reference argument for parameter 'user' in 'SerializedMinimalLevelList? LevelEndpoints.GetLevels(RequestContext context, GameDatabaseContext database, CategoryService categoryService, MatchService matchService, GameUser user, Token token, string route)'.
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading