algoliasearch-client-csharp
algoliasearch-client-csharp copied to clipboard
⚡️ A fully-featured and blazing-fast C# API client to interact with Algolia.
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [mcr.microsoft.com/dotnet/sdk](https://togithub.com/dotnet/sdk) | final | major | `6.0` -> `7.0` | |...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...
- Algolia Client Version: #.#.# - Language Version: ### Description I have seen that you use a lot of buffering (aka MemoryStream) for request and response parsing. It has some...
- Algolia Client Version: 6.12.1 - Language Version: C# .NET 6.0 ### Description Hi, I've noticed that the `PartialUpdateObject` was returning without error, but it was failing to actually update...
Algolia Client Version: 6.X Language Version: .NET 6 Description [.NET 5](https://devblogs.microsoft.com/dotnet/introducing-net-5/) is [out of support](https://dotnet.microsoft.com/en-us/download/dotnet). It is replaced by [.NET 6](https://devblogs.microsoft.com/dotnet/announcing-net-6/) which has had a official release for almost a...
| Q | A | ----------------- | ---------- | Bug fix? | no | New feature? | yes | BC breaks? | no | Related Issue | | Need Doc...
.NET hasn't had a (great) built-in way to deal with JSON. Instead we've relied on Json.NET which continues to serve the .NET ecosystem well. .NET Core 3 will be shipped...
### Description The following methods should be in plural: `SearchRule` => `SearchRules` and `SearchRuleAsync` => `SearchRulesAsync` to respect the API Client specs. https://github.com/algolia/algoliasearch-client-csharp/blob/master/src/Algolia.Search/Clients/SearchIndex.cs: ```csharp SearchResponse SearchRule(RuleQuery query = null, RequestOptions...
# Summary The type of `averageClickPosition` field in variant response structure must be float. It was revealed that it was set to int in the Go API Client, so we...
It was discovered that the Algolia Search API is sometimes returning the `ignorePlurals` field from a Query Rule's consequence params field as a string, such as: ```json "consequence": { "params:"...