Skip to content

Merge pull request #29 from mregni/feature/18-lending-option #155

Merge pull request #29 from mregni/feature/18-lending-option

Merge pull request #29 from mregni/feature/18-lending-option #155

Triggered via push January 25, 2026 12:00
Status Failure
Total duration 1m 23s
Artifacts
Calculate Version
7s
Calculate Version
Test and SonarCloud Analysis
1m 9s
Test and SonarCloud Analysis
Build Multi-Arch Linux Containers
0s
Build Multi-Arch Linux Containers
Security Scan
0s
Security Scan
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
Test and SonarCloud Analysis
Process completed with exit code 1.
Test and SonarCloud Analysis: BoardGameTracker.Tests/Controllers/CountControllerTests.cs#L27
There is no argument given that corresponds to the required parameter 'loanService' of 'CountController.CountController(ILocationService, IPlayerService, IGameService, ILoanService)'
Test and SonarCloud Analysis: BoardGameTracker.Tests/Controllers/CountControllerTests.cs#L27
There is no argument given that corresponds to the required parameter 'loanService' of 'CountController.CountController(ILocationService, IPlayerService, IGameService, ILoanService)'
Test and SonarCloud Analysis
No files were found with the provided path: TestResults boardgametracker.client/coverage. No artifacts will be uploaded.
Test and SonarCloud Analysis: BoardGameTracker.Common/ValueObjects/LoanState.cs#L10
This record can't be instantiated; make its constructor 'public'. (https://rules.sonarsource.com/csharp/RSPEC-3453)
Test and SonarCloud Analysis: BoardGameTracker.Common/Entities/Session.cs#L8
Remove the member initializer, all constructors set an initial value for the member. (https://rules.sonarsource.com/csharp/RSPEC-3604)
Test and SonarCloud Analysis: BoardGameTracker.Common/Entities/Session.cs#L17
Remove the unused private setter 'set_Start'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
Test and SonarCloud Analysis: BoardGameTracker.Common/Extensions/DashboardDtoExtensions.cs#L27
All 'ToDtoList' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
Test and SonarCloud Analysis: BoardGameTracker.Common/Entities/Image.cs#L17
Remove the unused private setter 'set_Play'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
Test and SonarCloud Analysis: BoardGameTracker.Common/Entities/Helpers/PlayerSession.cs#L9
Remove the unused private setter 'set_SessionId'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
Test and SonarCloud Analysis: BoardGameTracker.Common/Entities/Loan.cs#L16
Remove the unused private setter 'set_Player'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
Test and SonarCloud Analysis: BoardGameTracker.Common/Entities/Loan.cs#L14
Remove the unused private setter 'set_Game'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
Test and SonarCloud Analysis: BoardGameTracker.Common/Entities/Loan.cs#L18
Non-nullable property 'Player' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test and SonarCloud Analysis: BoardGameTracker.Common/Entities/Loan.cs#L18
Non-nullable property 'Game' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.