kuebelkasten
kuebelkasten
@sdanyliv Yes. Was not sure if I need to repeat it completely here again. But would be possible to edit my issue here if needed
@sdanyliv I've added the `Expandable`-attribute to the `Get` extension-method ending up in exception ``` c# [Expandable] public static IEnumerable Get(this IEnumerable entities, TEntityFilter filter) where TEntity : BaseEntity, new() where...
Sorry. I copied the wrong link to the SO-question. Should be [stackoverflow](https://stackoverflow.com/questions/66640001/linqkit-applying-nested-filtering-through-extension-method-not-working) I updated the question accordingly. No idea where the wrong link was from...
@sdanyliv Awesome. Well appreciated. In your copied code there is just one `>` at the wrong position in `GetEnumerable` but then it works like a charm. Many thanks 👍
Yupp. Removed `Expand()` in both methods and it still works as expected
Maybe @sdanyliv could help me out with this again as it may be related. I have the following query: await DbContext.Events.Get(new EventFilter { IsVisibleFilter = (EventIsVisibleFilter)true, IdIncludeExcludeFilter = (EventIdIncludeExcludeFilter)new IncludeExcludeFilter...
@Thorium I don't have the code here to check right now. I know about the function but it seems like it is never called at `ExpressionExpander.VisitMethodCall` line 63 and crashes...