Skip to content

BAH-4158 | Fix. Missing URL updates #411

BAH-4158 | Fix. Missing URL updates

BAH-4158 | Fix. Missing URL updates #411

Triggered via push January 16, 2025 15:53
Status Success
Total duration 2m 13s
Artifacts

ci.yml

on: push
Build & Publish Docker Image & Helm Chart
2m 4s
Build & Publish Docker Image & Helm Chart
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
Build & Publish Docker Image & Helm Chart
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build & Publish Docker Image & Helm Chart
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.
Build & Publish Docker Image & Helm Chart
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.
Build & Publish Docker Image & Helm Chart
'ISystemClock' is obsolete: 'Use TimeProvider instead.'
Build & Publish Docker Image & Helm Chart
'AuthenticationHandler<CustomAuthenticationOptions>.AuthenticationHandler(IOptionsMonitor<CustomAuthenticationOptions>, ILoggerFactory, UrlEncoder, ISystemClock)' is obsolete: 'ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.'
Build & Publish Docker Image & Helm Chart
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.' (https://aka.ms/dotnet-warnings/SYSLIB0023)
Build & Publish Docker Image & Helm Chart
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.
Build & Publish Docker Image & Helm Chart
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.
Build & Publish Docker Image & Helm Chart
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Build & Publish Docker Image & Helm Chart
'JsonSerializerOptions.IgnoreNullValues' is obsolete: 'JsonSerializerOptions.IgnoreNullValues is obsolete. To ignore null values when serializing, set DefaultIgnoreCondition to JsonIgnoreCondition.WhenWritingNull.' (https://aka.ms/dotnet-warnings/SYSLIB0020)
Build & Publish Docker Image & Helm Chart
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
Build & Publish Docker Image & Helm Chart: src/In.ProjectEKA.DefaultHip/Link/PatientRepository.cs#L23
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.
Build & Publish Docker Image & Helm Chart: src/In.ProjectEKA.HipService/Common/Model/CustomAuthenticationHandler.cs#L28
'AuthenticationHandler<CustomAuthenticationOptions>.AuthenticationHandler(IOptionsMonitor<CustomAuthenticationOptions>, ILoggerFactory, UrlEncoder, ISystemClock)' is obsolete: 'ISystemClock is obsolete, use TimeProvider on AuthenticationSchemeOptions instead.'
Build & Publish Docker Image & Helm Chart: src/In.ProjectEKA.HipService/DataFlow/Encryptor/EncryptorHelper.cs#L20
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.' (https://aka.ms/dotnet-warnings/SYSLIB0023)
Build & Publish Docker Image & Helm Chart: src/In.ProjectEKA.HipService/Patient/PatientProfileService.cs#L69
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.
Build & Publish Docker Image & Helm Chart: src/In.ProjectEKA.HipService/Patient/PatientController.cs#L72
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
Build & Publish Docker Image & Helm Chart: src/In.ProjectEKA.HipService/UserAuth/UserAuthController.cs#L278
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.
Build & Publish Docker Image & Helm Chart: src/In.ProjectEKA.HipService/Startup.cs#L207
'JsonSerializerOptions.IgnoreNullValues' is obsolete: 'JsonSerializerOptions.IgnoreNullValues is obsolete. To ignore null values when serializing, set DefaultIgnoreCondition to JsonIgnoreCondition.WhenWritingNull.' (https://aka.ms/dotnet-warnings/SYSLIB0020)
Build & Publish Docker Image & Helm Chart: src/In.ProjectEKA.HipService/Discovery/PatientDiscovery.cs#L57
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)