add verion #6
Annotations
10 warnings
os-tests:
src/CSharp/EasyMicroservices.IdentityMicroservice.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.IdentityMicroservice.Database/Database/Contexts/IdentityContext.cs#L10
Field 'IdentityContext._builder' is never assigned to, and will always have its default value null
|
os-tests:
src/CSharp/EasyMicroservices.IdentityMicroservice.Logics/Helpers/JWTManager.cs#L33
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.IdentityMicroservice.Logics/Helpers/JWTManager.cs#L88
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.IdentityMicroservice.WebApi/Controllers/AuthenticationController.cs#L27
The field 'AuthenticationController._authRoot' is never used
|
os-tests:
src/CSharp/EasyMicroservices.IdentityMicroservice.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.IdentityMicroservice.Database/Database/Contexts/IdentityContext.cs#L10
Field 'IdentityContext._builder' is never assigned to, and will always have its default value null
|
os-tests:
src/CSharp/EasyMicroservices.IdentityMicroservice.Logics/Helpers/JWTManager.cs#L33
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.IdentityMicroservice.Logics/Helpers/JWTManager.cs#L88
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.IdentityMicroservice.WebApi/Controllers/AuthenticationController.cs#L27
The field 'AuthenticationController._authRoot' is never used
|