Skip to content

Releases: zzzprojects/System.Linq.Dynamic.Core

v1.2.0

27 Jul 19:13
1bb138a

Choose a tag to compare

Download the library here

ADDED: Support to EF Core 3.1.0 or greater (You must use package starting with the major version 3.x): https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.DynamicLinq/3.2.0
ADDED: Support to EF Core 2.0.1 or greater (You must use package starting with major version "2.x"): https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.DynamicLinq/2.2.0
REMOVED: Support to EF Core 1.x
FIXED: Issue SumAsync and CountAsync (maybe more) do not work with EF Core 3.1

v1.1.8

12 Jul 17:26

Choose a tag to compare

Download the library here

FIXED: Dictionary parameter issue #397

v1.1.7

06 Jul 12:52

Choose a tag to compare

Download the library here

FIXED: GitHub Repository URL

v1.1.6

05 Jul 23:01

Choose a tag to compare

Download the library here

ADDED: Support to extensions methods for class marked with [DynamicLinqType] attribute (Issue #386)

v1.1.5

15 Jun 21:29

Choose a tag to compare

Download the library here

MERGED: Pull #390 to fix issue #388 introduced in v1.1.3 (a few hours ago)
ADDED: Support to param array method when parameter type is already of the right type (Issue #386)

v1.1.3

15 Jun 19:55

Choose a tag to compare

Download the library here

ADDED: Support to EF 6 .NET Standard 2.1
ADDED: Support to param array method (Issue #386)
ADDED: Support to IDictionary.ContainsKey (Issue #384)
FIXED: Assembly File Version (Issue #388)

v1.1.2

31 May 23:38

Choose a tag to compare

Download the library here

FIXED: Pull #383 to fix: calling methods which return a nullable #382
FIXED: Pull #381 to fix: Case insensitive GroupBy() #351
FIXED: Pull #380 to fix: OrderBy with non-english letters give different ordering result on string vs key selector #363

v1.1.1

14 May 13:15

Choose a tag to compare

Download the library here

FIXED: Versioning Issue in Latest NUGET packages #378