Merge pull request #29 from mregni/feature/18-lending-option #155
publish-container-dev.yml
on: push
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.
|