Skip to content

Update ApiClient.cs #31

Update ApiClient.cs

Update ApiClient.cs #31

Triggered via push July 1, 2024 08:59
Status Success
Total duration 44s
Artifacts

dotnet.yml

on: push
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/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.
build: CheckDrive.Web/CheckDrive.Web/Models/Account.cs#L9
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CheckDrive.Web/CheckDrive.Web/Models/Account.cs#L10
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CheckDrive.Web/CheckDrive.Web/Models/Account.cs#L13
Non-nullable property 'RoleName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CheckDrive.Web/CheckDrive.Web/Models/Account.cs#L14
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CheckDrive.Web/CheckDrive.Web/Models/Account.cs#L16
Non-nullable property 'Dispatchers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: CheckDrive.Web/CheckDrive.Web/Models/Account.cs#L17
Non-nullable property 'Operators' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.