Jeevananthan
Jeevananthan
Hi, @iozcelik while debugging the `GetCustomAttributes()` does not have any value pf below scrsht for ref. 
Hi @iozcelik sorry pf the below code ```` csharp using System; using System.Linq; using System.Collections.Generic; public class Program { public static void Main() { // Student collection IList studentList =...
@iozcelik Try out both tests ``` csharp [Fact] public void TestFirstOrDefaultWithMixedLocals() // here for multiple values using for loop working fine { _mock.Setup(x => x.Execute(It.IsAny(), It.IsAny())) .Returns(_mockReply); var heightList =...
Hi @SuzeShardlow / @slorello89 if possible I would like to work on this. Is it ok for @atrievel ?
Hello @mikemccand / @mch2, I could like to understand incontext of how shard promotion (Leader Election) works with the below proposals. May why not consider distributed consensus algorithm like `RAFT`....
**`JSON.ARRINDEX` throws ` WRONGTYPE wrong type of path value - expected scalar but found { "City": "Chennai", "State": "TN" } `** 
Hi @slorello89, please provide suggestions for changes on the above PR.
@zulander1, We can work on it.
Hi @slorello89 I would like to work on this.
If I choose to run grpc directly with .net which port address should I have to talk to primary port `https\\:localhost:6000`. This port is now configured in yaml. The below...