Skip to content

Update Contents

Update Contents #10

Triggered via pull request September 12, 2023 16:18
Status Failure
Total duration 1m 15s
Artifacts

dotnet-macos.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 6 warnings
os-tests
Process completed with exit code 1.
os-tests: src/CSharp/EasyMicroservices.QuestionsMicroservice.Database/Database/Schemas/AnswerSchema.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
os-tests: src/CSharp/EasyMicroservices.QuestionsMicroservice.StartUp/DependencyManager.cs#L14
The using directive for 'EasyMicroservices.QuestionsMicroservice.Interfaces' appeared previously in this namespace
os-tests: src/CSharp/EasyMicroservicesQuestionsMicroservice.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.QuestionsMicroservice.Database/Database/Schemas/AnswerSchema.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
os-tests: src/CSharp/EasyMicroservices.QuestionsMicroservice.StartUp/DependencyManager.cs#L14
The using directive for 'EasyMicroservices.QuestionsMicroservice.Interfaces' appeared previously in this namespace
os-tests: src/CSharp/EasyMicroservicesQuestionsMicroservice.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.