Muhammet Parlak
Muhammet Parlak
You can use [wiki](https://github.com/mparlak/Flee/wiki/Extending) for this.
@ffernandezcast you can use this. Type type = typeof(FieldSet1); ExpressionContext context = new ExpressionContext(); context.Options.ParseCulture = CultureInfo.InvariantCulture; context.ParserOptions.DecimalSeparator = '.'; context.Imports.AddType(type); context.Variables[type.Name] = fieldSet1; IDynamicExpression compiledExpression = context.CompileDynamic("FieldSet1.Field1 + ieldSet1.Field2");...
Hi @kerly and @eskaufel I upgraded to a higher version of PR on nuget (Flee 1.0.5) Thanks!
can not you run the same formula in parallel?