System.Linq.Dynamic.Core icon indicating copy to clipboard operation
System.Linq.Dynamic.Core copied to clipboard

The .NET Standard / .NET Core version from the System Linq Dynamic functionality.

Results 132 System.Linq.Dynamic.Core issues
Sort by recently updated
recently updated
newest added

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...

documentation

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. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jQuery&package-manager=nuget&previous-version=3.0.0&new-version=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...

dependencies

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)...