Releases: zzzprojects/Eval-Expression.NET
Releases · zzzprojects/Eval-Expression.NET
v4.0.3
Download the library here
- ADDED: Improved some error messages (Issue #78)
Trial unlocked until the end of July
v4.0.2
Download the library here
Trial unlocked until the end of July
v4.0.1
Download the library here
- UPDATED: Monthly Trial Release
Trial unlocked until the end of July
v4.0.0
Download the library here
- ADDED: Support to empty anonymous type
new {}
- BREAKING CHANGES: Most recursive binary logic used in the
CodeAnalysis
and CodeCompiler
has been modified to use iterations instead to avoid Stack Overflow
error (Microsoft limitation when the Stack 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
v3.1.12
Download the library here
- FIXED: Null-conditional (?) operators not work #74
Trial unlocked until the end of June
v3.1.11
Download the library here
- UPDATED: Monthly Trial Release
Trial unlocked until the end of June
v3.1.10
Download the library here
- UPDATED: Monthly Trial Release
Trial unlocked until the end of May
v3.1.9
Download the library here
- FIXED: Error when parsing string interpolation expression with spaces #72
- FIXED: Formatting not works inside string interpolation expressions #73
Trial unlocked until the end of April
v3.1.8
Download the library here
Trial unlocked until the end of April
v3.1.7
Download the library here
- FIXED: Issue with
Int
constant when compared to a ULong (#71)
Trial unlocked until the end of March