Skip to content

BAH-4119 | ABDM v3 APIs for Abha Verification flow. #1367

BAH-4119 | ABDM v3 APIs for Abha Verification flow.

BAH-4119 | ABDM v3 APIs for Abha Verification flow. #1367

Triggered via pull request November 26, 2024 09:56
Status Success
Total duration 1m 16s
Artifacts

codecov-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: 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: 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: 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: src/In.ProjectEKA.HipService/Startup.cs#L205
'JsonSerializerOptions.IgnoreNullValues' is obsolete: 'JsonSerializerOptions.IgnoreNullValues is obsolete. To ignore null values when serializing, set DefaultIgnoreCondition to JsonIgnoreCondition.WhenWritingNull.'
build: src/In.ProjectEKA.HipService/Patient/PatientController.cs#L73
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: 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: 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: 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: test/In.ProjectEKA.HipServiceTest/DataFlow/DataFlowControllerTest.cs#L38
'DataFlowController.HealthInformationRequestFor(HealthInformationRequest, string, string)' is obsolete
build: test/In.ProjectEKA.HipServiceTest/DataFlow/DataFlowControllerTest.cs#L63
'DataFlowController.HealthInformationRequestFor(HealthInformationRequest, string, string)' is obsolete