Skip to content

Add policy validation #182

Add policy validation

Add policy validation #182

Triggered via pull request February 20, 2025 05:49
Status Success
Total duration 42s
Artifacts

test.yaml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Test (ArenaService.Tests): ArenaService/Auth/ES256KAuthenticationHandler.cs#L18
'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#L20
'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#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.