Skip to content

Create sidebar

Create sidebar #16

Triggered via pull request May 14, 2024 04:54
Status Success
Total duration 2m 17s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/Account.cs#L6
Non-nullable property 'Login' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CheckDrive.Web/CheckDrive.Web/Models/Account.cs#L7
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CheckDrive.Web/CheckDrive.Web/Models/Account.cs#L8
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.