Validation_For_Create_DTOs #6
Closed
Annotations
10 warnings
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.
|
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.
|
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.
|
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.
|
CheckDrive.Api/CheckDrive.Application/Services/CheckPointService.cs#L55
Dereference of a possibly null reference.
|
CheckDrive.Api/CheckDrive.Application/Services/CheckPointService.cs#L57
Dereference of a possibly null reference.
|
CheckDrive.Api/CheckDrive.Application/Services/CheckPointService.cs#L59
Dereference of a possibly null reference.
|
CheckDrive.Api/CheckDrive.Application/Services/CheckPointService.cs#L61
Dereference of a possibly null reference.
|
CheckDrive.Api/CheckDrive.Api/Extensions/DependencyInjection.cs#L16
The using directive for 'CheckDrive.Api.Filters' appeared previously in this namespace
|
CheckDrive.Api/CheckDrive.Api/Middlewares/ErrorHandlerMiddleware.cs#L35
The given expression is never of the provided ('NotFound') type
|
The logs for this run have expired and are no longer available.
Loading