v4.0.0
Download the library here
- ADDED: Support to empty anonymous type
new {}
- BREAKING CHANGES: Most recursive binary logic used in the
CodeAnalysis
andCodeCompiler
has been modified to use iterations instead to avoidStack Overflow
error (Microsoft limitation when theStack Trace
is too big). Nothing change on your side, but the change is enough big to justify a major version.
We HIGHLY recommend that you test your expression when upgrading to the v4.0.0, we hope the new logic is working exactly like the old one.
Trial unlocked until the end of June