Tuomas Hietanen
Tuomas Hietanen
This was just smaller pre-commit needed for Net8-build. Either merge this first or not at all.
I would like to have the --rename as parameter when starting opencode.
no, I'm using opencode 1.0,67 on Windows, and opencode 1.0.110 on Ubuntu, and both `/rename` works well. But it relies me to remember to name the session, I would like...
There is a configuration that tells which rules to use, which you can override: https://github.com/Thorium/Linq.Expression.Optimizer/blob/eddd78818ade888ebe1d0bfb771d521b5c0896bd/src/Code/ExpressionOptimizer.fs#L473 The issue here is that if you use all the rules, then there is a...
Maybe those expressions could be in use only in as part of some larger scenario where the oscilation won't then happen.
I'm looking into your example code, and I'm facing a few issues: 1) You construct different lambdas with `c => ... c.IsDeleted` and the parameter `c` is not the same...
Some issues are addressed now in the new version. However, there is still a limit to tree-parsing. May I ask why do you need to have your conditions in full...
Hi, just pushed a version 1.0.28 which should do this way better.
Thanks, definitely I think we can improve this. I would like to have `Remove mutually exclusive condition` but... let's see how it would work with basic OR: `c.LastName == "John"...
Hi, Can you test the new version, please?