LINQKit icon indicating copy to clipboard operation
LINQKit copied to clipboard

LINQKit is a free set of extensions for LINQ to SQL and Entity Framework power users.

Results 48 LINQKit issues
Sort by recently updated
recently updated
newest added

The documentation says that `AsExpandable` is needed when using `PredicateBuilder` and that `Invoke` is used with the original expression when adding an `And` or `Or` clause, but the output from...

I have a number of library functions (QueryObjectAccess in this case) that perform filtering on a IQueryable, often involving PredicateBuilder. I don't want to forget to apply AsExpandable(), so I'm...

See [stackoverflow](https://stackoverflow.com/questions/66640001/linqkit-applying-nested-filtering-through-extension-method-not-working) fo details. Seems like the `Get` is never called (breakpoints never hit). I already tried using Expression.Lambda `Compile()`, `Invoke()` and `Expand()` but still, the extension seems not be...

- https://github.com/scottksmith95/LINQKit/pull/126 - https://github.com/scottksmith95/LINQKit/pull/127 -https://github.com/scottksmith95/LINQKit/pull/136 ---> Not

documentation

Hi there, Can someone please help . We are trying to use linqkit to cast a string to date but the sql that is being generated does not contain the...

question

- The namespace from the current ExpressionVisitor should be changed to System.Linq.Expressions - And the current ExpressionVisitor should only be used for .NET 3.5

feature

Although I found a way to do this, it would be better if I could just initialize an ExpressionStarter more directly. This is currently the round about way to do...

Hi, I am using PredicateBuilder to create a custom filter in my application. If I add a filter with a navigation property, I have an InvalidOperationException ``` The LINQ expression...

You can edit the page and make a PR. Great way to promote. https://docs.microsoft.com/en-us/ef/core/extensions/

documentation

I stumbled over the following exception and suspect the error in the LINQKit. I guess it's a bug: > "InvalidOperationException: When called from 'VisitLambda', rewriting a node of type 'System.Linq.Expressions.ParameterExpression'...