Joshua Helm
Joshua Helm
First, great library, very useful! We have a scenario where we need the same dynamic LINQ string to execute both against a database using LINQ to Entities, and in-memory objects...
## 1. Description When calling `SelectMany()` within a Dynamic LINQ expression for an `ICollection` property, an ArgumentException is thrown when executed on EF Core 7 LINQ to Entities. Note that...
In EF6, when creating a composite index by using multiple [Index] attributes, you only were required to specify the IsUnique and IsClustered options on one of the attributes. Currently with...
Fix errors when building with AOT on angular-cli (ng build --prod)
Using a type variable in a `Where()` predicate to compare to `GetType()` fails to translate; only a hardcoded type using `typeof(...)` seems to be supported. Tested on both InMemory and...