Skip to content

added additional form contorls in the make-payment page #291

added additional form contorls in the make-payment page

added additional form contorls in the make-payment page #291

Triggered via push November 9, 2023 02:15
Status Success
Total duration 1m 9s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet-build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: 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.
build: 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.
build: 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.
build: 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.
build: 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)'.
build: src/Server/Logistics.IdentityServer/Pages/Account/Login/Index.cshtml.cs#L104
Dereference of a possibly null reference.
build: 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)'.
build: src/Server/Logistics.IdentityServer/Pages/Account/Login/Index.cshtml.cs#L104
Dereference of a possibly null reference.