Microsoft.EntityFrameworkCore.DynamicLinq 5.3.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.EntityFrameworkCore.DynamicLinq --version 5.3.6
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 5.3.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.EntityFrameworkCore.DynamicLinq" Version="5.3.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.EntityFrameworkCore.DynamicLinq --version 5.3.6
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 5.3.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.EntityFrameworkCore.DynamicLinq as a Cake Addin
#addin nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=5.3.6

// Install Microsoft.EntityFrameworkCore.DynamicLinq as a Cake Tool
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=5.3.6

System.Linq.Dynamic.Core

This is a .NET Core / Standard port of the Microsoft assembly for the .Net 4.0 Dynamic language functionality.

Overview

With this library it's possible to write Dynamic LINQ queries (string based) on an IQueryable:

var query = db.Customers
    .Where("City == @0 and Orders.Count >= @1", "London", 10)
    .OrderBy("CompanyName")
    .Select("new(CompanyName as Name, Phone)");

Library Powered By

This library is powered by Entity Framework Extensions

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (74)

Showing the top 5 NuGet packages that depend on Microsoft.EntityFrameworkCore.DynamicLinq:

Package Downloads
OO.Data

Data Entity base types and declarations for EasyDataCore infrastructure

EntityFrameworkCore.BootKit

EntityFrameworkCore Boot Kit (EFBK) is a quick start database connecter for using EntityFrameworkCore. Support variety of databases such as Sqlite, MySql, SqlServer, PostgreSql, MongoDb, Amazon Redshift, AWS Aurora and Memory database.

FenixAlliance.ABM.SDK

Application Component for the Alliance Business Suite.

EaCloud.EntityFrameworkCore

EaCloud 数据访问组件,封装 EntityFrameworkCore 数据访问功能的实现。

Buran.Core.MvcLibrary

Package Description

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Microsoft.EntityFrameworkCore.DynamicLinq:

