fixup warnings #1434
Annotations
3 errors and 2 warnings
src/InformaticsGateway/Services/HealthLevel7/MllpClient.cs#L100
Cannot assign to 'linkedCancellationTokenSource' because it is a 'using variable'
|
src/InformaticsGateway/Services/HealthLevel7/MllpClient.cs#L100
Cannot assign to 'linkedCancellationTokenSource' because it is a 'using variable'
|
|
src/InformaticsGateway/Services/Export/Hl7ExportService.cs#L163
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.
|
src/InformaticsGateway/Services/Export/Hl7ExportService.cs#L163
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.
|
The logs for this run have expired and are no longer available.
Loading