Skip to content

Releases: zzzprojects/System.Linq.Dynamic.Core

v1.2.14

17 Dec 18:43
Compare
Choose a tag to compare
v1.2.14

v1.2.13

11 Oct 19:20
Compare
Choose a tag to compare
v1.2.13

v1.2.12

14 Aug 11:40
Compare
Choose a tag to compare
v1.2.12

v1.2.5

24 Oct 18:21
Compare
Choose a tag to compare

Download the library here

FIXED: Clarify error message when using np with instance methods #432

v1.2.4

19 Oct 20:16
Compare
Choose a tag to compare

Download the library here

MERGED: Pull #429 for issue: Add support for parsing Action lambdas #425

v1.2.3

11 Oct 14:35
Compare
Choose a tag to compare

Download the library here

MERGED: Add support for IQueryable.Min and .Max #428

v1.2.2

19 Aug 13:10
Compare
Choose a tag to compare

Download the library here

ADDED: IsCaseSensitive options (for Expression parameter should be case sensitive #406)

v1.2.1

08 Aug 12:25
Compare
Choose a tag to compare

Download the library here

MERGED: Use parameterized names in dynamic query #399
ADDED: Alias are now automatically added when a single string is used like in the scenario: Expression is missing an 'as' clause #403

v1.2.0

27 Jul 19:13
1bb138a
Compare
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
Compare
Choose a tag to compare

Download the library here

FIXED: Dictionary parameter issue #397