Closed
Description
ElasticLowLevelClient.Serializer.SerializeToString()
introduced a new IMemoryStreamFactory
parameter in the middle of the parameter chain - this means that libraries compiled against ElasticSearch.Net 6.X don't work with references to 7.0; this includes libraries installed from NuGet. The AssemblyRedirects generated will try to call SerializeToString()
with parameters (data, format) instead of (data, null, format) throwing an error.
It'd be nice getting a SerializeToString()
implementation without the IMemoryStreamFactory
parameter for backwards compatibility so that existing libraries don't break.
Metadata
Metadata
Assignees
Labels
No labels