Refactor the new version of the core #6
Annotations
1 error and 8 warnings
os-tests
Process completed with exit code 1.
|
os-tests:
src/CSharp/EasyMicroservices.SupportsMicroservice.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.SupportsMicroservice.Database/Database/Contexts/SupportContext.cs#L10
Field 'SupportContext._builder' is never assigned to, and will always have its default value null
|
os-tests:
src/CSharp/EasyMicroservices.SupportsMicroservice.WebApi/Program.cs#L5
The using directive for 'EasyMicroservices.SupportsMicroservice' appeared previously in this namespace
|
os-tests:
src/CSharp/EasyMicroservices.SupportsMicroservice.WebApi/Program.cs#L6
The using directive for 'EasyMicroservices.SupportsMicroservice.Database.Contexts' appeared previously in this namespace
|
os-tests:
src/CSharp/EasyMicroservices.SupportsMicroservice.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.SupportsMicroservice.Database/Database/Contexts/SupportContext.cs#L10
Field 'SupportContext._builder' is never assigned to, and will always have its default value null
|
os-tests:
src/CSharp/EasyMicroservices.SupportsMicroservice.WebApi/Program.cs#L5
The using directive for 'EasyMicroservices.SupportsMicroservice' appeared previously in this namespace
|
os-tests:
src/CSharp/EasyMicroservices.SupportsMicroservice.WebApi/Program.cs#L6
The using directive for 'EasyMicroservices.SupportsMicroservice.Database.Contexts' appeared previously in this namespace
|