Emre Yigit
Emre Yigit
Hi, First, thank you for your effort. BenchmarkDotNet is a great tool. **Issue:** I have encountered an interesting exception. When you set `... AddHardwareCounters(HardwareCounter.NotSet) ...` on configs, .net throws `System.ArgumentNullException:...
New alternative overloads are introduced with `params` option on `ISqlService.ExecuteXXXAsync()` for better user experience. Please see https://github.com/hazelcast/hazelcast-csharp-client/issues/599 for detailed explanation.
The client chooses a random port between 5701,5702 and 5703 if the port is not configured. In order to decrease the delay in this case, 5701 should be first tried...
Backport of https://github.com/hazelcast/hazelcast-csharp-client/issues/595
backport of https://github.com/hazelcast/hazelcast-csharp-client/issues/596
Backport of https://github.com/hazelcast/hazelcast-csharp-client/issues/658
Backport of https://github.com/hazelcast/hazelcast-csharp-client/issues/657
I have filled some of the missing parts. Coverage is in good shape. Missing parts are mostly get/set things or implicit invokes. And, the list is like (They will be...