Linq.Expression.Optimizer icon indicating copy to clipboard operation
Linq.Expression.Optimizer copied to clipboard

System.Linq.Expression expressions optimizer. http://thorium.github.io/Linq.Expression.Optimizer

Results 6 Linq.Expression.Optimizer issues
Sort by recently updated
recently updated
newest added

### Description ![изображение](https://user-images.githubusercontent.com/991922/97356647-9eeffe00-18a9-11eb-9c7d-fa9c7833ad99.png) ### Repro steps I have legacy solution with webforms, blazor and multitarget net48/netstandard21 projects. WebForms project version don't use optimizer yet, but have indirectly reference to it....

Hi, I am trying to simplify boolean expressions, that I think it might be achieved with the "binary tree balancing" feature but I am not able to do it based...

question

### Description It would be nice if the visit method got a generic type overload, so I don't have to cast the expression returned. ```csharp return (Expression)ExpressionOptimizer.visit(expression); ``` Not sure...

### Description I'm buildning a library of Select Expressions for our product and have found that I would like to do something like this: ```csharp internal static class MapperDTO {...

### Description Just recently updated to 1.0.19 and got the following runtime error, I noticed the library now relies on FSharp.Core 8 but the paket.template still references 6.0.7 Could not...

### Description If you try to optimize a query on a DbSet it throws: System.Exception : encountered unknown LINQ expression: Extension [Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression] or System.Exception : encountered unknown LINQ expression: Extension...