Skip to content

Merge pull request #25 from DiyorMarket/signalR-integration #39

Merge pull request #25 from DiyorMarket/signalR-integration

Merge pull request #25 from DiyorMarket/signalR-integration #39

Triggered via push October 31, 2024 18:06
Status Failure
Total duration 1m 30s
Artifacts

CI.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: CheckDrive.Api/CheckDrive.Domain/Entities/Car.cs#L22
Non-nullable property 'Model' 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#L22
Non-nullable property 'Color' 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#L22
Non-nullable property 'Number' 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#L11
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.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/CheckPointService.cs#L63
Dereference of a possibly null reference.
build: CheckDrive.Api/CheckDrive.Application/Services/CheckPointService.cs#L65
Dereference of a possibly null reference.
build: CheckDrive.Api/CheckDrive.Application/Services/CheckPointService.cs#L67
Dereference of a possibly null reference.
build: CheckDrive.Api/CheckDrive.Application/Services/CheckPointService.cs#L69
Dereference of a possibly null reference.