Move merged services to Provider #87
branch_release_ci.yml
on: pull_request
Matrix: Tests / Code Tests
Code Analysis
/
Code coverage
Annotations
18 errors and 24 warnings
Tests / Code Tests (auth):
tests/core/FinancialHub.Core.Application.Tests/Services/TransactionBalance/TransactionBalanceTests.delete.cs#L21
'ITransactionBalanceService' does not contain a definition for 'DeleteTransactionAsync' and no accessible extension method 'DeleteTransactionAsync' accepting a first argument of type 'ITransactionBalanceService' could be found (are you missing a using directive or an assembly reference?)
|
Tests / Code Tests (auth):
tests/core/FinancialHub.Core.Application.Tests/Services/TransactionBalance/TransactionBalanceTests.delete.cs#L35
'ITransactionBalanceService' does not contain a definition for 'DeleteTransactionAsync' and no accessible extension method 'DeleteTransactionAsync' accepting a first argument of type 'ITransactionBalanceService' could be found (are you missing a using directive or an assembly reference?)
|
Tests / Code Tests (auth):
tests/core/FinancialHub.Core.Application.Tests/Services/TransactionBalance/TransactionBalanceTests.delete.cs#L47
'ITransactionBalanceService' does not contain a definition for 'DeleteTransactionAsync' and no accessible extension method 'DeleteTransactionAsync' accepting a first argument of type 'ITransactionBalanceService' could be found (are you missing a using directive or an assembly reference?)
|
Tests / Code Tests (auth):
tests/core/FinancialHub.Core.Application.Tests/Services/TransactionBalance/TransactionBalanceTests.delete.cs#L68
'ITransactionBalanceService' does not contain a definition for 'DeleteTransactionAsync' and no accessible extension method 'DeleteTransactionAsync' accepting a first argument of type 'ITransactionBalanceService' could be found (are you missing a using directive or an assembly reference?)
|
Tests / Code Tests (auth):
tests/core/FinancialHub.Core.Application.Tests/Services/TransactionBalance/TransactionBalanceTests.delete.cs#L21
'ITransactionBalanceService' does not contain a definition for 'DeleteTransactionAsync' and no accessible extension method 'DeleteTransactionAsync' accepting a first argument of type 'ITransactionBalanceService' could be found (are you missing a using directive or an assembly reference?)
|
Tests / Code Tests (auth):
tests/core/FinancialHub.Core.Application.Tests/Services/TransactionBalance/TransactionBalanceTests.delete.cs#L35
'ITransactionBalanceService' does not contain a definition for 'DeleteTransactionAsync' and no accessible extension method 'DeleteTransactionAsync' accepting a first argument of type 'ITransactionBalanceService' could be found (are you missing a using directive or an assembly reference?)
|
Tests / Code Tests (auth):
tests/core/FinancialHub.Core.Application.Tests/Services/TransactionBalance/TransactionBalanceTests.delete.cs#L47
'ITransactionBalanceService' does not contain a definition for 'DeleteTransactionAsync' and no accessible extension method 'DeleteTransactionAsync' accepting a first argument of type 'ITransactionBalanceService' could be found (are you missing a using directive or an assembly reference?)
|
Tests / Code Tests (auth):
tests/core/FinancialHub.Core.Application.Tests/Services/TransactionBalance/TransactionBalanceTests.delete.cs#L68
'ITransactionBalanceService' does not contain a definition for 'DeleteTransactionAsync' and no accessible extension method 'DeleteTransactionAsync' accepting a first argument of type 'ITransactionBalanceService' could be found (are you missing a using directive or an assembly reference?)
|
Tests / Code Tests (auth)
Process completed with exit code 1.
|
Tests / Code Tests (core):
tests/core/FinancialHub.Core.Application.Tests/Services/TransactionBalance/TransactionBalanceTests.delete.cs#L21
'ITransactionBalanceService' does not contain a definition for 'DeleteTransactionAsync' and no accessible extension method 'DeleteTransactionAsync' accepting a first argument of type 'ITransactionBalanceService' could be found (are you missing a using directive or an assembly reference?)
|
Tests / Code Tests (core):
tests/core/FinancialHub.Core.Application.Tests/Services/TransactionBalance/TransactionBalanceTests.delete.cs#L35
'ITransactionBalanceService' does not contain a definition for 'DeleteTransactionAsync' and no accessible extension method 'DeleteTransactionAsync' accepting a first argument of type 'ITransactionBalanceService' could be found (are you missing a using directive or an assembly reference?)
|
Tests / Code Tests (core):
tests/core/FinancialHub.Core.Application.Tests/Services/TransactionBalance/TransactionBalanceTests.delete.cs#L47
'ITransactionBalanceService' does not contain a definition for 'DeleteTransactionAsync' and no accessible extension method 'DeleteTransactionAsync' accepting a first argument of type 'ITransactionBalanceService' could be found (are you missing a using directive or an assembly reference?)
|
Tests / Code Tests (core):
tests/core/FinancialHub.Core.Application.Tests/Services/TransactionBalance/TransactionBalanceTests.delete.cs#L68
'ITransactionBalanceService' does not contain a definition for 'DeleteTransactionAsync' and no accessible extension method 'DeleteTransactionAsync' accepting a first argument of type 'ITransactionBalanceService' could be found (are you missing a using directive or an assembly reference?)
|
Tests / Code Tests (core):
tests/core/FinancialHub.Core.Application.Tests/Services/TransactionBalance/TransactionBalanceTests.delete.cs#L21
'ITransactionBalanceService' does not contain a definition for 'DeleteTransactionAsync' and no accessible extension method 'DeleteTransactionAsync' accepting a first argument of type 'ITransactionBalanceService' could be found (are you missing a using directive or an assembly reference?)
|
Tests / Code Tests (core):
tests/core/FinancialHub.Core.Application.Tests/Services/TransactionBalance/TransactionBalanceTests.delete.cs#L35
'ITransactionBalanceService' does not contain a definition for 'DeleteTransactionAsync' and no accessible extension method 'DeleteTransactionAsync' accepting a first argument of type 'ITransactionBalanceService' could be found (are you missing a using directive or an assembly reference?)
|
Tests / Code Tests (core):
tests/core/FinancialHub.Core.Application.Tests/Services/TransactionBalance/TransactionBalanceTests.delete.cs#L47
'ITransactionBalanceService' does not contain a definition for 'DeleteTransactionAsync' and no accessible extension method 'DeleteTransactionAsync' accepting a first argument of type 'ITransactionBalanceService' could be found (are you missing a using directive or an assembly reference?)
|
Tests / Code Tests (core):
tests/core/FinancialHub.Core.Application.Tests/Services/TransactionBalance/TransactionBalanceTests.delete.cs#L68
'ITransactionBalanceService' does not contain a definition for 'DeleteTransactionAsync' and no accessible extension method 'DeleteTransactionAsync' accepting a first argument of type 'ITransactionBalanceService' could be found (are you missing a using directive or an assembly reference?)
|
Tests / Code Tests (core)
The operation was canceled.
|
Tests / Code Tests (auth)
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/.
|
Tests / Code Tests (auth)
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/
|
Tests / Code Tests (auth):
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'
|
Tests / Code Tests (auth):
src/api/core/FinancialHub.Core.Infra.Data/Repositories/TransactionsRepository.cs#L14
#warning: 'This is not a good practice, remove this later'
|
Tests / Code Tests (auth):
src/api/auth/FinancialHub.Auth.Presentation/Controllers/SigninController.cs#L36
Dereference of a possibly null reference.
|
Tests / Code Tests (auth):
src/api/auth/FinancialHub.Auth.Presentation/Controllers/SigninController.cs#L41
Possible null reference argument for parameter 'data' in 'ItemResponse<TokenModel>.ItemResponse(TokenModel data)'.
|
Tests / Code Tests (auth):
src/api/auth/FinancialHub.Auth.Presentation/Controllers/UsersController.cs#L35
Dereference of a possibly null reference.
|
Tests / Code Tests (auth):
src/api/auth/FinancialHub.Auth.Presentation/Controllers/UsersController.cs#L41
Possible null reference argument for parameter 'data' in 'ItemResponse<UserModel>.ItemResponse(UserModel data)'.
|
Tests / Code Tests (auth):
src/api/auth/FinancialHub.Auth.Presentation/Controllers/SignupController.cs#L34
Dereference of a possibly null reference.
|
Tests / Code Tests (auth):
src/api/auth/FinancialHub.Auth.Presentation/Controllers/SignupController.cs#L38
Possible null reference argument for parameter 'data' in 'ItemResponse<UserModel>.ItemResponse(UserModel data)'.
|
Tests / Code Tests (auth):
src/api/auth/FinancialHub.Auth.Presentation/Controllers/UsersController.cs#L64
Dereference of a possibly null reference.
|
Tests / Code Tests (auth):
src/api/auth/FinancialHub.Auth.Presentation/Controllers/UsersController.cs#L69
Possible null reference argument for parameter 'data' in 'SaveResponse<UserModel>.SaveResponse(UserModel data)'.
|
Tests / Code Tests (core)
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/.
|
Tests / Code Tests (core)
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/
|
Tests / Code Tests (core):
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'
|
Tests / Code Tests (core):
src/api/core/FinancialHub.Core.Infra.Data/Repositories/TransactionsRepository.cs#L14
#warning: 'This is not a good practice, remove this later'
|
Tests / Code Tests (core):
src/api/auth/FinancialHub.Auth.Presentation/Controllers/UsersController.cs#L35
Dereference of a possibly null reference.
|
Tests / Code Tests (core):
src/api/auth/FinancialHub.Auth.Presentation/Controllers/UsersController.cs#L41
Possible null reference argument for parameter 'data' in 'ItemResponse<UserModel>.ItemResponse(UserModel data)'.
|
Tests / Code Tests (core):
src/api/auth/FinancialHub.Auth.Presentation/Controllers/UsersController.cs#L64
Dereference of a possibly null reference.
|
Tests / Code Tests (core):
src/api/auth/FinancialHub.Auth.Presentation/Controllers/UsersController.cs#L69
Possible null reference argument for parameter 'data' in 'SaveResponse<UserModel>.SaveResponse(UserModel data)'.
|
Tests / Code Tests (core):
src/api/auth/FinancialHub.Auth.Presentation/Controllers/UsersController.cs#L91
Dereference of a possibly null reference.
|
Tests / Code Tests (core):
src/api/auth/FinancialHub.Auth.Presentation/Controllers/UsersController.cs#L103
Possible null reference argument for parameter 'data' in 'SaveResponse<UserModel>.SaveResponse(UserModel data)'.
|
Tests / Code Tests (core):
src/api/auth/FinancialHub.Auth.Presentation/Controllers/SigninController.cs#L36
Dereference of a possibly null reference.
|
Tests / Code Tests (core):
src/api/auth/FinancialHub.Auth.Presentation/Controllers/SigninController.cs#L41
Possible null reference argument for parameter 'data' in 'ItemResponse<TokenModel>.ItemResponse(TokenModel data)'.
|