Integration #47
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/DriverService.cs#L58
Dereference of a possibly null reference.
|
build:
CheckDrive.Api/CheckDrive.Application/Services/Review/ManagerReviewService.cs#L49
Dereference of a possibly null reference.
|
build:
CheckDrive.Api/CheckDrive.Application/Services/Review/MechanicAcceptanceService.cs#L57
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.
|