Skip to content

Merge pull request #10 from MahdiyarGHD/develop #8

Merge pull request #10 from MahdiyarGHD/develop

Merge pull request #10 from MahdiyarGHD/develop #8

Triggered via push November 14, 2023 06:10
Status Failure
Total duration 1m 16s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 5 warnings
format: 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?)
format
Process completed with exit code 1.
format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, jfversluis/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
format
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
format: 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.
format: 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
format: 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.