added additional form contorls in the make-payment page #291
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
build:
src/Core/Logistics.Domain/Specifications/FilterPaymentsByInterval.cs#L23
Possible null reference return.
|
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.Domain/Specifications/FilterPaymentsByInterval.cs#L23
Possible null reference return.
|
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.
|