sklose / NCalc2

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

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

Closed Bykiev closed 9 months ago

Bykiev commented 11 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 11 months ago

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

david-brink-talogy commented 9 months ago

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