Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Dev rebase

Dev rebase #15

Triggered via pull request October 4, 2023 06:44
Status Failure
Total duration 3m 4s
Artifacts

aws.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
Build: src/SWD-Laundry-Backend.Repository/Repository/TimeScheduleRepository.cs#L10
There is no argument given that corresponds to the required parameter 'cacheLayer' of 'Repository<TimeSchedule>.Repository(AppDbContext, ICacheLayer<TimeSchedule>)'
Build: src/SWD-Laundry-Backend.Repository/Repository/TimeScheduleRepository.cs#L10
There is no argument given that corresponds to the required parameter 'cacheLayer' of 'Repository<TimeSchedule>.Repository(AppDbContext, ICacheLayer<TimeSchedule>)'
Build
Process completed with exit code 1.
Build: src/SWD-Laundry-Backend.Core/Config/SystemSettingModel.cs#L10
Possible null reference assignment.
Build: src/SWD-Laundry-Backend.Core/Config/SystemSettingModel.cs#L7
Non-nullable property 'Instance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/SWD-Laundry-Backend.Core/Config/SystemSettingModel.cs#L9
Non-nullable property 'Configs' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/SWD-Laundry-Backend.Core/Models/PaymentModel.cs#L7
Non-nullable property 'OrderModel' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/SWD-Laundry-Backend.Core/Utils/ObjHelper.cs#L47
Converting null literal or possible null value to non-nullable type.
Build: src/SWD-Laundry-Backend.Core/Utils/ObjHelper.cs#L47
Converting null literal or possible null value to non-nullable type.
Build: src/SWD-Laundry-Backend.Core/Utils/ObjHelper.cs#L55
Converting null literal or possible null value to non-nullable type.
Build: src/SWD-Laundry-Backend.Core/Utils/ObjHelper.cs#L55
Converting null literal or possible null value to non-nullable type.
Build: src/SWD-Laundry-Backend.Core/Utils/ObjHelper.cs#L60
Converting null literal or possible null value to non-nullable type.
Build: src/SWD-Laundry-Backend.Core/Utils/ObjHelper.cs#L73
Possible null reference assignment.