Merge pull request #18 from Elyas-Amini/develop #45
Annotations
1 error and 8 warnings
os-tests
Process completed with exit code 1.
|
os-tests:
src/CSharp/EasyMicroservices.CommentsMicroservice.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.CommentsMicroservice.Database/Migrations/20230927161213_update.cs#L9
The type name 'update' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
os-tests:
src/CSharp/EasyMicroservices.CommentsMicroservice.Database/Migrations/20230927161213_update.Designer.cs#L16
The type name 'update' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
os-tests:
src/CSharp/EasyMicroservices.CommentsMicroservice.Database/Database/Contexts/CommentContext.cs#L10
Field 'CommentContext._builder' is never assigned to, and will always have its default value null
|
os-tests:
src/CSharp/EasyMicroservices.CommentsMicroservice.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.CommentsMicroservice.Database/Migrations/20230927161213_update.cs#L9
The type name 'update' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
os-tests:
src/CSharp/EasyMicroservices.CommentsMicroservice.Database/Migrations/20230927161213_update.Designer.cs#L16
The type name 'update' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
os-tests:
src/CSharp/EasyMicroservices.CommentsMicroservice.Database/Database/Contexts/CommentContext.cs#L10
Field 'CommentContext._builder' is never assigned to, and will always have its default value null
|