expression-utils icon indicating copy to clipboard operation
expression-utils copied to clipboard

Efficient Processing, Compilation, and Execution of Expression Trees at Runtime

Results 2 expression-utils issues
Sort by recently updated
recently updated
newest added

Trying to use `PartialEvaluator.PartialEvalBody(where, ExpressionInterpreter.Instance);` to remove the closure from `u => u.UserID.Value > 1` where UserID is a ulong? produces the following error: ```$u.UserID > .Call .Constant(MiaPlaza.ExpressionUtils.Evaluating.DynamicEvaluationException: An error...

E.g. in `ParameterSubstituter` exceptions are used for the program flow. This is in general considered bad practice and especially annoying when debugging since those exceptions will result in a context...