Skip to content

Refactor to new structure of core #24

Refactor to new structure of core

Refactor to new structure of core #24

Triggered via pull request February 16, 2024 09:30
Status Failure
Total duration 1m 20s
Artifacts

dotnet-macos.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 9 warnings
os-tests
Process completed with exit code 1.
os-tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
os-tests: src/CSharp/EasyMicroservices.PaymentsMicroservice.Logics/Interfaces/IAppUnitOfWork.cs#L11
'IAppUnitOfWork.GetConfiguration()' hides inherited member 'IUnitOfWork.GetConfiguration()'. Use the new keyword if hiding was intended.
os-tests: src/CSharp/EasyMicroservices.PaymentsMicroservice.WebApi/Controllers/CallbackControllers/StripeCallbackController.cs#L38
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.
os-tests: src/CSharp/EasyMicroservices.PaymentsMicroservice.Tests/MicroserviceClientTest.cs#L45
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.
os-tests: src/CSharp/EasyMicroservices.PaymentsMicroservice.Tests/TestBase.cs#L73
The field 'TestBase.WhiteLabelPort' is assigned but its value is never used
os-tests: src/CSharp/EasyMicroservices.PaymentsMicroservice.Logics/Interfaces/IAppUnitOfWork.cs#L11
'IAppUnitOfWork.GetConfiguration()' hides inherited member 'IUnitOfWork.GetConfiguration()'. Use the new keyword if hiding was intended.
os-tests: src/CSharp/EasyMicroservices.PaymentsMicroservice.WebApi/Controllers/CallbackControllers/StripeCallbackController.cs#L38
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.
os-tests: src/CSharp/EasyMicroservices.PaymentsMicroservice.Tests/MicroserviceClientTest.cs#L45
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.
os-tests: src/CSharp/EasyMicroservices.PaymentsMicroservice.Tests/TestBase.cs#L73
The field 'TestBase.WhiteLabelPort' is assigned but its value is never used