Repository Stars
alirezanet/Gridify
Easy and optimized way to apply Filtering, Sorting, and Pagination using text-based data.
cloudy-net/Cloudy.NET
☁️ ASP.NET Core app to build backoffices fast
Version Downloads Last updated
8.3.14 10,019 5/3/2024
8.3.13 5,759 4/25/2024
8.3.12 4,168 4/18/2024
8.3.10 42,630 3/3/2024
8.3.9 4,835 2/29/2024
8.3.9-preview-02 347 2/3/2024
8.3.9-preview-01 408 1/23/2024
8.3.8 42,312 1/20/2024
8.3.7 64,791 11/20/2023
7.3.14 2,951 5/3/2024
7.3.13 249 4/25/2024
7.3.12 285 4/18/2024
7.3.11 429 4/17/2024
7.3.10 13,745 3/3/2024
7.3.9 1,216 2/29/2024
7.3.9-preview-02 783 2/3/2024
7.3.9-preview-01 400 1/23/2024
7.3.8 7,344 1/20/2024
7.3.7 18,294 11/20/2023
7.3.6 6,887 11/19/2023
7.3.5 95,178 9/21/2023
7.3.4 103,092 8/3/2023
7.3.3 68,936 6/24/2023
7.3.2 323,785 4/1/2023
7.3.1 22,214 3/6/2023
7.3.0 1,331 3/3/2023
7.2.25 60,701 2/5/2023
7.2.24 184,247 12/18/2022
7.2.23 57,563 11/12/2022
6.3.14 465 5/3/2024
6.3.13 3,786 4/25/2024
6.3.12 151 4/18/2024
6.3.11 107 4/17/2024
6.3.10 5,373 3/3/2024
6.3.9 731 2/29/2024
6.3.9-preview-02 474 2/3/2024
6.3.9-preview-01 258 1/23/2024
6.3.8 11,865 1/20/2024
6.3.7 18,282 11/20/2023
6.3.6 1,233 11/19/2023
6.3.5 70,640 9/21/2023
6.3.4 37,273 8/3/2023
6.3.3 27,179 6/24/2023
6.3.2 112,828 4/1/2023
6.3.1 36,877 3/6/2023
6.3.0 5,747 3/3/2023
6.2.25 43,041 2/5/2023
6.2.24 59,263 12/18/2022
6.2.23 58,801 11/12/2022
6.2.22 40,523 11/6/2022
6.2.21 42,330 10/28/2022
6.2.20 364,383 9/3/2022
6.2.20-preview-01 620 9/3/2022
6.2.19 280,389 6/26/2022
6.2.18 596,118 3/7/2022
6.2.17 64,294 2/21/2022
6.2.16 3,952 2/19/2022
6.2.15 146,058 12/17/2021
6.2.14 244,289 11/9/2021
6.2.13-preview.4.21253.1 1,175 10/9/2021
6.2.12-preview.4.21253.1 891 7/31/2021
6.2.11-preview.4.21253.1 212 7/19/2021
6.0.0-preview.4.21253.1 387 5/31/2021
6.0.0-preview.3.21201.2 233 5/9/2021
5.3.14 80 5/3/2024
5.3.13 90 4/25/2024
5.3.12 87 4/18/2024
5.3.11 92 4/17/2024
5.3.10 515 3/3/2024
5.3.9 196 2/29/2024
5.3.9-preview-02 249 2/3/2024
5.3.9-preview-01 267 1/23/2024
5.3.8 335 1/20/2024
5.3.7 1,328 11/20/2023
5.3.6 422 11/19/2023
5.3.5 1,040 9/21/2023
5.3.4 930 8/3/2023
5.3.3 1,873 6/24/2023
5.3.2 31,084 4/1/2023
5.3.1 774 3/6/2023
5.3.0 793 3/3/2023
5.2.25 863 2/5/2023
5.2.24 7,516 12/18/2022
5.2.23 2,405 11/12/2022
5.2.22 5,173 11/6/2022
5.2.21 875 10/28/2022
5.2.20 22,429 9/3/2022
5.2.20-preview-01 633 9/3/2022
5.2.19 23,650 6/26/2022
5.2.18 17,736 3/7/2022
5.2.17 4,390 2/21/2022
5.2.16 2,186 2/19/2022
5.2.15 112,774 12/17/2021
5.2.14 16,782 11/9/2021
5.2.13 155,952 10/9/2021
5.2.12 189,989 7/31/2021
5.2.11 72,834 7/19/2021
5.2.10 325,465 5/31/2021
5.2.9 182,244 3/26/2021
5.2.8 273,453 2/13/2021
5.2.7 73,238 12/26/2020
5.2.7-preview-03 911 12/26/2020
5.2.7-preview-01 906 12/26/2020
3.3.14 71 5/3/2024
3.3.13 89 4/25/2024
3.3.12 88 4/18/2024
3.3.11 86 4/17/2024
3.3.10 228 3/3/2024
3.3.9 185 2/29/2024
3.3.9-preview-02 224 2/3/2024
3.3.9-preview-01 291 1/23/2024
3.3.8 322 1/20/2024
3.3.7 2,886 11/20/2023
3.3.6 430 11/19/2023
3.3.5 1,655 9/21/2023
3.3.4 1,435 8/3/2023
3.3.3 7,205 6/24/2023
3.3.2 2,738 4/1/2023
3.3.1 1,132 3/6/2023
3.3.0 726 3/3/2023
3.2.25 1,351 2/5/2023
3.2.24 17,414 12/18/2022
3.2.23 1,458 11/12/2022
3.2.22 933 11/6/2022
3.2.21 952 10/28/2022
3.2.20 17,675 9/3/2022
3.2.20-preview-01 576 9/3/2022
3.2.19 38,306 6/26/2022
3.2.18 24,092 3/7/2022
3.2.17 1,155 2/21/2022
3.2.16 984 2/19/2022
3.2.15 23,326 12/17/2021
3.2.14 16,257 11/9/2021
3.2.13 2,297 10/9/2021
3.2.12 22,158 7/31/2021
3.2.11 2,521 7/19/2021
3.2.10 37,800 5/31/2021
3.2.9 19,403 3/26/2021
3.2.8 18,295 2/13/2021
3.2.7 71,673 12/26/2020
3.2.7-preview-03 914 12/26/2020
3.2.7-preview-02 926 12/26/2020
3.2.7-preview-01 925 12/26/2020
3.2.6 130,976 11/25/2020
3.2.6-preview-01 827 11/25/2020
3.2.5 187,302 10/24/2020
3.2.4 6,166 10/19/2020
3.2.3 11,606 10/11/2020
3.2.2 78,505 8/19/2020
3.2.1 9,184 8/8/2020
3.2.0 24,732 7/27/2020
2.3.14 62 5/3/2024
2.3.13 91 4/25/2024
2.3.12 84 4/18/2024
2.3.11 83 4/17/2024
2.3.10 191 3/3/2024
2.3.9 203 2/29/2024
2.3.9-preview-02 252 2/3/2024
2.3.9-preview-01 250 1/23/2024
2.3.8 280 1/20/2024
2.3.7 436 11/20/2023
2.3.6 416 11/19/2023
2.3.5 485 9/21/2023
2.3.4 625 8/3/2023
2.3.3 615 6/24/2023
2.3.2 730 4/1/2023
2.3.1 685 3/6/2023
2.3.0 725 3/3/2023
2.2.25 761 2/5/2023
2.2.24 755 12/18/2022
2.2.23 778 11/12/2022
2.2.22 829 11/6/2022
2.2.21 837 10/28/2022
2.2.20 889 9/3/2022
2.2.20-preview-01 559 9/3/2022
2.2.19 915 6/26/2022
2.2.18 1,110 3/7/2022
2.2.17 932 2/21/2022
2.2.16 964 2/19/2022
2.2.15 891 12/17/2021
2.2.14 862 11/9/2021
2.2.13 904 10/9/2021
2.2.12 1,181 7/31/2021
2.2.11 1,665 7/19/2021
2.2.10 1,479 5/31/2021
2.2.9 7,063 3/26/2021
2.2.8 1,754 2/13/2021
2.2.7 1,169 12/26/2020
2.2.7-preview-03 910 12/26/2020
2.2.7-preview-02 891 12/26/2020
2.2.7-preview-01 917 12/26/2020
2.2.6 12,306 11/25/2020
2.2.6-preview-01 750 11/25/2020
2.2.5 3,803 10/24/2020
2.2.4 2,727 10/19/2020
2.2.3 1,098 10/11/2020
2.2.2 20,121 8/19/2020
2.2.1 7,861 8/8/2020
2.2.0 63,412 7/27/2020
1.1.8 17,893 7/12/2020
1.1.7 4,929 7/6/2020
1.1.6 2,693 7/5/2020
1.1.5 41,701 6/15/2020
1.1.4 1,154 6/15/2020
1.1.3 1,152 6/15/2020
1.1.2 19,473 5/31/2020
1.1.1 26,884 5/14/2020
1.1.0 22,915 4/25/2020
1.0.24 12,376 4/16/2020
1.0.23 210,430 3/26/2020
1.0.22 6,110 3/18/2020
1.0.21 31,711 2/29/2020
1.0.20 128,676 1/11/2020
1.0.19 107,527 8/29/2019
1.0.18 81,535 7/2/2019
1.0.17 40,127 6/14/2019
1.0.16 3,388 6/6/2019
1.0.15 4,369 5/20/2019
1.0.14 4,752 5/14/2019
1.0.13 14,230 5/3/2019
1.0.12 69,037 3/26/2019
1.0.11 13,927 2/28/2019
1.0.10 30,982 2/5/2019
1.0.9.2 538,464 1/10/2019
1.0.9.1 1,573 1/7/2019
1.0.9 35,276 10/19/2018
1.0.8.18 81,725 9/4/2018
1.0.8.17 11,476 8/27/2018
1.0.8.16 18,246 8/19/2018
1.0.8.15 1,635 8/17/2018
1.0.8.13 6,117 8/2/2018
1.0.8.12 4,864 7/27/2018
1.0.8.11 34,857 6/6/2018
1.0.8.10 2,248 6/5/2018
1.0.8.9 6,767 5/26/2018
1.0.8.8 1,792 5/21/2018
1.0.8.7 3,073 5/9/2018
1.0.8.6 2,452 4/28/2018
1.0.8.5 2,053 4/27/2018
1.0.8.4 1,829 4/25/2018
1.0.8.3 3,557 3/30/2018
1.0.8.2 56,045 1/9/2018
1.0.8.1 5,233 1/5/2018
1.0.8 20,357 12/16/2017
1.0.4.8 15,144 11/1/2017
1.0.4.7 4,349 9/12/2017
1.0.4.6 6,080 7/8/2017
1.0.4.5 1,862 6/28/2017
1.0.4.4 1,694 6/27/2017
1.0.4.3 2,009 6/1/2017
1.0.4.2 1,652 6/1/2017
1.0.4.1 1,683 5/31/2017
1.0.4 2,328 5/17/2017
1.0.3.6 3,128 4/8/2017
1.0.3.5 2,068 3/30/2017
1.0.3.4 1,989 3/25/2017
1.0.3.3 5,794 11/16/2016
1.0.3.2 2,019 10/31/2016
1.0.3.1 1,882 10/30/2016
1.0.3 1,758 10/22/2016
1.0.1 2,874 6/27/2016
1.0.0 2,964 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md