Skip to content

Fix the ListenTaskExecutor, which did not work anymore without streaming #270

Fix the ListenTaskExecutor, which did not work anymore without streaming

Fix the ListenTaskExecutor, which did not work anymore without streaming #270

Triggered via pull request January 30, 2025 15:01
Status Success
Total duration 1m 23s
Artifacts

build-dotnet.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
build (9.0.x): src/runner/Synapse.Runner/Services/Executors/AsyncApiCallExecutor.cs#L290
Possible null reference argument for parameter 'expression' in 'Task<object?> IExpressionEvaluatorExtensions.EvaluateAsync<object>(IExpressionEvaluator evaluator, object expression, object input, IDictionary<string, object>? arguments = null, CancellationToken cancellationToken = default(CancellationToken))'.
build (9.0.x): src/runner/Synapse.Runner/Services/Executors/AsyncApiCallExecutor.cs#L298
Possible null reference argument for parameter 'expression' in 'Task<IDictionary<string, object>?> IExpressionEvaluatorExtensions.EvaluateAsync<IDictionary<string, object>>(IExpressionEvaluator evaluator, object expression, object input, IDictionary<string, object>? arguments = null, CancellationToken cancellationToken = default(CancellationToken))'.
build (9.0.x): src/runner/Synapse.Runner/Services/Executors/AsyncApiCallExecutor.cs#L290
Possible null reference argument for parameter 'expression' in 'Task<object?> IExpressionEvaluatorExtensions.EvaluateAsync<object>(IExpressionEvaluator evaluator, object expression, object input, IDictionary<string, object>? arguments = null, CancellationToken cancellationToken = default(CancellationToken))'.
build (9.0.x): src/runner/Synapse.Runner/Services/Executors/AsyncApiCallExecutor.cs#L298
Possible null reference argument for parameter 'expression' in 'Task<IDictionary<string, object>?> IExpressionEvaluatorExtensions.EvaluateAsync<IDictionary<string, object>>(IExpressionEvaluator evaluator, object expression, object input, IDictionary<string, object>? arguments = null, CancellationToken cancellationToken = default(CancellationToken))'.