Skip to content

improved process-payment page #291

improved process-payment page

improved process-payment page #291

Triggered via push November 10, 2023 03:29
Status Failure
Total duration 2m 52s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

deploy-ftp.yml

on: push
.NET Test
20s
.NET Test
Deploy Office App
33s
Deploy Office App
Deploy Web API
1m 31s
Deploy Web API
Deploy Identity Server
1m 31s
Deploy Identity Server
Deploy Admin App
2m 9s
Deploy Admin App
Fit to window
Zoom out
Zoom in

Annotations

1 error and 21 warnings
Deploy Office App
Process completed with exit code 3.
Deploy Identity Server
The following actions uses node12 which is deprecated and will be forced to run on node16: SamKirkland/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Deploy Identity Server: src/Core/Logistics.Domain/Specifications/SearchUsers.cs#L13
Nullability of reference types in value of type 'Expression<Func<User, object>>' doesn't match target type 'Expression<Func<User, object?>>'.
Deploy Identity Server: src/Core/Logistics.Domain/Specifications/SearchTrucks.cs#L13
Nullability of reference types in value of type 'Expression<Func<Truck, object>>' doesn't match target type 'Expression<Func<Truck, object?>>'.
Deploy Identity Server: src/Core/Logistics.Domain/Specifications/SearchTenants.cs#L14
Nullability of reference types in value of type 'Expression<Func<Tenant, object>>' doesn't match target type 'Expression<Func<Tenant, object?>>'.
Deploy Identity Server: src/Core/Logistics.Domain/Specifications/SearchLoads.cs#L14
Nullability of reference types in value of type 'Expression<Func<Load, object>>' doesn't match target type 'Expression<Func<Load, object?>>'.
Deploy Identity Server: src/Core/Logistics.Domain/Specifications/GetPayrolls.cs#L14
Nullability of reference types in value of type 'Expression<Func<Payroll, object>>' doesn't match target type 'Expression<Func<Payroll, object?>>'.
Deploy Identity Server: src/Core/Logistics.Domain/Specifications/SearchCustomers.cs#L13
Nullability of reference types in value of type 'Expression<Func<Customer, object>>' doesn't match target type 'Expression<Func<Customer, object?>>'.
Deploy Identity Server: src/Core/Logistics.Domain/Specifications/SearchEmployees.cs#L13
Nullability of reference types in value of type 'Expression<Func<Employee, object>>' doesn't match target type 'Expression<Func<Employee, object?>>'.
Deploy Identity Server: src/Server/Logistics.IdentityServer/Pages/Account/Login/Index.cshtml.cs#L73
Possible null reference argument for parameter 'request' in 'Task IIdentityServerInteractionService.DenyAuthorizationAsync(AuthorizationRequest request, AuthorizationError error, string? errorDescription = null)'.
Deploy Web API
The following actions uses node12 which is deprecated and will be forced to run on node16: SamKirkland/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Deploy Web API: src/Core/Logistics.Domain/Specifications/SearchUsers.cs#L13
Nullability of reference types in value of type 'Expression<Func<User, object>>' doesn't match target type 'Expression<Func<User, object?>>'.
Deploy Web API: src/Core/Logistics.Domain/Specifications/SearchTrucks.cs#L13
Nullability of reference types in value of type 'Expression<Func<Truck, object>>' doesn't match target type 'Expression<Func<Truck, object?>>'.
Deploy Web API: src/Core/Logistics.Domain/Specifications/GetPayrolls.cs#L14
Nullability of reference types in value of type 'Expression<Func<Payroll, object>>' doesn't match target type 'Expression<Func<Payroll, object?>>'.
Deploy Web API: src/Core/Logistics.Domain/Specifications/SearchTenants.cs#L14
Nullability of reference types in value of type 'Expression<Func<Tenant, object>>' doesn't match target type 'Expression<Func<Tenant, object?>>'.
Deploy Web API: src/Core/Logistics.Domain/Specifications/SearchCustomers.cs#L13
Nullability of reference types in value of type 'Expression<Func<Customer, object>>' doesn't match target type 'Expression<Func<Customer, object?>>'.
Deploy Web API: src/Core/Logistics.Domain/Specifications/SearchEmployees.cs#L13
Nullability of reference types in value of type 'Expression<Func<Employee, object>>' doesn't match target type 'Expression<Func<Employee, object?>>'.
Deploy Web API: src/Core/Logistics.Domain/Specifications/SearchLoads.cs#L14
Nullability of reference types in value of type 'Expression<Func<Load, object>>' doesn't match target type 'Expression<Func<Load, object?>>'.
Deploy Web API: src/Core/Logistics.Application.Tenant/Extensions/PushNotificationExtensions.cs#L31
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern 'Logistics.Shared.Enums.LoadStatus.Dispatched' is not covered.
Deploy Web API: src/Core/Logistics.Application.Tenant/Queries/Stats/GetTrucksStatsList/GetTruckStatsListHandler.cs#L80
Non-nullable property 'Drivers' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Deploy Admin App
The following actions uses node12 which is deprecated and will be forced to run on node16: SamKirkland/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/