dadhi / FastExpressionCompiler

Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative. Diagnostic and code generation tools for the expressions.
MIT License
1.16k stars 82 forks source link

Still not work with HasFlag #378

Closed EgoPingvina closed 11 months ago

EgoPingvina commented 11 months ago

When I tried to update to version 4.0.0 I discovered that the problem with HasFlag was probably not resolved.

image

The error still occurs locally and in the tests, it seems to me, there is a typo, because CompileSys is checked twice.

dadhi commented 11 months ago

Great catch, thanks.