algoliasearch-client-csharp icon indicating copy to clipboard operation
algoliasearch-client-csharp copied to clipboard

bug: "type" in "Alternatives" should be List<string> instead of string

Open Ant-hem opened this issue 5 years ago • 0 comments

  • Algolia Client Version: 6.5.0

Description

The Explain.Alternative object has a type parameter that is now a List<String> instead of a String. The fix requires a custom Deserializer to avoid breaking changes.

Ant-hem avatar Nov 08 '19 13:11 Ant-hem