Microsoft.EntityFrameworkCore.DynamicLinq 5.6.4

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.4
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 5.6.4
                    
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.4" />
                    
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.4" />
                    
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.4
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 5.6.4"
                    
#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.4
                    
#: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.4
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=5.6.4
                    
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 (81)

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 11,870 7/28/2025
9.6.6 39,737 6/11/2025
9.6.5 6,937 5/28/2025
9.6.4 7,432 5/19/2025
9.6.3 4,202 5/9/2025
9.6.2 11,763 4/24/2025
9.6.0.2 62,690 2/11/2025
9.6.0.1 54,270 1/28/2025
9.6.0 3,213 1/26/2025
9.6.0-preview-03 156 1/25/2025
9.6.0-preview-02 125 1/24/2025
9.6.0-preview-01 128 1/23/2025
9.5.1 74,015 12/12/2024
9.5.0 5,064 12/7/2024
9.4.9 19,746 11/16/2024
8.6.7 3,256 7/28/2025
8.6.6 13,299 6/11/2025
8.6.5 4,863 5/28/2025
8.6.4 2,323 5/19/2025
8.6.3 2,778 5/9/2025
8.6.2 5,655 4/24/2025
8.6.1 218,442 1/23/2025
8.6.0.2 14,744 2/11/2025
8.6.0.1 1,695 1/28/2025
8.6.0 8,310 1/26/2025
8.6.0-preview-03 126 1/25/2025
8.6.0-preview-02 124 1/24/2025
8.6.0-preview-01 119 1/23/2025
8.5.1 60,264 12/12/2024
8.5.0 4,784 12/7/2024
8.4.9 45,107 11/16/2024
8.4.8 105,077 10/31/2024
8.4.7 32,971 10/26/2024
8.4.6 177,807 10/13/2024
8.4.5 212,724 8/20/2024
8.4.4 130,974 7/30/2024
8.4.3 159,358 7/1/2024
8.4.2 26,674 6/25/2024
8.4.1 38,114 6/21/2024
8.4.0 100,395 5/31/2024
8.3.14 83,578 5/3/2024
8.3.13 18,965 4/25/2024
8.3.12 17,767 4/18/2024
8.3.10 159,161 3/3/2024
8.3.9 10,276 2/29/2024
8.3.9-preview-02 463 2/3/2024
8.3.9-preview-01 679 1/23/2024
8.3.8 97,323 1/20/2024
8.3.7 116,657 11/20/2023
7.6.7 181 7/28/2025
7.6.6 855 6/11/2025
7.6.5 519 5/28/2025
7.6.4 564 5/19/2025
7.6.3 718 5/9/2025
7.6.2 492 4/24/2025
7.6.1 1,262 1/23/2025
7.6.0.2 842 2/11/2025
7.6.0.1 790 1/28/2025
7.6.0 800 1/26/2025
7.6.0-preview-03 124 1/25/2025
7.6.0-preview-02 116 1/24/2025
7.6.0-preview-01 123 1/23/2025
7.5.1 957 12/12/2024
7.5.0 833 12/7/2024
7.4.9 962 11/16/2024
7.4.8 907 10/31/2024
7.4.7 793 10/26/2024
7.4.6 1,174 10/13/2024
7.4.5 15,888 8/20/2024
7.4.4 1,099 7/30/2024
7.4.3 9,731 7/1/2024
7.4.2 2,216 6/25/2024
7.4.1 994 6/21/2024
7.4.0 6,323 5/31/2024
7.3.14 12,753 5/3/2024
7.3.13 1,511 4/25/2024
7.3.12 1,648 4/18/2024
7.3.11 1,556 4/17/2024
7.3.10 25,359 3/3/2024
7.3.9 3,707 2/29/2024
7.3.9-preview-02 857 2/3/2024
7.3.9-preview-01 471 1/23/2024
7.3.8 24,044 1/20/2024
7.3.7 27,240 11/20/2023
7.3.6 13,909 11/19/2023
7.3.5 230,932 9/21/2023
7.3.4 131,536 8/3/2023
7.3.3 87,546 6/24/2023
7.3.2 397,010 4/1/2023
7.3.1 29,318 3/6/2023
7.3.0 2,131 3/3/2023
7.2.25 82,462 2/5/2023
7.2.24 213,826 12/18/2022
7.2.23 78,245 11/12/2022
6.6.7 159 7/28/2025
6.6.6 699 6/11/2025
6.6.5 262 5/28/2025
6.6.4 392 5/19/2025
6.6.3 225 5/9/2025
6.6.2 313 4/24/2025
6.6.1 2,281 1/23/2025
6.6.0.2 1,388 2/11/2025
6.6.0.1 282 1/28/2025
6.6.0 895 1/26/2025
6.6.0-preview-03 127 1/25/2025
6.6.0-preview-02 116 1/24/2025
6.6.0-preview-01 124 1/23/2025
6.5.1 24,574 12/12/2024
6.5.0 394 12/7/2024
6.4.9 1,047 11/16/2024
6.4.8 435 10/31/2024
6.4.7 584 10/26/2024
6.4.6 1,790 10/13/2024
6.4.5 2,504 8/20/2024
6.4.4 1,146 7/30/2024
6.4.3 1,603 7/1/2024
6.4.2 426 6/25/2024
6.4.1 2,476 6/21/2024
6.4.0 2,005 5/31/2024
6.3.14 2,860 5/3/2024
6.3.13 11,980 4/25/2024
6.3.12 416 4/18/2024
6.3.11 356 4/17/2024
6.3.10 10,761 3/3/2024
6.3.9 2,724 2/29/2024
6.3.9-preview-02 565 2/3/2024
6.3.9-preview-01 331 1/23/2024
6.3.8 43,355 1/20/2024
6.3.7 40,903 11/20/2023
6.3.6 1,740 11/19/2023
6.3.5 577,670 9/21/2023
6.3.4 48,080 8/3/2023
6.3.3 39,913 6/24/2023
6.3.2 147,149 4/1/2023
6.3.1 40,076 3/6/2023
6.3.0 19,873 3/3/2023
6.2.25 54,800 2/5/2023
6.2.24 72,718 12/18/2022
6.2.23 79,051 11/12/2022
6.2.22 48,744 11/6/2022
6.2.21 47,102 10/28/2022
6.2.20 397,772 9/3/2022
6.2.20-preview-01 719 9/3/2022
6.2.19 345,792 6/26/2022
6.2.18 668,686 3/7/2022
6.2.17 67,004 2/21/2022
6.2.16 4,147 2/19/2022
6.2.15 180,629 12/17/2021
6.2.14 274,333 11/9/2021
6.2.13-preview.4.21253.1 1,763 10/9/2021
6.2.12-preview.4.21253.1 997 7/31/2021
6.2.11-preview.4.21253.1 318 7/19/2021
6.0.0-preview.4.21253.1 523 5/31/2021
6.0.0-preview.3.21201.2 349 5/9/2021
5.6.7 103 7/28/2025
5.6.6 314 6/11/2025
5.6.5 182 5/28/2025
5.6.4 170 5/19/2025
5.6.3 121 5/9/2025
5.6.2 199 4/24/2025
5.6.1 276 1/23/2025
5.6.0.2 168 2/11/2025
5.6.0.1 142 1/28/2025
5.6.0 153 1/26/2025
5.6.0-preview-03 127 1/25/2025
5.6.0-preview-02 123 1/24/2025
5.6.0-preview-01 130 1/23/2025
5.5.1 462 12/12/2024
5.5.0 168 12/7/2024
5.4.9 160 11/16/2024
5.4.8 159 10/31/2024
5.4.7 160 10/26/2024
5.4.6 187 10/13/2024
5.4.5 303 8/20/2024
5.4.4 320 7/30/2024
5.4.3 302 7/1/2024
5.4.2 183 6/25/2024
5.4.1 202 6/21/2024
5.4.0 211 5/31/2024
5.3.14 176 5/3/2024
5.3.13 196 4/25/2024
5.3.12 190 4/18/2024
5.3.11 378 4/17/2024
5.3.10 976 3/3/2024
5.3.9 288 2/29/2024
5.3.9-preview-02 318 2/3/2024
5.3.9-preview-01 337 1/23/2024
5.3.8 426 1/20/2024
5.3.7 2,903 11/20/2023
5.3.6 515 11/19/2023
5.3.5 1,152 9/21/2023
5.3.4 1,102 8/3/2023
5.3.3 2,444 6/24/2023
5.3.2 33,078 4/1/2023
5.3.1 879 3/6/2023
5.3.0 934 3/3/2023
5.2.25 1,004 2/5/2023
5.2.24 10,498 12/18/2022
5.2.23 3,464 11/12/2022
5.2.22 5,278 11/6/2022
5.2.21 994 10/28/2022
5.2.20 30,208 9/3/2022
5.2.20-preview-01 732 9/3/2022
5.2.19 31,960 6/26/2022
5.2.18 19,133 3/7/2022
5.2.17 4,872 2/21/2022
5.2.16 2,315 2/19/2022
5.2.15 138,816 12/17/2021
5.2.14 17,537 11/9/2021
5.2.13 164,850 10/9/2021
5.2.12 198,900 7/31/2021
5.2.11 79,364 7/19/2021
5.2.10 337,180 5/31/2021
5.2.9 189,870 3/26/2021
5.2.8 280,293 2/13/2021
5.2.7 80,791 12/26/2020
5.2.7-preview-03 1,054 12/26/2020
5.2.7-preview-01 1,039 12/26/2020
3.6.7 123 7/28/2025
3.6.6 319 6/11/2025
3.6.5 501 5/28/2025
3.6.4 181 5/19/2025
3.6.3 125 5/9/2025
3.6.2 204 4/24/2025
3.6.1 234 1/23/2025
3.6.0.2 179 2/11/2025
3.6.0.1 148 1/28/2025
3.6.0 164 1/26/2025
3.6.0-preview-03 122 1/25/2025
3.6.0-preview-02 114 1/24/2025
3.6.0-preview-01 136 1/23/2025
3.5.1 178 12/12/2024
3.5.0 162 12/7/2024
3.4.9 168 11/16/2024
3.4.8 159 10/31/2024
3.4.7 158 10/26/2024
3.4.6 191 10/13/2024
3.4.5 2,410 8/20/2024
3.4.4 157 7/30/2024
3.4.3 802 7/1/2024
3.4.2 200 6/25/2024
3.4.1 201 6/21/2024
3.4.0 237 5/31/2024
3.3.14 208 5/3/2024
3.3.13 188 4/25/2024
3.3.12 204 4/18/2024
3.3.11 191 4/17/2024
3.3.10 525 3/3/2024
3.3.9 283 2/29/2024
3.3.9-preview-02 301 2/3/2024
3.3.9-preview-01 352 1/23/2024
3.3.8 414 1/20/2024
3.3.7 9,599 11/20/2023
3.3.6 514 11/19/2023
3.3.5 3,090 9/21/2023
3.3.4 1,721 8/3/2023
3.3.3 9,100 6/24/2023
3.3.2 2,912 4/1/2023
3.3.1 1,269 3/6/2023
3.3.0 844 3/3/2023
3.2.25 1,588 2/5/2023
3.2.24 18,231 12/18/2022
3.2.23 1,658 11/12/2022
3.2.22 1,046 11/6/2022
3.2.21 1,075 10/28/2022
3.2.20 22,993 9/3/2022
3.2.20-preview-01 685 9/3/2022
3.2.19 48,365 6/26/2022
3.2.18 25,138 3/7/2022
3.2.17 1,303 2/21/2022
3.2.16 1,123 2/19/2022
3.2.15 26,414 12/17/2021
3.2.14 18,047 11/9/2021
3.2.13 2,604 10/9/2021
3.2.12 22,996 7/31/2021
3.2.11 4,857 7/19/2021
3.2.10 39,939 5/31/2021
3.2.9 22,565 3/26/2021
3.2.8 20,418 2/13/2021
3.2.7 73,827 12/26/2020
3.2.7-preview-03 1,048 12/26/2020
3.2.7-preview-02 1,079 12/26/2020
3.2.7-preview-01 1,064 12/26/2020
3.2.6 134,823 11/25/2020
3.2.6-preview-01 966 11/25/2020
3.2.5 194,583 10/24/2020
3.2.4 8,220 10/19/2020
3.2.3 12,173 10/11/2020
3.2.2 82,673 8/19/2020
3.2.1 10,895 8/8/2020
3.2.0 26,681 7/27/2020
2.6.7 110 7/28/2025
2.6.6 315 6/11/2025
2.6.5 179 5/28/2025
2.6.4 175 5/19/2025
2.6.3 122 5/9/2025
2.6.2 211 4/24/2025
2.6.1 155 1/23/2025
2.6.0.2 161 2/11/2025
2.6.0.1 145 1/28/2025
2.6.0 206 1/26/2025
2.6.0-preview-03 126 1/25/2025
2.6.0-preview-02 125 1/24/2025
2.6.0-preview-01 131 1/23/2025
2.5.1 177 12/12/2024
2.5.0 173 12/7/2024
2.4.9 165 11/16/2024
2.4.8 164 10/31/2024
2.4.7 169 10/26/2024
2.4.6 178 10/13/2024
2.4.5 201 8/20/2024
2.4.4 152 7/30/2024
2.4.3 193 7/1/2024
2.4.2 185 6/25/2024
2.4.1 190 6/21/2024
2.4.0 171 5/31/2024
2.3.14 192 5/3/2024
2.3.13 218 4/25/2024
2.3.12 188 4/18/2024
2.3.11 179 4/17/2024
2.3.10 277 3/3/2024
2.3.9 290 2/29/2024
2.3.9-preview-02 317 2/3/2024
2.3.9-preview-01 331 1/23/2024
2.3.8 372 1/20/2024
2.3.7 529 11/20/2023
2.3.6 500 11/19/2023
2.3.5 580 9/21/2023
2.3.4 728 8/3/2023
2.3.3 732 6/24/2023
2.3.2 839 4/1/2023
2.3.1 797 3/6/2023
2.3.0 833 3/3/2023
2.2.25 871 2/5/2023
2.2.24 869 12/18/2022
2.2.23 894 11/12/2022
2.2.22 944 11/6/2022
2.2.21 952 10/28/2022
2.2.20 1,004 9/3/2022
2.2.20-preview-01 667 9/3/2022
2.2.19 1,073 6/26/2022
2.2.18 1,248 3/7/2022
2.2.17 1,073 2/21/2022
2.2.16 1,114 2/19/2022
2.2.15 1,021 12/17/2021
2.2.14 986 11/9/2021
2.2.13 1,044 10/9/2021
2.2.12 1,335 7/31/2021
2.2.11 1,863 7/19/2021
2.2.10 1,609 5/31/2021
2.2.9 7,370 3/26/2021
2.2.8 1,951 2/13/2021
2.2.7 1,313 12/26/2020
2.2.7-preview-03 1,047 12/26/2020
2.2.7-preview-02 1,029 12/26/2020
2.2.7-preview-01 1,067 12/26/2020
2.2.6 12,943 11/25/2020
2.2.6-preview-01 884 11/25/2020
2.2.5 4,121 10/24/2020
2.2.4 2,887 10/19/2020
2.2.3 1,252 10/11/2020
2.2.2 22,512 8/19/2020
2.2.1 8,279 8/8/2020
2.2.0 65,404 7/27/2020
1.1.8 20,669 7/12/2020
1.1.7 5,436 7/6/2020
1.1.6 2,896 7/5/2020
1.1.5 42,361 6/15/2020
1.1.4 1,309 6/15/2020
1.1.3 1,302 6/15/2020
1.1.2 22,183 5/31/2020
1.1.1 27,879 5/14/2020
1.1.0 24,019 4/25/2020
1.0.24 13,101 4/16/2020
1.0.23 215,112 3/26/2020
1.0.22 6,311 3/18/2020
1.0.21 36,888 2/29/2020
1.0.20 138,546 1/11/2020
1.0.19 115,794 8/29/2019
1.0.18 83,359 7/2/2019
1.0.17 43,321 6/14/2019
1.0.16 4,740 6/6/2019
1.0.15 6,049 5/20/2019
1.0.14 5,146 5/14/2019
1.0.13 15,102 5/3/2019
1.0.12 70,213 3/26/2019
1.0.11 14,157 2/28/2019
1.0.10 32,270 2/5/2019
1.0.9.2 589,531 1/10/2019
1.0.9.1 1,733 1/7/2019
1.0.9 36,260 10/19/2018
1.0.8.18 82,359 9/4/2018
1.0.8.17 11,866 8/27/2018
1.0.8.16 18,804 8/19/2018
1.0.8.15 1,863 8/17/2018
1.0.8.13 6,470 8/2/2018
1.0.8.12 5,251 7/27/2018
1.0.8.11 38,391 6/6/2018
1.0.8.10 2,675 6/5/2018
1.0.8.9 7,276 5/26/2018
1.0.8.8 2,231 5/21/2018
1.0.8.7 3,547 5/9/2018
1.0.8.6 2,904 4/28/2018
1.0.8.5 2,478 4/27/2018
1.0.8.4 2,258 4/25/2018
1.0.8.3 4,011 3/30/2018
1.0.8.2 56,983 1/9/2018
1.0.8.1 5,715 1/5/2018
1.0.8 21,156 12/16/2017
1.0.4.8 17,256 11/1/2017
1.0.4.7 4,695 9/12/2017
1.0.4.6 6,458 7/8/2017
1.0.4.5 2,193 6/28/2017
1.0.4.4 2,022 6/27/2017
1.0.4.3 2,338 6/1/2017
1.0.4.2 1,977 6/1/2017
1.0.4.1 2,010 5/31/2017
1.0.4 2,656 5/17/2017
1.0.3.6 3,581 4/8/2017
1.0.3.5 2,518 3/30/2017
1.0.3.4 2,445 3/25/2017
1.0.3.3 6,234 11/16/2016
1.0.3.2 2,458 10/31/2016
1.0.3.1 2,322 10/30/2016
1.0.3 2,216 10/22/2016
1.0.1 3,464 6/27/2016
1.0.0 11,022 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md