firely-cql-sdk icon indicating copy to clipboard operation
firely-cql-sdk copied to clipboard

LambdaExpressions must not be compiled and executed

Open baseTwo opened this issue 1 year ago • 0 comments

The output from the ExpressionBuilder returns a definition dictionary with LambdaExpressions. While it is possible to compile and invoke these dynamically, this must be disallowed. Critical fixes in the next step (expressions -> c#) is missed out on.

Only after the c# is compiled to assembly binaries, should the code be expected to get invoked.

baseTwo avatar Oct 22 '24 11:10 baseTwo