Skip to content

Implement Service entity and enhance PDF report generation features #45

Implement Service entity and enhance PDF report generation features

Implement Service entity and enhance PDF report generation features #45

Triggered via pull request June 25, 2026 01:05
Status Success
Total duration 2m 37s
Artifacts

ci.yml

on: pull_request
Code Formatting Check
33s
Code Formatting Check
Build and Unit Tests
1m 59s
Build and Unit Tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and Unit Tests: src/Voltiq.Infrastructure/Persistence/Repositories/Budget/BudgetRepository.cs#L74
Add the default parameter value defined in the overridden method.
Build and Unit Tests: src/Voltiq.Infrastructure/Persistence/Repositories/Client/ClientRepository.cs#L40
Add the default parameter value defined in the overridden method.
Build and Unit Tests: src/Voltiq.Infrastructure/Persistence/Repositories/Client/ClientRepository.cs#L20
Add the default parameter value defined in the overridden method.
Build and Unit Tests: src/Voltiq.Infrastructure/Persistence/Repositories/Material/MaterialRepository.cs#L44
Add the default parameter value defined in the overridden method.
Build and Unit Tests: src/Voltiq.Infrastructure/Persistence/Repositories/Material/MaterialRepository.cs#L27
Add the default parameter value defined in the overridden method.
Build and Unit Tests: src/Voltiq.Infrastructure/Auth/Argon2PasswordHasher.cs#L23
Rename parameter 'storedHash' to 'hash' to match the interface declaration.
Build and Unit Tests: src/Voltiq.Infrastructure/Auth/TokenService.cs#L19
JWT secret keys should not be disclosed, either in code or in configuration files.
Build and Unit Tests: src/Voltiq.Application/Features/Budgets/Commands/RegisterBudget/RegisterBudgetCommandHandler.cs#L30
Loop should be simplified by calling Select(item => item.MaterialId))
Build and Unit Tests: src/Voltiq.Application/Common/Interfaces/IAuthenticatedRequest.cs#L5
Add the 'out' keyword to parameter 'TResponse' to make it 'covariant'.
Build and Unit Tests: src/Voltiq.Domain/Entities/Budget.cs#L14
Remove the unused private setter 'set_PdfUrl'.