In my project I have a generic interface implemented by a few entity classes, and a generic extension method for that interface. When I tried using Expressionify on that method, the generator does come up with a static expression, but the type of it contains the method's generic parameter which is undefined in this context and causes compiling error.
Is there a way to fix this? Thanks!