Closed C6H7NO2 closed 5 years ago
I'm direly missing support for FallbackValue (from BindingBase), which should be used when the expression can't be compiled/evaluated/throws. Is it feasible to add?
FallbackValue
BindingBase
Sure!
Is FallBackValue present in version 2.5.1 ?
Planned in current iteration
@C6H7NO2, @DenZuck FallbackValue is added in version 2.5.2 - https://www.nuget.org/packages/CalcBinding/2.5.2
ok! Thanks.
I'm direly missing support for
FallbackValue
(fromBindingBase
), which should be used when the expression can't be compiled/evaluated/throws. Is it feasible to add?