Skip to content

Implement StreamResponse #284

Implement StreamResponse

Implement StreamResponse #284

Triggered via pull request August 5, 2024 11:38
Status Failure
Total duration 51s
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.