Skip to content

Refactor to new version of the core #17

Refactor to new version of the core

Refactor to new version of the core #17

Triggered via pull request November 2, 2023 06:19
Status Failure
Total duration 52s
Artifacts

dotnet-linux.yml

on: pull_request
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.