Fix some issues of identity and update packages #15
Annotations
1 error and 10 warnings
os-tests
Process completed with exit code 1.
|
os-tests:
src/CSharp/EasyMicroservices.IdentityMicroservice.Logics/Interfaces/IAppUnitOfWork.cs#L22
'IAppUnitOfWork.GetConfiguration()' hides inherited member 'IUnitOfWork.GetConfiguration()'. Use the new keyword if hiding was intended.
|
os-tests:
src/CSharp/EasyMicroservices.IdentityMicroservice.Logics/Helpers/AppUnitOfWork.cs#L28
'AppUnitOfWork.GetConfiguration()' hides inherited member 'UnitOfWork.GetConfiguration()'. Use the new keyword if hiding was intended.
|
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.Logics/Interfaces/IAppUnitOfWork.cs#L22
'IAppUnitOfWork.GetConfiguration()' hides inherited member 'IUnitOfWork.GetConfiguration()'. Use the new keyword if hiding was intended.
|
os-tests:
src/CSharp/EasyMicroservices.IdentityMicroservice.Logics/Helpers/AppUnitOfWork.cs#L28
'AppUnitOfWork.GetConfiguration()' hides inherited member 'UnitOfWork.GetConfiguration()'. Use the new keyword if hiding was intended.
|
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.Logics/Interfaces/IAppUnitOfWork.cs#L22
'IAppUnitOfWork.GetConfiguration()' hides inherited member 'IUnitOfWork.GetConfiguration()'. Use the new keyword if hiding was intended.
|
os-tests:
src/CSharp/EasyMicroservices.IdentityMicroservice.Logics/Helpers/AppUnitOfWork.cs#L28
'AppUnitOfWork.GetConfiguration()' hides inherited member 'UnitOfWork.GetConfiguration()'. Use the new keyword if hiding was intended.
|