required #81
Annotations
11 warnings
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#L17
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
|
Test (ArenaService.Tests):
ArenaService/ActionValues/BattleActionValue.cs#L11
Non-nullable property 'Memo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Test (ArenaService.Tests):
ArenaService/ActionValues/BattleActionValue.cs#L12
Non-nullable property 'ArenaProvider' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Test (ArenaService.Tests):
ArenaService/ActionValues/BattleActionValue.cs#L14
Non-nullable property 'Costumes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Test (ArenaService.Tests):
ArenaService/ActionValues/BattleActionValue.cs#L15
Non-nullable property 'Equipments' 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/ES256KAuthenticationHandler.cs#L19
'AuthenticationHandler<AuthenticationSchemeOptions>.AuthenticationHandler(IOptionsMonitor<AuthenticationSchemeOptions>, ILoggerFactory, UrlEncoder, ISystemClock)' is obsolete: 'ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.'
|
Test (ArenaService.Tests):
ArenaService/Auth/ES256KAuthenticationHandler.cs#L84
Cannot convert null literal to non-nullable reference type.
|
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.
|