improved process-payment page #291
Annotations
10 warnings
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/
|
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?>>'.
|
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?>>'.
|
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?>>'.
|
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?>>'.
|
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?>>'.
|
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?>>'.
|
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?>>'.
|
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)'.
|
src/Server/Logistics.IdentityServer/Pages/Account/Login/Index.cshtml.cs#L104
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading