sklose / NCalc2

expression evaluator for .NET with built-in compiler
MIT License
166 stars 58 forks source link

Add parameterless constructor to ValueExpression #80

Closed Bykiev closed 6 months ago

Bykiev commented 8 months ago

This is a backport from https://github.com/ncalc/ncalc/pull/61

Adding parameterless constructor will allow to serialize ValueExpression class

david-brink-talogy commented 8 months ago

See this PR for build issues https://github.com/sklose/NCalc2/pull/81

david-brink-talogy commented 7 months ago

@Bykiev, If you're still interested in this change you should be able to merge in master to trigger a new build.