Skip to content

Navigation to person page #21

Navigation to person page

Navigation to person page #21

Triggered via pull request June 14, 2024 13:57
Status Success
Total duration 40s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: CheckDrive.Web/CheckDrive.Web/Controllers/OperatorsController.cs#L22
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
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/Operator.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/Operator.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/Operator.cs#L10
Non-nullable property 'OperatorReviews' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CheckDrive.Web/CheckDrive.Web/Models/MechanicHandover.cs#L12
Non-nullable property 'Mechanic' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.