score #43
Annotations
2 errors and 11 warnings
Test (ArenaService.Tests):
ArenaService.Tests/Controllers/LeaderboardControllerTests.cs#L14
The type or namespace name 'ILeaderboardRepository' could not be found (are you missing a using directive or an assembly reference?)
|
Test (ArenaService.Tests)
Process completed with exit code 1.
|
Test (ArenaService.Tests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test (ArenaService.Tests):
ArenaService/Auth/ES256KAuthenticationHandler.cs#L18
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
|
Test (ArenaService.Tests):
ArenaService/Auth/ES256KAuthenticationHandler.cs#L20
'AuthenticationHandler<AuthenticationSchemeOptions>.AuthenticationHandler(IOptionsMonitor<AuthenticationSchemeOptions>, ILoggerFactory, UrlEncoder, ISystemClock)' is obsolete: 'ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.'
|
Test (ArenaService.Tests):
ArenaService/Models/AvailableOpponent.cs#L32
Non-nullable property 'CostPaid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Test (ArenaService.Tests):
ArenaService/Auth/AuthorizeCheckOperationFilter.cs#L13
Dereference of a possibly null reference.
|
Test (ArenaService.Tests):
ArenaService/Auth/ES256KAuthenticationHandler.cs#L85
Cannot convert null literal to non-nullable reference type.
|
Test (ArenaService.Tests):
ArenaService/Auth/ES256KAuthenticationHandler.cs#L86
Cannot convert null literal to non-nullable reference type.
|
Test (ArenaService.Tests):
ArenaService/Auth/ES256KAuthenticationHandler.cs#L87
Cannot convert null literal to non-nullable reference type.
|
Test (ArenaService.Tests):
ArenaService/Auth/ES256KAuthenticationHandler.cs#L88
Cannot convert null literal to non-nullable reference type.
|
Test (ArenaService.Tests):
ArenaService/Auth/ES256KAuthenticationHandler.cs#L89
Cannot convert null literal to non-nullable reference type.
|
Test (ArenaService.Tests):
ArenaService/Auth/ES256KAuthenticationHandler.cs#L90
Cannot convert null literal to non-nullable reference type.
|