[
https://issues.apache.org/jira/browse/IGNITE-14826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17358719#comment-17358719
]
Pavel Tupitsyn commented on IGNITE-14826:
-----------------------------------------
All .NET suites passed, TC bot does not want to leave a comment for some reason.
Merged to master: 789feff34f78f8544bf7498f22352bc4e22e352a
> .NET: Thin client fails to compute hash code for string and array keys
> ----------------------------------------------------------------------
>
> Key: IGNITE-14826
> URL: https://issues.apache.org/jira/browse/IGNITE-14826
> Project: Ignite
> Issue Type: Bug
> Components: platforms, thin client
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Critical
> Labels: .NET
> Fix For: 2.11
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> String keys are not supported in BinaryHashCodeUtils. The following code
> throws "Failed to compute hash code for object" exception:
> {code}
> var server = Ignition.Start();
> var client = Ignition.StartClient(new IgniteClientConfiguration
> {
> Endpoints = new[] {"127.0.0.1"},
> EnablePartitionAwareness = true
> });
> var cache = client.CreateCache<string, string>("c");
> cache.Put("hello", "world");
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)