Some unit tests are executing compiled lambda expressions. This should no longer be the case, as it completely misses additional steps when generating C# and then compiling that.
The unit tests must be changed to run expressions all the way through the AssemblyCompiler.
Some unit tests are executing compiled lambda expressions. This should no longer be the case, as it completely misses additional steps when generating C# and then compiling that.
The unit tests must be changed to run expressions all the way through the AssemblyCompiler.