Microsoft.EntityFrameworkCore.DynamicLinq 5.6.0-preview-01

This is a prerelease version of Microsoft.EntityFrameworkCore.DynamicLinq.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.EntityFrameworkCore.DynamicLinq --version 5.6.0-preview-01
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 5.6.0-preview-01
                    
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.6.0-preview-01" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.DynamicLinq" Version="5.6.0-preview-01" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.EntityFrameworkCore.DynamicLinq" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.EntityFrameworkCore.DynamicLinq --version 5.6.0-preview-01
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 5.6.0-preview-01"
                    
#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.
#:package Microsoft.EntityFrameworkCore.DynamicLinq@5.6.0-preview-01
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=5.6.0-preview-01&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=5.6.0-preview-01&prerelease
                    
Install as a Cake Tool

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 (79)

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 (4)

Showing the top 4 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.
mixcore/mix.core
🚀 A future-proof enterprise web CMS supporting both headless and decoupled approaches. Build any type of app with customizable APIs on ASP.NET Core/.NET Core. Completely open-source and designed for flexibility.
Deali-Axy/StarBlog
☀StarBlog 是一个基于 .NET Core 开发的现代博客系统,支持 Markdown 文章导入,遵循 RESTful 接口规范。前端基于 Vue + ElementUI 开发,可作为 .NET Core 入门学习项目,同时配套了一系列开发笔记,记录了从零开始构建这个博客系统的全过程,可以帮助学习理解 .Net Core 项目的开发流程。
cloudy-net/Cloudy.NET
☁️ ASP.NET Core app to build backoffices fast
Version Downloads Last Updated
9.6.7 174 7/28/2025
9.6.6 19,961 6/11/2025
9.6.5 5,941 5/28/2025
9.6.4 6,292 5/19/2025
9.6.3 4,028 5/9/2025
9.6.2 8,767 4/24/2025
9.6.0.2 58,860 2/11/2025
9.6.0.1 46,624 1/28/2025
9.6.0 3,050 1/26/2025
9.6.0-preview-03 148 1/25/2025
9.6.0-preview-02 118 1/24/2025
9.6.0-preview-01 123 1/23/2025
9.5.1 70,728 12/12/2024
9.5.0 4,670 12/7/2024
9.4.9 19,164 11/16/2024
8.6.7 73 7/28/2025
8.6.6 6,321 6/11/2025
8.6.5 3,337 5/28/2025
8.6.4 1,981 5/19/2025
8.6.3 2,007 5/9/2025
8.6.2 4,184 4/24/2025
8.6.1 184,366 1/23/2025
8.6.0.2 11,970 2/11/2025
8.6.0.1 1,611 1/28/2025
8.6.0 7,386 1/26/2025
8.6.0-preview-03 120 1/25/2025
8.6.0-preview-02 118 1/24/2025
8.6.0-preview-01 113 1/23/2025
8.5.1 55,919 12/12/2024
8.5.0 4,378 12/7/2024
8.4.9 42,619 11/16/2024
8.4.8 101,195 10/31/2024
8.4.7 32,231 10/26/2024
8.4.6 171,399 10/13/2024
8.4.5 201,183 8/20/2024
8.4.4 127,061 7/30/2024
8.4.3 156,225 7/1/2024
8.4.2 25,945 6/25/2024
8.4.1 37,330 6/21/2024
8.4.0 95,008 5/31/2024
8.3.14 81,032 5/3/2024
8.3.13 18,645 4/25/2024
8.3.12 17,462 4/18/2024
8.3.10 155,928 3/3/2024
8.3.9 10,133 2/29/2024
8.3.9-preview-02 453 2/3/2024
8.3.9-preview-01 669 1/23/2024
8.3.8 94,976 1/20/2024
8.3.7 114,629 11/20/2023
7.6.7 42 7/28/2025
7.6.6 752 6/11/2025
7.6.5 455 5/28/2025
7.6.4 501 5/19/2025
7.6.3 642 5/9/2025
7.6.2 457 4/24/2025
7.6.1 1,170 1/23/2025
7.6.0.2 791 2/11/2025
7.6.0.1 746 1/28/2025
7.6.0 767 1/26/2025
7.6.0-preview-03 118 1/25/2025
7.6.0-preview-02 110 1/24/2025
7.6.0-preview-01 116 1/23/2025
7.5.1 908 12/12/2024
7.5.0 799 12/7/2024
7.4.9 922 11/16/2024
7.4.8 870 10/31/2024
7.4.7 758 10/26/2024
7.4.6 1,140 10/13/2024
7.4.5 13,965 8/20/2024
7.4.4 1,063 7/30/2024
7.4.3 9,666 7/1/2024
7.4.2 2,180 6/25/2024
7.4.1 960 6/21/2024
7.4.0 6,275 5/31/2024
7.3.14 12,547 5/3/2024
7.3.13 1,430 4/25/2024
7.3.12 1,594 4/18/2024
7.3.11 1,520 4/17/2024
7.3.10 25,159 3/3/2024
7.3.9 3,659 2/29/2024
7.3.9-preview-02 852 2/3/2024
7.3.9-preview-01 466 1/23/2024
7.3.8 23,681 1/20/2024
7.3.7 26,982 11/20/2023
7.3.6 13,593 11/19/2023
7.3.5 224,110 9/21/2023
7.3.4 130,375 8/3/2023
7.3.3 87,351 6/24/2023
7.3.2 395,770 4/1/2023
7.3.1 29,163 3/6/2023
7.3.0 2,058 3/3/2023
7.2.25 82,128 2/5/2023
7.2.24 213,313 12/18/2022
7.2.23 77,101 11/12/2022
6.6.7 43 7/28/2025
6.6.6 460 6/11/2025
6.6.5 228 5/28/2025
6.6.4 351 5/19/2025
6.6.3 191 5/9/2025
6.6.2 280 4/24/2025
6.6.1 2,134 1/23/2025
6.6.0.2 1,289 2/11/2025
6.6.0.1 247 1/28/2025
6.6.0 764 1/26/2025
6.6.0-preview-03 120 1/25/2025
6.6.0-preview-02 111 1/24/2025
6.6.0-preview-01 119 1/23/2025
6.5.1 22,075 12/12/2024
6.5.0 344 12/7/2024
6.4.9 964 11/16/2024
6.4.8 398 10/31/2024
6.4.7 529 10/26/2024
6.4.6 1,713 10/13/2024
6.4.5 2,452 8/20/2024
6.4.4 1,107 7/30/2024
6.4.3 1,562 7/1/2024
6.4.2 392 6/25/2024
6.4.1 2,441 6/21/2024
6.4.0 1,970 5/31/2024
6.3.14 2,821 5/3/2024
6.3.13 10,235 4/25/2024
6.3.12 380 4/18/2024
6.3.11 322 4/17/2024
6.3.10 10,586 3/3/2024
6.3.9 2,604 2/29/2024
6.3.9-preview-02 560 2/3/2024
6.3.9-preview-01 323 1/23/2024
6.3.8 42,331 1/20/2024
6.3.7 40,332 11/20/2023
6.3.6 1,707 11/19/2023
6.3.5 521,335 9/21/2023
6.3.4 47,932 8/3/2023
6.3.3 39,215 6/24/2023
6.3.2 144,608 4/1/2023
6.3.1 39,954 3/6/2023
6.3.0 19,613 3/3/2023
6.2.25 54,494 2/5/2023
6.2.24 72,153 12/18/2022
6.2.23 78,897 11/12/2022
6.2.22 48,524 11/6/2022
6.2.21 46,947 10/28/2022
6.2.20 395,602 9/3/2022
6.2.20-preview-01 707 9/3/2022
6.2.19 342,401 6/26/2022
6.2.18 666,888 3/7/2022
6.2.17 66,872 2/21/2022
6.2.16 4,122 2/19/2022
6.2.15 179,788 12/17/2021
6.2.14 273,166 11/9/2021
6.2.13-preview.4.21253.1 1,611 10/9/2021
6.2.12-preview.4.21253.1 984 7/31/2021
6.2.11-preview.4.21253.1 305 7/19/2021
6.0.0-preview.4.21253.1 510 5/31/2021
6.0.0-preview.3.21201.2 333 5/9/2021
5.6.7 41 7/28/2025
5.6.6 305 6/11/2025
5.6.5 167 5/28/2025
5.6.4 162 5/19/2025
5.6.3 109 5/9/2025
5.6.2 189 4/24/2025
5.6.1 262 1/23/2025
5.6.0.2 160 2/11/2025
5.6.0.1 134 1/28/2025
5.6.0 144 1/26/2025
5.6.0-preview-03 122 1/25/2025
5.6.0-preview-02 117 1/24/2025
5.6.0-preview-01 125 1/23/2025
5.5.1 451 12/12/2024
5.5.0 159 12/7/2024
5.4.9 151 11/16/2024
5.4.8 148 10/31/2024
5.4.7 150 10/26/2024
5.4.6 176 10/13/2024
5.4.5 294 8/20/2024
5.4.4 309 7/30/2024
5.4.3 291 7/1/2024
5.4.2 173 6/25/2024
5.4.1 192 6/21/2024
5.4.0 200 5/31/2024
5.3.14 165 5/3/2024
5.3.13 185 4/25/2024
5.3.12 181 4/18/2024
5.3.11 368 4/17/2024
5.3.10 938 3/3/2024
5.3.9 280 2/29/2024
5.3.9-preview-02 311 2/3/2024
5.3.9-preview-01 331 1/23/2024
5.3.8 418 1/20/2024
5.3.7 2,844 11/20/2023
5.3.6 504 11/19/2023
5.3.5 1,143 9/21/2023
5.3.4 1,085 8/3/2023
5.3.3 2,429 6/24/2023
5.3.2 33,040 4/1/2023
5.3.1 861 3/6/2023
5.3.0 918 3/3/2023
5.2.25 985 2/5/2023
5.2.24 10,399 12/18/2022
5.2.23 3,368 11/12/2022
5.2.22 5,262 11/6/2022
5.2.21 979 10/28/2022
5.2.20 29,917 9/3/2022
5.2.20-preview-01 720 9/3/2022
5.2.19 31,555 6/26/2022
5.2.18 19,109 3/7/2022
5.2.17 4,848 2/21/2022
5.2.16 2,301 2/19/2022
5.2.15 137,152 12/17/2021
5.2.14 17,515 11/9/2021
5.2.13 164,796 10/9/2021
5.2.12 198,516 7/31/2021
5.2.11 78,874 7/19/2021
5.2.10 336,844 5/31/2021
5.2.9 189,597 3/26/2021
5.2.8 279,895 2/13/2021
5.2.7 80,612 12/26/2020
5.2.7-preview-03 1,038 12/26/2020
5.2.7-preview-01 1,024 12/26/2020
3.6.7 40 7/28/2025
3.6.6 307 6/11/2025
3.6.5 363 5/28/2025
3.6.4 173 5/19/2025
3.6.3 115 5/9/2025
3.6.2 194 4/24/2025
3.6.1 217 1/23/2025
3.6.0.2 171 2/11/2025
3.6.0.1 139 1/28/2025
3.6.0 154 1/26/2025
3.6.0-preview-03 116 1/25/2025
3.6.0-preview-02 108 1/24/2025
3.6.0-preview-01 130 1/23/2025
3.5.1 169 12/12/2024
3.5.0 150 12/7/2024
3.4.9 160 11/16/2024
3.4.8 147 10/31/2024
3.4.7 149 10/26/2024
3.4.6 180 10/13/2024
3.4.5 2,243 8/20/2024
3.4.4 147 7/30/2024
3.4.3 701 7/1/2024
3.4.2 191 6/25/2024
3.4.1 192 6/21/2024
3.4.0 223 5/31/2024
3.3.14 196 5/3/2024
3.3.13 178 4/25/2024
3.3.12 194 4/18/2024
3.3.11 179 4/17/2024
3.3.10 466 3/3/2024
3.3.9 273 2/29/2024
3.3.9-preview-02 296 2/3/2024
3.3.9-preview-01 346 1/23/2024
3.3.8 404 1/20/2024
3.3.7 9,175 11/20/2023
3.3.6 505 11/19/2023
3.3.5 3,040 9/21/2023
3.3.4 1,702 8/3/2023
3.3.3 8,964 6/24/2023
3.3.2 2,894 4/1/2023
3.3.1 1,253 3/6/2023
3.3.0 828 3/3/2023
3.2.25 1,564 2/5/2023
3.2.24 18,203 12/18/2022
3.2.23 1,638 11/12/2022
3.2.22 1,029 11/6/2022
3.2.21 1,059 10/28/2022
3.2.20 22,851 9/3/2022
3.2.20-preview-01 672 9/3/2022
3.2.19 48,294 6/26/2022
3.2.18 25,115 3/7/2022
3.2.17 1,287 2/21/2022
3.2.16 1,106 2/19/2022
3.2.15 26,374 12/17/2021
3.2.14 17,885 11/9/2021
3.2.13 2,581 10/9/2021
3.2.12 22,946 7/31/2021
3.2.11 4,830 7/19/2021
3.2.10 39,921 5/31/2021
3.2.9 22,384 3/26/2021
3.2.8 20,307 2/13/2021
3.2.7 73,768 12/26/2020
3.2.7-preview-03 1,030 12/26/2020
3.2.7-preview-02 1,053 12/26/2020
3.2.7-preview-01 1,047 12/26/2020
3.2.6 134,534 11/25/2020
3.2.6-preview-01 949 11/25/2020
3.2.5 194,339 10/24/2020
3.2.4 8,200 10/19/2020
3.2.3 12,146 10/11/2020
3.2.2 82,456 8/19/2020
3.2.1 10,839 8/8/2020
3.2.0 26,634 7/27/2020
2.6.7 41 7/28/2025
2.6.6 304 6/11/2025
2.6.5 168 5/28/2025
2.6.4 166 5/19/2025
2.6.3 112 5/9/2025
2.6.2 200 4/24/2025
2.6.1 145 1/23/2025
2.6.0.2 153 2/11/2025
2.6.0.1 137 1/28/2025
2.6.0 184 1/26/2025
2.6.0-preview-03 120 1/25/2025
2.6.0-preview-02 118 1/24/2025
2.6.0-preview-01 124 1/23/2025
2.5.1 167 12/12/2024
2.5.0 161 12/7/2024
2.4.9 156 11/16/2024
2.4.8 151 10/31/2024
2.4.7 159 10/26/2024
2.4.6 167 10/13/2024
2.4.5 191 8/20/2024
2.4.4 143 7/30/2024
2.4.3 182 7/1/2024
2.4.2 175 6/25/2024
2.4.1 180 6/21/2024
2.4.0 162 5/31/2024
2.3.14 179 5/3/2024
2.3.13 203 4/25/2024
2.3.12 179 4/18/2024
2.3.11 168 4/17/2024
2.3.10 267 3/3/2024
2.3.9 279 2/29/2024
2.3.9-preview-02 311 2/3/2024
2.3.9-preview-01 326 1/23/2024
2.3.8 363 1/20/2024
2.3.7 520 11/20/2023
2.3.6 492 11/19/2023
2.3.5 569 9/21/2023
2.3.4 713 8/3/2023
2.3.3 716 6/24/2023
2.3.2 824 4/1/2023
2.3.1 779 3/6/2023
2.3.0 816 3/3/2023
2.2.25 856 2/5/2023
2.2.24 853 12/18/2022
2.2.23 879 11/12/2022
2.2.22 928 11/6/2022
2.2.21 937 10/28/2022
2.2.20 989 9/3/2022
2.2.20-preview-01 653 9/3/2022
2.2.19 1,057 6/26/2022
2.2.18 1,231 3/7/2022
2.2.17 1,056 2/21/2022
2.2.16 1,098 2/19/2022
2.2.15 1,006 12/17/2021
2.2.14 971 11/9/2021
2.2.13 1,026 10/9/2021
2.2.12 1,319 7/31/2021
2.2.11 1,847 7/19/2021
2.2.10 1,592 5/31/2021
2.2.9 7,350 3/26/2021
2.2.8 1,932 2/13/2021
2.2.7 1,294 12/26/2020
2.2.7-preview-03 1,031 12/26/2020
2.2.7-preview-02 1,011 12/26/2020
2.2.7-preview-01 1,049 12/26/2020
2.2.6 12,901 11/25/2020
2.2.6-preview-01 869 11/25/2020
2.2.5 4,102 10/24/2020
2.2.4 2,866 10/19/2020
2.2.3 1,233 10/11/2020
2.2.2 22,480 8/19/2020
2.2.1 8,258 8/8/2020
2.2.0 65,220 7/27/2020
1.1.8 20,520 7/12/2020
1.1.7 5,410 7/6/2020
1.1.6 2,874 7/5/2020
1.1.5 42,339 6/15/2020
1.1.4 1,290 6/15/2020
1.1.3 1,281 6/15/2020
1.1.2 22,081 5/31/2020
1.1.1 27,857 5/14/2020
1.1.0 23,963 4/25/2020
1.0.24 13,077 4/16/2020
1.0.23 215,090 3/26/2020
1.0.22 6,289 3/18/2020
1.0.21 36,690 2/29/2020
1.0.20 138,169 1/11/2020
1.0.19 115,555 8/29/2019
1.0.18 83,332 7/2/2019
1.0.17 43,214 6/14/2019
1.0.16 4,707 6/6/2019
1.0.15 5,989 5/20/2019
1.0.14 5,125 5/14/2019
1.0.13 15,048 5/3/2019
1.0.12 70,168 3/26/2019
1.0.11 14,137 2/28/2019
1.0.10 32,224 2/5/2019
1.0.9.2 589,428 1/10/2019
1.0.9.1 1,713 1/7/2019
1.0.9 36,232 10/19/2018
1.0.8.18 82,330 9/4/2018
1.0.8.17 11,843 8/27/2018
1.0.8.16 18,781 8/19/2018
1.0.8.15 1,840 8/17/2018
1.0.8.13 6,440 8/2/2018
1.0.8.12 5,220 7/27/2018
1.0.8.11 38,336 6/6/2018
1.0.8.10 2,631 6/5/2018
1.0.8.9 7,234 5/26/2018
1.0.8.8 2,186 5/21/2018
1.0.8.7 3,497 5/9/2018
1.0.8.6 2,862 4/28/2018
1.0.8.5 2,436 4/27/2018
1.0.8.4 2,218 4/25/2018
1.0.8.3 3,965 3/30/2018
1.0.8.2 56,941 1/9/2018
1.0.8.1 5,673 1/5/2018
1.0.8 21,112 12/16/2017
1.0.4.8 17,069 11/1/2017
1.0.4.7 4,662 9/12/2017
1.0.4.6 6,427 7/8/2017
1.0.4.5 2,161 6/28/2017
1.0.4.4 1,992 6/27/2017
1.0.4.3 2,307 6/1/2017
1.0.4.2 1,945 6/1/2017
1.0.4.1 1,977 5/31/2017
1.0.4 2,624 5/17/2017
1.0.3.6 3,538 4/8/2017
1.0.3.5 2,475 3/30/2017
1.0.3.4 2,401 3/25/2017
1.0.3.3 6,191 11/16/2016
1.0.3.2 2,414 10/31/2016
1.0.3.1 2,278 10/30/2016
1.0.3 2,171 10/22/2016
1.0.1 3,410 6/27/2016
1.0.0 10,834 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md