Feature/workflow record #247
Annotations
20 warnings
|
build on ubuntu-latest:
tests/Dtmgrpc.IntegrationTests/WorkflowGrpcTest.cs#L302
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 on ubuntu-latest:
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.
|
|
build on ubuntu-latest:
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.
|
|
build on ubuntu-latest:
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.
|
|
build on ubuntu-latest:
tests/Dtmgrpc.IntegrationTests/WorkflowGrpcStreamTest.cs#L101
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 on ubuntu-latest:
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.
|
|
build on ubuntu-latest:
tests/Dtmgrpc.IntegrationTests/MyGrpcProcesser.cs#L41
The variable 'ex' is declared but never used
|
|
build on ubuntu-latest:
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.
|
|
build on ubuntu-latest:
samples/DtmSample/Controllers/MsgTestController.cs#L346
Parameter 'gid' has no matching param tag in the XML comment for 'MsgTestController.QueryStatus(string, CancellationToken)' (but other parameters do)
|
|
build on ubuntu-latest:
samples/DtmSample/Controllers/MsgTestController.cs#L334
Parameter 'gid' has no matching param tag in the XML comment for 'MsgTestController.Query(string, CancellationToken)' (but other parameters do)
|
|
build on windows-latest:
tests/Dtmgrpc.IntegrationTests/MyGrpcProcesser.cs#L41
The variable 'ex' is declared but never used
|
|
build on windows-latest:
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.
|
|
build on windows-latest:
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.
|
|
build on windows-latest:
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.
|
|
build on windows-latest:
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.
|
|
build on windows-latest:
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.
|
|
build on windows-latest:
tests/Dtmworkflow.Tests/WorkflowHttpTests.cs#L65
Cannot convert null literal to non-nullable reference type.
|
|
build on windows-latest:
tests/Dtmworkflow.Tests/WorkflowHttpTests.cs#L364
Cannot convert null literal to non-nullable reference type.
|
|
build on windows-latest:
samples/DtmSample/Controllers/MsgTestController.cs#L346
Parameter 'gid' has no matching param tag in the XML comment for 'MsgTestController.QueryStatus(string, CancellationToken)' (but other parameters do)
|
|
build on windows-latest:
samples/DtmSample/Controllers/MsgTestController.cs#L334
Parameter 'gid' has no matching param tag in the XML comment for 'MsgTestController.Query(string, CancellationToken)' (but other parameters do)
|