[Feat] Implement Endpoint for Updating a Comment on a Blog #688
ci-build-lint-test.yml
on: pull_request
build_lint_test
1m 7s
Annotations
10 warnings
build_lint_test:
src/Hng.Infrastructure/Migrations/20240810172648_add to product.cs#L9
The type name 'addtoproduct' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build_lint_test:
src/Hng.Infrastructure/Migrations/20240810172648_add to product.Designer.cs#L16
The type name 'addtoproduct' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build_lint_test:
src/Hng.Infrastructure/Migrations/20240813081318_update.cs#L8
The type name 'update' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build_lint_test:
src/Hng.Infrastructure/Migrations/20240813081318_update.Designer.cs#L16
The type name 'update' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build_lint_test:
src/Hng.Infrastructure/Migrations/20240831093552_added squeeze entity.cs#L8
The type name 'addedsqueezeentity' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build_lint_test:
src/Hng.Infrastructure/Migrations/20240831093552_added squeeze entity.Designer.cs#L16
The type name 'addedsqueezeentity' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build_lint_test:
src/Hng.Application/Features/UserManagement/Handlers/GoogleLoginCommandHandler.cs#L40
The variable 'ex' is declared but never used
|
build_lint_test:
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.
|
build_lint_test:
src/Hng.Web/Controllers/TransactionsController.cs#L118
Parameter 'pageNumber' has no matching param tag in the XML comment for 'TransactionsController.GetTransactionsByUserId(Guid, int, int)' (but other parameters do)
|
build_lint_test:
src/Hng.Web/Controllers/TransactionsController.cs#L118
Parameter 'pageSize' has no matching param tag in the XML comment for 'TransactionsController.GetTransactionsByUserId(Guid, int, int)' (but other parameters do)
|