algoliasearch-client-csharp
algoliasearch-client-csharp copied to clipboard
bug: "type" in "Alternatives" should be List<string> instead of string
- 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.