Fix leaderboard api response #182
Merged
Annotations
10 warnings
|
ArenaService/Utils/BattleActionParser.cs#L15
Cannot convert null literal to non-nullable reference type.
|
|
ArenaService/Utils/SshTunnel.cs#L130
'BaseClient.SendKeepAlive()' is obsolete: 'Use KeepAliveInterval to send a keep-alive message at regular intervals.'
|
|
ArenaService/Utils/SshTunnel.cs#L73
Nullability of reference types in type of parameter 'state' of 'void SshTunnel.CheckConnectionStatus(object state)' doesn't match the target delegate 'TimerCallback' (possibly because of nullability attributes).
|
|
ArenaService/Utils/SshTunnel.cs#L21
Non-nullable field '_keepAliveTimer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
ArenaService/Utils/TransferAssetsActionParser.cs#L15
Cannot convert null literal to non-nullable reference type.
|
|
ArenaService/Auth/ES256KAuthenticationHandler.cs#L18
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
|
|
ArenaService.Shared/Services/SeasonPreparationService.cs#L55
Dereference of a possibly null reference.
|
|
ArenaService.Shared/Jwt/BattleTokenValidator.cs#L83
Cannot convert null literal to non-nullable reference type.
|
|
ArenaService.Shared/Data/ArenaDbContext.cs#L90
'RelationalEntityTypeBuilderExtensions.HasCheckConstraint<TEntity>(EntityTypeBuilder<TEntity>, string, string?)' is obsolete: 'Configure this using ToTable(t => t.HasCheckConstraint()) instead.'
|
|
ArenaService.Shared/Data/ArenaDbContext.cs#L86
'RelationalEntityTypeBuilderExtensions.HasCheckConstraint<TEntity>(EntityTypeBuilder<TEntity>, string, string?)' is obsolete: 'Configure this using ToTable(t => t.HasCheckConstraint()) instead.'
|
The logs for this run have expired and are no longer available.
Loading