Skip to content

Prepare season, next round api for admin #176

Prepare season, next round api for admin

Prepare season, next round api for admin #176

Triggered via pull request February 18, 2025 17:10
Status Success
Total duration 45s
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/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/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/Filters/AuthorizeCheckOperationFilter.cs#L13
Dereference of a possibly null reference.
Test (ArenaService.Tests): ArenaService/Controllers/UserController.cs#L103
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
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.