With every new release, we recompile the libraries so that we can set the application name to meet licensing requirements.
However, with 2023 R3, the compilation is failing due to four instances of a call to FunctionBase.LinearInterpolate in BrushRenderer.cs which leads to the following compilation error:
Fixed\UI\BrushRenderer.cs(233,50): error CS0117: 'Telerik.Windows.Documents.Fixed.Model.Common.Functions.FunctionBase' does not contain a definition for 'LinearInterpolate'
The LinearInterpolate method is definitely not defined in FunctionBase, would appreciate any available help on this.