Ruben Delange

Results 5 comments of Ruben Delange

Hi Adam, Thanks for the quick reply and the awesome library! What I'm looking for is a way to sanitize the "left" and "right" parts first and then do the...

FYI: not disabling the soft deleted filter before batch updating doesn't help either. At first I wasn't thinking about disabling any filter or instantiating a temporarily new DbContext in the...

Hi jcachat! Thank you for your quick and elaborated reply! I was afraid that "the 2 libraries are not compatible" would be the outcome of this so I'm replacing the...

I updated from v1.4.11 to v2.4.0 the other day and suddenly a (only 1) very slow SQL query popped up. [query_1.4.11.txt](https://github.com/jcachat/EntityFramework.DynamicFilters/files/532859/query_1.4.11.txt) [query_2.4.0.txt](https://github.com/jcachat/EntityFramework.DynamicFilters/files/532858/query_2.4.0.txt) (very slow) In code, I use a "where...

I'm also interested in a way to use an existing container. Our solution has console apps, Windows services, web apps that all use the same logic to initialize the container....