Integration #102
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
CheckDrive.Web/CheckDrive.Web/Controllers/ErrorController.cs#L24
'ErrorController.Unauthorized()' hides inherited member 'ControllerBase.Unauthorized()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build:
CheckDrive.Web/CheckDrive.Web/Controllers/ErrorController.cs#L34
'ErrorController.NotFound()' hides inherited member 'ControllerBase.NotFound()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
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/Controllers/AuthController.cs#L28
Converting null literal or possible null value to non-nullable type.
|
build:
CheckDrive.Web/CheckDrive.Web/Models/Technician.cs#L7
Non-nullable property 'Account' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
|