Skip to content

Merge pull request #7 from Ali-YousefiTelori/develop #1

Merge pull request #7 from Ali-YousefiTelori/develop

Merge pull request #7 from Ali-YousefiTelori/develop #1

Triggered via push December 2, 2023 15:19
Status Success
Total duration 1m 35s
Artifacts
Fit to window
Zoom out
Zoom in

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/SecurityHelper.cs#L14
'SHA256Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
os-tests: src/CSharp/EasyMicroservices.IdentityMicroservice.Logics/Helpers/SecurityHelper.cs#L12
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#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/IdentityController.cs#L21
The field 'IdentityController._authRoot' is never used
os-tests: src/CSharp/EasyMicroservices.IdentityMicroservice.WebApi/Controllers/IdentityController.cs#L18
The field 'IdentityController._jwtManager' is never used
os-tests: src/CSharp/EasyMicroservices.IdentityMicroservice.WebApi/Controllers/IdentityController.cs#L17
The field 'IdentityController._config' 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.