firely-cql-sdk
firely-cql-sdk copied to clipboard
LambdaExpressions must not be compiled and executed
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.