FirelyTeam / firely-cql-sdk

BSD 3-Clause "New" or "Revised" License
30 stars 17 forks source link

Change CqlToElm unit tests to compile and run via AssemblyCompiler #615

Closed baseTwo closed 1 month ago

baseTwo commented 1 month ago

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.