Release v0.6.2 #41
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build Project:
src/api/common/FinancialHub.Common/Results/Errors/ServiceError.cs#L7
#warning: 'it can be changed to an enum or use a different value from https codes'
|
Build Project:
src/api/core/FinancialHub.Core.Application/Services/TransactionBalanceService.cs#L124
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 Project:
src/api/core/FinancialHub.Core.Infra.Data/Repositories/TransactionsRepository.cs#L14
#warning: 'This is not a good practice, remove this later'
|
Build Project:
src/api/auth/FinancialHub.Auth.Presentation/Controllers/SignupController.cs#L34
Dereference of a possibly null reference.
|
Build Project:
src/api/auth/FinancialHub.Auth.Presentation/Controllers/SignupController.cs#L38
Possible null reference argument for parameter 'data' in 'ItemResponse<UserModel>.ItemResponse(UserModel data)'.
|
Build Project:
src/api/auth/FinancialHub.Auth.Presentation/Controllers/SigninController.cs#L36
Dereference of a possibly null reference.
|
Build Project:
src/api/auth/FinancialHub.Auth.Presentation/Controllers/SigninController.cs#L41
Possible null reference argument for parameter 'data' in 'ItemResponse<TokenModel>.ItemResponse(TokenModel data)'.
|
Build Project:
src/api/auth/FinancialHub.Auth.Presentation/Controllers/UsersController.cs#L35
Dereference of a possibly null reference.
|
Build Project:
src/api/auth/FinancialHub.Auth.Presentation/Controllers/UsersController.cs#L41
Possible null reference argument for parameter 'data' in 'ItemResponse<UserModel>.ItemResponse(UserModel data)'.
|
Build Project:
src/api/auth/FinancialHub.Auth.Presentation/Controllers/UsersController.cs#L64
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading