Update integration_checkdriver.yml #27
Annotations
10 warnings
build:
CheckDrive.Web/CheckDrive.Web/Models/Dispatcher.cs#L7
Non-nullable property 'Account' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CheckDrive.Web/CheckDrive.Web/Models/Dispatcher.cs#L9
Non-nullable property 'DispetcherReviews' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CheckDrive.Web/CheckDrive.Web/Models/Technician.cs#L7
Non-nullable property 'Account' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CheckDrive.Web/CheckDrive.Web/Models/Role.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CheckDrive.Web/CheckDrive.Web/Models/Role.cs#L8
Non-nullable property 'Accounts' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CheckDrive.Web/CheckDrive.Web/Models/OperatorReview.cs#L12
Non-nullable property 'Operator' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CheckDrive.Web/CheckDrive.Web/Models/OperatorReview.cs#L14
Non-nullable property 'Driver' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CheckDrive.Web/CheckDrive.Web/Models/DispatcherReview.cs#L11
Non-nullable property 'Dispatcher' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CheckDrive.Web/CheckDrive.Web/Models/DispatcherReview.cs#L13
Non-nullable property 'Operator' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
CheckDrive.Web/CheckDrive.Web/Models/DispatcherReview.cs#L15
Non-nullable property 'Mechanic' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|