Skip to content

feat(Duely): Logging #85

feat(Duely): Logging

feat(Duely): Logging #85

Triggered via pull request December 22, 2025 16:31
Status Failure
Total duration 37s
Artifacts

duely.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Test: Duely/tests/Duely.Application.Tests/Handlers/UpdateSubmissionStatusHandlerTests.cs#L42
There is no argument given that corresponds to the required parameter 'logger' of 'UpdateSubmissionStatusHandler.UpdateSubmissionStatusHandler(Context, ILogger<UpdateSubmissionStatusHandler>)'
Test: Duely/tests/Duely.Application.Tests/Handlers/RegisterHandlerTests.cs#L41
There is no argument given that corresponds to the required parameter 'logger' of 'RegisterHandler.RegisterHandler(Context, ILogger<RegisterHandler>)'
Test: Duely/tests/Duely.Application.Tests/Handlers/LoginHandlerTests.cs#L44
There is no argument given that corresponds to the required parameter 'logger' of 'LoginHandler.LoginHandler(Context, ITokenService, ILogger<LoginHandler>)'
Test: Duely/tests/Duely.Application.Tests/Handlers/SendSubmissionHandlerTests.cs#L56
There is no argument given that corresponds to the required parameter 'logger' of 'SendSubmissionHandler.SendSubmissionHandler(Context, ISubmissionRateLimiter, ILogger<SendSubmissionHandler>)'
Test: Duely/tests/Duely.Application.Tests/Handlers/TryCreateDuelHandlerTests.cs#L41
There is no argument given that corresponds to the required parameter 'logger' of 'TryCreateDuelHandler.TryCreateDuelHandler(IDuelManager, ITaskiClient, IOptions<DuelOptions>, ITaskService, Context, ILogger<TryCreateDuelHandler>)'
Test: Duely/tests/Duely.Application.Tests/Handlers/SendSubmissionHandlerTests.cs#L28
There is no argument given that corresponds to the required parameter 'logger' of 'SendSubmissionHandler.SendSubmissionHandler(Context, ISubmissionRateLimiter, ILogger<SendSubmissionHandler>)'
Test: Duely/tests/Duely.Application.Tests/Handlers/RefreshHandlerTests.cs#L22
There is no argument given that corresponds to the required parameter 'logger' of 'RefreshHandler.RefreshHandler(Context, ITokenService, ILogger<RefreshHandler>)'
Test: Duely/tests/Duely.Application.Tests/Handlers/RegisterHandlerTests.cs#L22
There is no argument given that corresponds to the required parameter 'logger' of 'RegisterHandler.RegisterHandler(Context, ILogger<RegisterHandler>)'
Test: Duely/tests/Duely.Application.Tests/Handlers/LoginHandlerTests.cs#L26
There is no argument given that corresponds to the required parameter 'logger' of 'LoginHandler.LoginHandler(Context, ITokenService, ILogger<LoginHandler>)'
Test: Duely/tests/Duely.Application.Tests/Handlers/UpdateSubmissionStatusHandlerTests.cs#L23
There is no argument given that corresponds to the required parameter 'logger' of 'UpdateSubmissionStatusHandler.UpdateSubmissionStatusHandler(Context, ILogger<UpdateSubmissionStatusHandler>)'
Test: Duely/src/Duely.Application.UseCases/Features/Duels/CheckDuelsForFinish.cs#L66
Dereference of a possibly null reference.