Feature/workflow record #101
Draft
Annotations
1 error and 10 warnings
|
|
|
tests/Dtmgrpc.IntegrationTests/WorkflowGrpcTest.cs#L238
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.
|
|
tests/Dtmgrpc.IntegrationTests/WorkflowGrpcTest.cs#L238
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.
|
|
tests/Dtmgrpc.IntegrationTests/WorkflowGrpcStreamTest.cs#L205
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.
|
|
tests/Dtmgrpc.IntegrationTests/WorkflowGrpcStreamTest.cs#L162
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.
|
|
tests/Dtmgrpc.IntegrationTests/WorkflowGrpcStreamTest.cs#L251
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.
|
|
tests/Dtmgrpc.IntegrationTests/WorkflowGrpcTest.cs#L167
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.
|
|
tests/Dtmgrpc.IntegrationTests/MyGrpcProcesser.cs#L41
The variable 'ex' is declared but never used
|
|
tests/Dtmgrpc.IntegrationTests/WorkflowGrpcTest.cs#L85
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.
|
|
tests/Dtmgrpc.IntegrationTests/WorkflowGrpcStreamTest.cs#L91
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.
|
|
tests/Dtmgrpc.IntegrationTests/WorkflowGrpcStreamTest.cs#L60
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