Skip to content

Add property to driver #30

Add property to driver

Add property to driver #30

Triggered via pull request October 19, 2024 15:39
Status Failure
Total duration 1m 47s
Artifacts

CI.yml

on: pull_request
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#L21
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#L21
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#L21
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/CheckPointService.cs#L55
Dereference of a possibly null reference.
build: CheckDrive.Api/CheckDrive.Application/Services/CheckPointService.cs#L57
Dereference of a possibly null reference.
build: CheckDrive.Api/CheckDrive.Application/Services/CheckPointService.cs#L59
Dereference of a possibly null reference.
build: CheckDrive.Api/CheckDrive.Application/Services/CheckPointService.cs#L61
Dereference of a possibly null reference.
build: CheckDrive.Api/Tests/CheckDrive.Tests.Unit/Services/DoctorReviewServiceTests.cs#L103
Converting null literal or possible null value to non-nullable type.
build: CheckDrive.Api/CheckDrive.Domain/Entities/Car.cs#L21
Non-nullable property 'Model' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.