Skip to content

Update integration_checkdriver.yml #27

Update integration_checkdriver.yml

Update integration_checkdriver.yml #27

Triggered via push June 29, 2024 14:08
Status Success
Total duration 46s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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.