Tavi Truman
Tavi Truman
@sunkararp The current implementation for GE to run in Service Fabric major rework of the runtime must take place. After much review with Microsoft Service Fabric team and an outside...
@sunkararp I have been working on the GE/SF implementation in the background and finally have more time to address this problem. I hope to have a fix in place next...
I am trying to upgrade the repo to .NET 6 but many things have changed; it is a bit confusing.
@alenas - I am looking at this right now; what Test Case failed for you?

I found the actual bug!   the and_pred has a value of null and the fails in the call: return Expression.Condition(GenerateBooleanPredicateExpression(pred_object, icell), action_const, noaction_const); in method: GenerateConditionalPredicateExpression
Here is the offending outer code block:  The call to FanoutSearchDescriptor fails: FanoutSearchDescriptor fanoutSearch_desc = new FanoutSearchDescriptor(queryPath, queryObject); Here is the JsonQuery content that fails:  These LIKQ JsonQuery...
Something is not right with the JSON parsing logic. I don't use JsonDSL but do use LambdaDSL and KnowledgeGraph LIKQ dialects and have not had any problems with the .NET...
Yeah - I totally don't use Json in any KnowledgeGraph productions: * Corrected to match actual working knowledge graph This works just fine for me: var pathsx = KnowledgeGraph .StartFrom(123)...
@alenas not all LIKQ language dialects will process json statements. I am just looking at Lambda DSL, and Json DSL processing as there are some test case failing.