ScriptingJitCompiler - Fails if expression has more than 17 parameters #156
mishrashash
started this conversation in
General
Replies: 1 comment 1 reply
-
By design :) This is an assumed limitation. But if you have ideas, we're listening. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all many thanks for the great library!
For a complex expression which has more than 17 parameters e.g. concatenating 18 different string arguments together cause
CreateExpressionCode to generate invalid Func delegate causing ScriptingAotCompiler BuildAssembly function to fail.
Beta Was this translation helpful? Give feedback.
All reactions