Skip to content

Integration

Integration #49

Triggered via pull request December 17, 2024 16:36
@MirazyzzMirazyzz
synchronize #29
integration
Status Failure
Total duration 1m 3s
Artifacts

CI.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: CheckDrive.Api/CheckDrive.Domain/Entities/OilMark.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: CheckDrive.Api/CheckDrive.Domain/Entities/OilMark.cs#L12
Non-nullable property 'Cars' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: CheckDrive.Api/CheckDrive.Domain/Entities/Car.cs#L26
Non-nullable property 'AssignedDrivers' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: CheckDrive.Api/CheckDrive.Application/Mappings/CheckPointMappings.cs#L13
Dereference of a possibly null reference.
build: CheckDrive.Api/CheckDrive.Application/Services/Auth/AuthService.cs#L38
Possible null reference argument for parameter 'user' in 'Task<IList<string>> UserManager<IdentityUser>.GetRolesAsync(IdentityUser user)'.
build: CheckDrive.Api/CheckDrive.Application/Services/Review/ManagerReviewService.cs#L49
Dereference of a possibly null reference.
build: CheckDrive.Api/CheckDrive.Application/Services/DriverService.cs#L58
Dereference of a possibly null reference.
build: CheckDrive.Api/CheckDrive.Application/Services/ReviewHistoryService.cs#L37
Dereference of a possibly null reference.
build: CheckDrive.Api/CheckDrive.Application/Services/ReviewHistoryService.cs#L39
Dereference of a possibly null reference.
build: CheckDrive.Api/CheckDrive.Application/Services/ReviewHistoryService.cs#L41
Dereference of a possibly null reference.