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
System.ArgumentNullException: Value cannot be null. (Parameter 'config')
at System.ArgumentNullException.Throw(String paramName)
at System.ArgumentNullException.ThrowIfNull(Object argument, String paramName)
at Elastic.Transport.RequestConfigurationDescriptor..ctor(IRequestConfiguration config)
at Elastic.Clients.Elasticsearch.Requests.RequestDescriptor`2.RequestConfiguration(Func`2 configurationSelector) in /_/src/Elastic.Clients.Elasticsearch/_Shared/Core/Request/RequestDescriptor.cs:line 63
at Reporting.Services.ReportsService.<>c__DisplayClass14_2.<GetResultAsync>b__9(SearchRequestDescriptor`1 r) in C:\Repos\src\Services\Reporting\Reporting\Services\ReportsService.cs:line 87
at Elastic.Clients.Elasticsearch.ElasticsearchClient.SearchAsync[TDocument](Action`1 configureRequest, CancellationToken cancellationToken) in /_/src/Elastic.Clients.Elasticsearch/_Generated/Client/ElasticsearchClient.g.cs:line 9410
Steps to reproduce:
try to configure request as example above
observing, powerless, the exception
Expected behavior
be able to configure request in elastic client methods
The text was updated successfully, but these errors were encountered:
Elastic.Clients.Elasticsearch version: 8.16.2
Elasticsearch version: 8.16.1
.NET runtime version: 8.0.11
Operating system version: Debian 12
Description of the problem including expected versus actual behavior:
Since 8.16, request configuration does not work anymore
Steps to reproduce:
Expected behavior
be able to configure request in elastic client methods
The text was updated successfully, but these errors were encountered: