You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the problem including expected versus actual behavior:
This is similar to #8083.
Try to use elasticsearchClient.Ingest.GetPipelineAsync().
There is an exception. This problem existed before the new generator.
Elastic.Transport.UnexpectedTransportException : The JSON value could not be converted to System.Collections.Generic.ICollection`1[System.Object]. Path: $.value | LineNumber: 3 | BytePositionInLine: 153.
---- System.Text.Json.JsonException : The JSON value could not be converted to System.Collections.Generic.ICollection`1[System.Object]. Path: $.value | LineNumber: 3 | BytePositionInLine: 153.
Steps to reproduce:
1.
2.
3.
Expected behavior
A clear and concise description of what you expected to happen.
Provide ConnectionSettings (if relevant):
Provide DebugInformation (if relevant):
The text was updated successfully, but these errors were encountered:
Elastic.Clients.Elasticsearch version: 8.13.8
Elasticsearch version: 8.12
.NET runtime version: 8.0
Operating system version:
Description of the problem including expected versus actual behavior:
This is similar to #8083.
Try to use
elasticsearchClient.Ingest.GetPipelineAsync()
.There is an exception. This problem existed before the new generator.
Steps to reproduce:
1.
2.
3.
Expected behavior
A clear and concise description of what you expected to happen.
Provide
ConnectionSettings
(if relevant):Provide
DebugInformation
(if relevant):The text was updated successfully, but these errors were encountered: