feat(products): add multiple products main dashboard #234
Annotations
8 warnings
src/Hng.Application/Features/UserManagement/Handlers/GoogleLoginCommandHandler.cs#L34
The variable 'ex' is declared but never used
|
src/Hng.Application.Test/Features/PaymentIntegrations/Paystack/FakeHttpMessageHandler.cs#L25
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.
|
src/Hng.Web/Controllers/TransactionsController.cs#L117
Parameter 'pageNumber' has no matching param tag in the XML comment for 'TransactionsController.GetTransactionsByUserId(Guid, int, int)' (but other parameters do)
|
src/Hng.Web/Controllers/TransactionsController.cs#L117
Parameter 'pageSize' has no matching param tag in the XML comment for 'TransactionsController.GetTransactionsByUserId(Guid, int, int)' (but other parameters do)
|
src/Hng.Application/Features/UserManagement/Handlers/GoogleLoginCommandHandler.cs#L34
The variable 'ex' is declared but never used
|
src/Hng.Application.Test/Features/PaymentIntegrations/Paystack/FakeHttpMessageHandler.cs#L25
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.
|
src/Hng.Web/Controllers/TransactionsController.cs#L117
Parameter 'pageNumber' has no matching param tag in the XML comment for 'TransactionsController.GetTransactionsByUserId(Guid, int, int)' (but other parameters do)
|
src/Hng.Web/Controllers/TransactionsController.cs#L117
Parameter 'pageSize' has no matching param tag in the XML comment for 'TransactionsController.GetTransactionsByUserId(Guid, int, int)' (but other parameters do)
|
The logs for this run have expired and are no longer available.
Loading