You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -314,6 +314,14 @@ Besides that, when converting the source expression to either C# code or to the
314
314
the `// NOT_SUPPORTED_EXPRESSION` comments marking the not supported yet expressions by FEC. So you may verify the presence or absence of this comment in a test.
315
315
316
316
317
+
### ThrowOnNotSupportedExpression and NotSupported cases enum
318
+
319
+
FEC V3.1 adds to the compiler flags the `CompilerFlags.ThrowOnNotSupportedExpression`
320
+
so that compiling the expression with not supported node will throw the respective exception instead of returning `null`.
321
+
322
+
To get the actual list of the not supported cases you may check `NotSupported` enum.
323
+
324
+
317
325
## Additional optimizations
318
326
319
327
1. Using `FastExpressionCompiler.LightExpression.Expression` instead of `System.Linq.Expressions.Expression` for the faster expression creation.
0 commit comments