BAH-3773 | Add. store patient demographics after linking #385
ci.yml
on: push
Build & Publish Docker Image & Helm Chart
4m 23s
Annotations
22 warnings
Build & Publish Docker Image & Helm Chart
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build & Publish Docker Image & Helm Chart
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
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.'
|
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.'
|
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
Number of parameters supplied in the logging message template do not match the number of named placeholders
|
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:
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/DataFlow/Encryptor/EncryptorHelper.cs#L20
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.'
|
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/Patient/PatientProfileService.cs#L71
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#L71
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/Startup.cs#L204
'JsonSerializerOptions.IgnoreNullValues' is obsolete: 'JsonSerializerOptions.IgnoreNullValues is obsolete. To ignore null values when serializing, set DefaultIgnoreCondition to JsonIgnoreCondition.WhenWritingNull.'
|
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
|
Build & Publish Docker Image & Helm Chart:
test/In.ProjectEKA.HipServiceTest/Common/TestServer/TestStartup.cs#L65
'JsonSerializerOptions.IgnoreNullValues' is obsolete: 'JsonSerializerOptions.IgnoreNullValues is obsolete. To ignore null values when serializing, set DefaultIgnoreCondition to JsonIgnoreCondition.WhenWritingNull.'
|
Build & Publish Docker Image & Helm Chart:
test/In.ProjectEKA.HipServiceTest/DataFlow/DataFlowControllerTest.cs#L38
'DataFlowController.HealthInformationRequestFor(HealthInformationRequest, string, string)' is obsolete
|
Build & Publish Docker Image & Helm Chart:
test/In.ProjectEKA.HipServiceTest/DataFlow/DataFlowControllerTest.cs#L63
'DataFlowController.HealthInformationRequestFor(HealthInformationRequest, string, string)' is obsolete
|