Skip to content

Implement StreamResponse #283

Implement StreamResponse

Implement StreamResponse #283

Triggered via pull request August 5, 2024 11:37
Status Failure
Total duration 56s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
build: src/Elastic.Transport/Components/TransportClient/HttpRequestInvoker.cs#L160
'Stream': type used in an asynchronous using statement must be implicitly convertible to 'System.IAsyncDisposable' or implement a suitable 'DisposeAsync' method. Did you mean 'using' rather than 'await using'?
build: src/Elastic.Transport/Components/TransportClient/HttpRequestInvoker.cs#L160
'Stream': type used in an asynchronous using statement must be implicitly convertible to 'System.IAsyncDisposable' or implement a suitable 'DisposeAsync' method. Did you mean 'using' rather than 'await using'?
build
Process completed with exit code 1.