Microsoft.EntityFrameworkCore.DynamicLinq 5.3.9-preview-02

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.3.9-preview-02
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 5.3.9-preview-02
                    
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.9-preview-02" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.DynamicLinq" Version="5.3.9-preview-02" />
                    
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.3.9-preview-02
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 5.3.9-preview-02"
                    
#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.3.9-preview-02
                    
#: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.3.9-preview-02&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=5.3.9-preview-02&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 (82)

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 29,860 7/28/2025
9.6.6 67,051 6/11/2025
9.6.5 8,407 5/28/2025
9.6.4 9,057 5/19/2025
9.6.3 4,428 5/9/2025
9.6.2 15,226 4/24/2025
9.6.0.2 68,440 2/11/2025
9.6.0.1 64,073 1/28/2025
9.6.0 3,485 1/26/2025
9.6.0-preview-03 170 1/25/2025
9.6.0-preview-02 134 1/24/2025
9.6.0-preview-01 138 1/23/2025
9.5.1 77,336 12/12/2024
9.5.0 5,514 12/7/2024
9.4.9 20,563 11/16/2024
8.6.7 10,970 7/28/2025
8.6.6 20,895 6/11/2025
8.6.5 6,736 5/28/2025
8.6.4 2,909 5/19/2025
8.6.3 3,479 5/9/2025
8.6.2 7,556 4/24/2025
8.6.1 251,614 1/23/2025
8.6.0.2 18,687 2/11/2025
8.6.0.1 1,849 1/28/2025
8.6.0 9,409 1/26/2025
8.6.0-preview-03 139 1/25/2025
8.6.0-preview-02 141 1/24/2025
8.6.0-preview-01 134 1/23/2025
8.5.1 66,146 12/12/2024
8.5.0 5,815 12/7/2024
8.4.9 49,208 11/16/2024
8.4.8 108,442 10/31/2024
8.4.7 34,515 10/26/2024
8.4.6 185,545 10/13/2024
8.4.5 227,692 8/20/2024
8.4.4 135,135 7/30/2024
8.4.3 164,090 7/1/2024
8.4.2 28,011 6/25/2024
8.4.1 39,003 6/21/2024
8.4.0 105,724 5/31/2024
8.3.14 87,251 5/3/2024
8.3.13 19,301 4/25/2024
8.3.12 18,057 4/18/2024
8.3.10 163,343 3/3/2024
8.3.9 10,457 2/29/2024
8.3.9-preview-02 477 2/3/2024
8.3.9-preview-01 694 1/23/2024
8.3.8 100,136 1/20/2024
8.3.7 120,072 11/20/2023
7.6.7 271 7/28/2025
7.6.6 995 6/11/2025
7.6.5 633 5/28/2025
7.6.4 677 5/19/2025
7.6.3 834 5/9/2025
7.6.2 570 4/24/2025
7.6.1 1,415 1/23/2025
7.6.0.2 918 2/11/2025
7.6.0.1 868 1/28/2025
7.6.0 880 1/26/2025
7.6.0-preview-03 138 1/25/2025
7.6.0-preview-02 129 1/24/2025
7.6.0-preview-01 138 1/23/2025
7.5.1 1,040 12/12/2024
7.5.0 904 12/7/2024
7.4.9 1,044 11/16/2024
7.4.8 983 10/31/2024
7.4.7 858 10/26/2024
7.4.6 1,252 10/13/2024
7.4.5 18,531 8/20/2024
7.4.4 1,189 7/30/2024
7.4.3 9,999 7/1/2024
7.4.2 2,420 6/25/2024
7.4.1 1,072 6/21/2024
7.4.0 6,499 5/31/2024
7.3.14 13,487 5/3/2024
7.3.13 1,683 4/25/2024
7.3.12 1,781 4/18/2024
7.3.11 1,633 4/17/2024
7.3.10 26,592 3/3/2024
7.3.9 3,788 2/29/2024
7.3.9-preview-02 868 2/3/2024
7.3.9-preview-01 487 1/23/2024
7.3.8 24,957 1/20/2024
7.3.7 27,582 11/20/2023
7.3.6 14,891 11/19/2023
7.3.5 242,202 9/21/2023
7.3.4 132,857 8/3/2023
7.3.3 88,827 6/24/2023
7.3.2 398,593 4/1/2023
7.3.1 30,565 3/6/2023
7.3.0 2,233 3/3/2023
7.2.25 85,383 2/5/2023
7.2.24 214,860 12/18/2022
7.2.23 80,438 11/12/2022
6.6.7 267 7/28/2025
6.6.6 1,140 6/11/2025
6.6.5 342 5/28/2025
6.6.4 488 5/19/2025
6.6.3 303 5/9/2025
6.6.2 384 4/24/2025
6.6.1 2,468 1/23/2025
6.6.0.2 1,541 2/11/2025
6.6.0.1 356 1/28/2025
6.6.0 1,092 1/26/2025
6.6.0-preview-03 143 1/25/2025
6.6.0-preview-02 136 1/24/2025
6.6.0-preview-01 136 1/23/2025
6.5.1 28,347 12/12/2024
6.5.0 465 12/7/2024
6.4.9 1,233 11/16/2024
6.4.8 524 10/31/2024
6.4.7 677 10/26/2024
6.4.6 1,909 10/13/2024
6.4.5 2,628 8/20/2024
6.4.4 1,229 7/30/2024
6.4.3 1,693 7/1/2024
6.4.2 500 6/25/2024
6.4.1 2,548 6/21/2024
6.4.0 2,087 5/31/2024
6.3.14 2,947 5/3/2024
6.3.13 13,401 4/25/2024
6.3.12 495 4/18/2024
6.3.11 431 4/17/2024
6.3.10 11,179 3/3/2024
6.3.9 2,895 2/29/2024
6.3.9-preview-02 584 2/3/2024
6.3.9-preview-01 336 1/23/2024
6.3.8 44,902 1/20/2024
6.3.7 41,883 11/20/2023
6.3.6 1,814 11/19/2023
6.3.5 661,256 9/21/2023
6.3.4 48,239 8/3/2023
6.3.3 40,828 6/24/2023
6.3.2 151,289 4/1/2023
6.3.1 40,257 3/6/2023
6.3.0 20,078 3/3/2023
6.2.25 55,506 2/5/2023
6.2.24 73,503 12/18/2022
6.2.23 79,429 11/12/2022
6.2.22 49,209 11/6/2022
6.2.21 47,782 10/28/2022
6.2.20 399,886 9/3/2022
6.2.20-preview-01 734 9/3/2022
6.2.19 350,782 6/26/2022
6.2.18 671,911 3/7/2022
6.2.17 67,277 2/21/2022
6.2.16 4,210 2/19/2022
6.2.15 181,704 12/17/2021
6.2.14 276,710 11/9/2021
6.2.13-preview.4.21253.1 1,952 10/9/2021
6.2.12-preview.4.21253.1 1,016 7/31/2021
6.2.11-preview.4.21253.1 334 7/19/2021
6.0.0-preview.4.21253.1 537 5/31/2021
6.0.0-preview.3.21201.2 362 5/9/2021
5.6.7 151 7/28/2025
5.6.6 377 6/11/2025
5.6.5 244 5/28/2025
5.6.4 232 5/19/2025
5.6.3 181 5/9/2025
5.6.2 259 4/24/2025
5.6.1 348 1/23/2025
5.6.0.2 227 2/11/2025
5.6.0.1 204 1/28/2025
5.6.0 218 1/26/2025
5.6.0-preview-03 144 1/25/2025
5.6.0-preview-02 139 1/24/2025
5.6.0-preview-01 135 1/23/2025
5.5.1 528 12/12/2024
5.5.0 229 12/7/2024
5.4.9 218 11/16/2024
5.4.8 217 10/31/2024
5.4.7 223 10/26/2024
5.4.6 240 10/13/2024
5.4.5 364 8/20/2024
5.4.4 384 7/30/2024
5.4.3 356 7/1/2024
5.4.2 244 6/25/2024
5.4.1 264 6/21/2024
5.4.0 272 5/31/2024
5.3.14 225 5/3/2024
5.3.13 253 4/25/2024
5.3.12 249 4/18/2024
5.3.11 445 4/17/2024
5.3.10 1,040 3/3/2024
5.3.9 349 2/29/2024
5.3.9-preview-02 326 2/3/2024
5.3.9-preview-01 352 1/23/2024
5.3.8 476 1/20/2024
5.3.7 3,076 11/20/2023
5.3.6 573 11/19/2023
5.3.5 1,199 9/21/2023
5.3.4 1,155 8/3/2023
5.3.3 2,497 6/24/2023
5.3.2 33,507 4/1/2023
5.3.1 940 3/6/2023
5.3.0 987 3/3/2023
5.2.25 1,062 2/5/2023
5.2.24 10,678 12/18/2022
5.2.23 3,609 11/12/2022
5.2.22 5,337 11/6/2022
5.2.21 1,061 10/28/2022
5.2.20 30,678 9/3/2022
5.2.20-preview-01 760 9/3/2022
5.2.19 32,484 6/26/2022
5.2.18 19,216 3/7/2022
5.2.17 4,946 2/21/2022
5.2.16 2,378 2/19/2022
5.2.15 141,393 12/17/2021
5.2.14 17,692 11/9/2021
5.2.13 164,967 10/9/2021
5.2.12 201,249 7/31/2021
5.2.11 80,714 7/19/2021
5.2.10 339,101 5/31/2021
5.2.9 190,749 3/26/2021
5.2.8 282,038 2/13/2021
5.2.7 80,964 12/26/2020
5.2.7-preview-03 1,078 12/26/2020
5.2.7-preview-01 1,066 12/26/2020
3.6.7 220 7/28/2025
3.6.6 379 6/11/2025
3.6.5 673 5/28/2025
3.6.4 274 5/19/2025
3.6.3 187 5/9/2025
3.6.2 268 4/24/2025
3.6.1 302 1/23/2025
3.6.0.2 240 2/11/2025
3.6.0.1 199 1/28/2025
3.6.0 225 1/26/2025
3.6.0-preview-03 137 1/25/2025
3.6.0-preview-02 126 1/24/2025
3.6.0-preview-01 152 1/23/2025
3.5.1 245 12/12/2024
3.5.0 220 12/7/2024
3.4.9 226 11/16/2024
3.4.8 218 10/31/2024
3.4.7 216 10/26/2024
3.4.6 255 10/13/2024
3.4.5 2,707 8/20/2024
3.4.4 219 7/30/2024
3.4.3 992 7/1/2024
3.4.2 261 6/25/2024
3.4.1 261 6/21/2024
3.4.0 299 5/31/2024
3.3.14 267 5/3/2024
3.3.13 246 4/25/2024
3.3.12 265 4/18/2024
3.3.11 255 4/17/2024
3.3.10 603 3/3/2024
3.3.9 342 2/29/2024
3.3.9-preview-02 314 2/3/2024
3.3.9-preview-01 368 1/23/2024
3.3.8 464 1/20/2024
3.3.7 10,518 11/20/2023
3.3.6 578 11/19/2023
3.3.5 3,185 9/21/2023
3.3.4 1,782 8/3/2023
3.3.3 9,248 6/24/2023
3.3.2 2,976 4/1/2023
3.3.1 1,334 3/6/2023
3.3.0 907 3/3/2023
3.2.25 1,656 2/5/2023
3.2.24 18,354 12/18/2022
3.2.23 1,728 11/12/2022
3.2.22 1,112 11/6/2022
3.2.21 1,142 10/28/2022
3.2.20 23,245 9/3/2022
3.2.20-preview-01 711 9/3/2022
3.2.19 48,515 6/26/2022
3.2.18 25,207 3/7/2022
3.2.17 1,367 2/21/2022
3.2.16 1,190 2/19/2022
3.2.15 26,601 12/17/2021
3.2.14 18,217 11/9/2021
3.2.13 2,670 10/9/2021
3.2.12 23,093 7/31/2021
3.2.11 4,922 7/19/2021
3.2.10 40,079 5/31/2021
3.2.9 22,858 3/26/2021
3.2.8 20,560 2/13/2021
3.2.7 73,895 12/26/2020
3.2.7-preview-03 1,079 12/26/2020
3.2.7-preview-02 1,110 12/26/2020
3.2.7-preview-01 1,094 12/26/2020
3.2.6 135,387 11/25/2020
3.2.6-preview-01 996 11/25/2020
3.2.5 195,967 10/24/2020
3.2.4 8,288 10/19/2020
3.2.3 12,255 10/11/2020
3.2.2 83,427 8/19/2020
3.2.1 10,976 8/8/2020
3.2.0 26,766 7/27/2020
2.6.7 182 7/28/2025
2.6.6 391 6/11/2025
2.6.5 240 5/28/2025
2.6.4 241 5/19/2025
2.6.3 188 5/9/2025
2.6.2 271 4/24/2025
2.6.1 212 1/23/2025
2.6.0.2 220 2/11/2025
2.6.0.1 208 1/28/2025
2.6.0 270 1/26/2025
2.6.0-preview-03 137 1/25/2025
2.6.0-preview-02 134 1/24/2025
2.6.0-preview-01 146 1/23/2025
2.5.1 245 12/12/2024
2.5.0 230 12/7/2024
2.4.9 227 11/16/2024
2.4.8 217 10/31/2024
2.4.7 229 10/26/2024
2.4.6 242 10/13/2024
2.4.5 263 8/20/2024
2.4.4 202 7/30/2024
2.4.3 254 7/1/2024
2.4.2 245 6/25/2024
2.4.1 250 6/21/2024
2.4.0 235 5/31/2024
2.3.14 252 5/3/2024
2.3.13 289 4/25/2024
2.3.12 258 4/18/2024
2.3.11 244 4/17/2024
2.3.10 337 3/3/2024
2.3.9 345 2/29/2024
2.3.9-preview-02 332 2/3/2024
2.3.9-preview-01 353 1/23/2024
2.3.8 424 1/20/2024
2.3.7 591 11/20/2023
2.3.6 562 11/19/2023
2.3.5 632 9/21/2023
2.3.4 787 8/3/2023
2.3.3 791 6/24/2023
2.3.2 898 4/1/2023
2.3.1 864 3/6/2023
2.3.0 897 3/3/2023
2.2.25 933 2/5/2023
2.2.24 939 12/18/2022
2.2.23 953 11/12/2022
2.2.22 1,011 11/6/2022
2.2.21 1,021 10/28/2022
2.2.20 1,060 9/3/2022
2.2.20-preview-01 683 9/3/2022
2.2.19 1,140 6/26/2022
2.2.18 1,316 3/7/2022
2.2.17 1,140 2/21/2022
2.2.16 1,181 2/19/2022
2.2.15 1,088 12/17/2021
2.2.14 1,062 11/9/2021
2.2.13 1,110 10/9/2021
2.2.12 1,389 7/31/2021
2.2.11 1,929 7/19/2021
2.2.10 1,673 5/31/2021
2.2.9 7,427 3/26/2021
2.2.8 2,003 2/13/2021
2.2.7 1,377 12/26/2020
2.2.7-preview-03 1,080 12/26/2020
2.2.7-preview-02 1,059 12/26/2020
2.2.7-preview-01 1,097 12/26/2020
2.2.6 13,017 11/25/2020
2.2.6-preview-01 908 11/25/2020
2.2.5 4,262 10/24/2020
2.2.4 2,956 10/19/2020
2.2.3 1,318 10/11/2020
2.2.2 22,577 8/19/2020
2.2.1 8,367 8/8/2020
2.2.0 66,127 7/27/2020
1.1.8 20,835 7/12/2020
1.1.7 5,571 7/6/2020
1.1.6 2,961 7/5/2020
1.1.5 42,434 6/15/2020
1.1.4 1,374 6/15/2020
1.1.3 1,368 6/15/2020
1.1.2 22,571 5/31/2020
1.1.1 27,948 5/14/2020
1.1.0 24,225 4/25/2020
1.0.24 13,364 4/16/2020
1.0.23 216,838 3/26/2020
1.0.22 6,377 3/18/2020
1.0.21 37,829 2/29/2020
1.0.20 140,381 1/11/2020
1.0.19 116,324 8/29/2019
1.0.18 83,485 7/2/2019
1.0.17 43,539 6/14/2019
1.0.16 4,821 6/6/2019
1.0.15 6,170 5/20/2019
1.0.14 5,216 5/14/2019
1.0.13 15,250 5/3/2019
1.0.12 70,537 3/26/2019
1.0.11 14,233 2/28/2019
1.0.10 32,414 2/5/2019
1.0.9.2 590,919 1/10/2019
1.0.9.1 1,799 1/7/2019
1.0.9 36,385 10/19/2018
1.0.8.18 82,491 9/4/2018
1.0.8.17 11,936 8/27/2018
1.0.8.16 18,934 8/19/2018
1.0.8.15 1,917 8/17/2018
1.0.8.13 6,560 8/2/2018
1.0.8.12 5,331 7/27/2018
1.0.8.11 38,631 6/6/2018
1.0.8.10 2,761 6/5/2018
1.0.8.9 7,375 5/26/2018
1.0.8.8 2,328 5/21/2018
1.0.8.7 3,638 5/9/2018
1.0.8.6 2,994 4/28/2018
1.0.8.5 2,564 4/27/2018
1.0.8.4 2,347 4/25/2018
1.0.8.3 4,115 3/30/2018
1.0.8.2 57,135 1/9/2018
1.0.8.1 5,830 1/5/2018
1.0.8 21,384 12/16/2017
1.0.4.8 17,501 11/1/2017
1.0.4.7 4,781 9/12/2017
1.0.4.6 6,540 7/8/2017
1.0.4.5 2,272 6/28/2017
1.0.4.4 2,109 6/27/2017
1.0.4.3 2,412 6/1/2017
1.0.4.2 2,053 6/1/2017
1.0.4.1 2,097 5/31/2017
1.0.4 2,729 5/17/2017
1.0.3.6 3,678 4/8/2017
1.0.3.5 2,613 3/30/2017
1.0.3.4 2,539 3/25/2017
1.0.3.3 6,325 11/16/2016
1.0.3.2 2,545 10/31/2016
1.0.3.1 2,415 10/30/2016
1.0.3 2,307 10/22/2016
1.0.1 3,556 6/27/2016
1.0.0 11,321 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md