Merge pull request #43 from DiyorMarket/roma #110
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
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/Services/Reports/ReportService.cs#L7
Parameter 'context' is unread.
|
build:
CheckDrive.Api/CheckDrive.Application/Services/DriverService.cs#L60
Dereference of a possibly null reference.
|
build:
CheckDrive.Api/CheckDrive.Application/Mappings/CheckPointMappings.cs#L21
Dereference of a possibly null reference.
|
build:
CheckDrive.Api/CheckDrive.Application/Services/CheckPointService.cs#L37
Dereference of a possibly null reference.
|
build:
CheckDrive.Api/CheckDrive.Application/Services/CheckPointService.cs#L39
Dereference of a possibly null reference.
|
build:
CheckDrive.Api/CheckDrive.Application/Services/CheckPointService.cs#L41
Dereference of a possibly null reference.
|
build:
CheckDrive.Api/CheckDrive.Application/Services/CheckPointService.cs#L43
Dereference of a possibly null reference.
|