Skip to content

Deimplement token generation and Identity services #35

Deimplement token generation and Identity services

Deimplement token generation and Identity services #35

Triggered via push November 9, 2023 07:36
Status Success
Total duration 50s
Artifacts

dotnet-macos.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
os-tests: src/CSharp/EasyMicroservices.AuthenticationsMicroservice.Logics/Helpers/AuthenticationHelper.cs#L12
'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.AuthenticationsMicroservice.Logics/Helpers/AuthenticationHelper.cs#L10
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.AuthenticationsMicroservice.Logics/Helpers/AuthenticationHelper.cs#L12
'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.AuthenticationsMicroservice.Logics/Helpers/AuthenticationHelper.cs#L10
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.