Skip to content

Merge pull request #9 from MahdiyarGHD/develop #18

Merge pull request #9 from MahdiyarGHD/develop

Merge pull request #9 from MahdiyarGHD/develop #18

Triggered via push November 3, 2023 19:18
Status Failure
Total duration 53s
Artifacts

dotnet-macos.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 6 warnings
os-tests: src/CSharp/EasyMicroservicesQuestionsMicroservice.Tests/CodeReviewerCheckTests.cs#L21
The type or namespace name 'StartUp' could not be found (are you missing a using directive or an assembly reference?)
os-tests: src/CSharp/EasyMicroservicesQuestionsMicroservice.Tests/CodeReviewerCheckTests.cs#L21
The type or namespace name 'StartUp' could not be found (are you missing a using directive or an assembly reference?)
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.Database/Database/Contexts/QuestionContext.cs#L10
Field 'QuestionContext._builder' is never assigned to, and will always have its default value null
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.Database/Database/Contexts/QuestionContext.cs#L10
Field 'QuestionContext._builder' is never assigned to, and will always have its default value null
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.