System.Linq.Dynamic.Core
System.Linq.Dynamic.Core copied to clipboard
The .NET Standard / .NET Core version from the System Linq Dynamic functionality.
Here is what to include in your request to make sure we implement a solution as quickly as possible. ## 1. Description Ok so I have a List(CustomObject) that I...
## 1. Description I am trying to upgrade from Linq.Dynamic.Core 1.2.25 to 1.3.3 and facing runtime ParserExcpetions on DynamicExpressionParser.ParseLambda call `No applicable method 'SomeMethod' exists in type 'MyCustomType'`. I've read...
Seems like $ and it are equivalent, and a reserved keyword. How would we do string interpolation without having to use `string.Format`?
I believe I’ve found an issue with the `System.Linq.Dynamics.Core` library and the `GroupBy` method. It may very well be happening elsewhere but I’ll let you work that out. With this...
Bumps jQuery from 3.0.0 to 3.5.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
Hello, I'm trying resolve this query with DynamicLinq: ``` select u.nombre from expediente e inner join clave_principal cp on cp.id = e.clave_principal_id inner join area_unidad au on au.id = cp.area_unidad_id...
I want to pass the specified fields and then return tuple. It's ok with linq to db but error with EF 6. The exception is : Only parameterless constructors and...
Hello, Allow me to start by saying thank you for this library. I believe I have found an issue when migrating some code from .net6.0 to .net7.0. If this is...
## 1. Description I'm trying to filter `persons` base on `filter` IEnumerable, but it's not working. What I'm doing wrong? ## 2. Exception None ## 3. Fiddle or Project [https://dotnetfiddle.net/wyYnIQ](https://dotnetfiddle.net/wyYnIQ)...