sklose / NCalc2

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

EvaluationVisitor.Result setter should be protected, not private. #79

Closed Bykiev closed 7 months ago

Bykiev commented 8 months ago

This is a backport of https://github.com/ncalc/ncalc/issues/79 The setter should be protected to access it from derived 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.