BAH-4120 | Migrate Scan and Share Feature to use ABDM v3 APIs (#173) #399
Annotations
20 warnings
Docker Build and push
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.
|
Docker Build and push
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.'
|
Docker Build and push
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.
|
Docker Build and push
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.
|
Docker Build and push
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.
|
Docker Build and push
'JsonSerializerOptions.IgnoreNullValues' is obsolete: 'JsonSerializerOptions.IgnoreNullValues is obsolete. To ignore null values when serializing, set DefaultIgnoreCondition to JsonIgnoreCondition.WhenWritingNull.'
|
Docker Build and push
Number of parameters supplied in the logging message template do not match the number of named placeholders
|
Docker Build and push
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.
|
Docker Build and push
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.
|
Docker Build and push
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 with dotnet:
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 with dotnet:
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 with dotnet:
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 with dotnet:
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.'
|
Build with dotnet:
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 with dotnet:
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 with dotnet:
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 with dotnet:
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 with dotnet:
test/In.ProjectEKA.HipServiceTest/DataFlow/DataFlowControllerTest.cs#L38
'DataFlowController.HealthInformationRequestFor(HealthInformationRequest, string, string)' is obsolete
|
Build with dotnet:
test/In.ProjectEKA.HipServiceTest/DataFlow/DataFlowControllerTest.cs#L63
'DataFlowController.HealthInformationRequestFor(HealthInformationRequest, string, string)' is obsolete
|
Loading