Refactor to new version of the core #16
Annotations
3 errors and 4 warnings
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?)
|
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?)
|
|
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.
|
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.
|
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.
|
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.
|
The logs for this run have expired and are no longer available.
Loading