Skip to content

Fix some issues of identity and update packages #15

Fix some issues of identity and update packages

Fix some issues of identity and update packages #15

Triggered via pull request January 12, 2024 14:39
Status Failure
Total duration 1m 6s
Artifacts

dotnet-linux.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.