Microsoft.EntityFrameworkCore.DynamicLinq 5.6.0-preview-03

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-03
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 5.6.0-preview-03
                    
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-03" />
                    
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-03" />
                    
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-03
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 5.6.0-preview-03"
                    
#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-03
                    
#: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-03&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=5.6.0-preview-03&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.6 14,815 6/11/2025
9.6.5 5,682 5/28/2025
9.6.4 5,981 5/19/2025
9.6.3 3,980 5/9/2025
9.6.2 8,464 4/24/2025
9.6.0.2 57,750 2/11/2025
9.6.0.1 44,471 1/28/2025
9.6.0 3,016 1/26/2025
9.6.0-preview-03 142 1/25/2025
9.6.0-preview-02 112 1/24/2025
9.6.0-preview-01 118 1/23/2025
9.5.1 69,665 12/12/2024
9.5.0 4,593 12/7/2024
9.4.9 19,066 11/16/2024
8.6.6 4,571 6/11/2025
8.6.5 2,955 5/28/2025
8.6.4 1,860 5/19/2025
8.6.3 1,918 5/9/2025
8.6.2 4,005 4/24/2025
8.6.1 175,173 1/23/2025
8.6.0.2 11,331 2/11/2025
8.6.0.1 1,594 1/28/2025
8.6.0 6,969 1/26/2025
8.6.0-preview-03 117 1/25/2025
8.6.0-preview-02 113 1/24/2025
8.6.0-preview-01 106 1/23/2025
8.5.1 54,501 12/12/2024
8.5.0 4,308 12/7/2024
8.4.9 41,900 11/16/2024
8.4.8 100,416 10/31/2024
8.4.7 32,101 10/26/2024
8.4.6 169,178 10/13/2024
8.4.5 197,375 8/20/2024
8.4.4 126,025 7/30/2024
8.4.3 155,287 7/1/2024
8.4.2 25,453 6/25/2024
8.4.1 36,698 6/21/2024
8.4.0 91,772 5/31/2024
8.3.14 80,146 5/3/2024
8.3.13 18,563 4/25/2024
8.3.12 17,402 4/18/2024
8.3.10 154,624 3/3/2024
8.3.9 10,029 2/29/2024
8.3.9-preview-02 449 2/3/2024
8.3.9-preview-01 666 1/23/2024
8.3.8 93,996 1/20/2024
8.3.7 114,226 11/20/2023
7.6.6 685 6/11/2025
7.6.5 412 5/28/2025
7.6.4 461 5/19/2025
7.6.3 600 5/9/2025
7.6.2 445 4/24/2025
7.6.1 1,150 1/23/2025
7.6.0.2 781 2/11/2025
7.6.0.1 735 1/28/2025
7.6.0 758 1/26/2025
7.6.0-preview-03 114 1/25/2025
7.6.0-preview-02 105 1/24/2025
7.6.0-preview-01 111 1/23/2025
7.5.1 894 12/12/2024
7.5.0 789 12/7/2024
7.4.9 911 11/16/2024
7.4.8 860 10/31/2024
7.4.7 745 10/26/2024
7.4.6 1,131 10/13/2024
7.4.5 13,619 8/20/2024
7.4.4 1,044 7/30/2024
7.4.3 9,651 7/1/2024
7.4.2 2,170 6/25/2024
7.4.1 949 6/21/2024
7.4.0 6,232 5/31/2024
7.3.14 12,532 5/3/2024
7.3.13 1,405 4/25/2024
7.3.12 1,585 4/18/2024
7.3.11 1,510 4/17/2024
7.3.10 24,995 3/3/2024
7.3.9 3,650 2/29/2024
7.3.9-preview-02 847 2/3/2024
7.3.9-preview-01 460 1/23/2024
7.3.8 23,570 1/20/2024
7.3.7 26,866 11/20/2023
7.3.6 13,513 11/19/2023
7.3.5 221,886 9/21/2023
7.3.4 130,026 8/3/2023
7.3.3 87,302 6/24/2023
7.3.2 395,445 4/1/2023
7.3.1 29,131 3/6/2023
7.3.0 2,044 3/3/2023
7.2.25 82,069 2/5/2023
7.2.24 212,978 12/18/2022
7.2.23 76,866 11/12/2022
6.6.6 362 6/11/2025
6.6.5 218 5/28/2025
6.6.4 337 5/19/2025
6.6.3 182 5/9/2025
6.6.2 271 4/24/2025
6.6.1 2,072 1/23/2025
6.6.0.2 1,226 2/11/2025
6.6.0.1 238 1/28/2025
6.6.0 735 1/26/2025
6.6.0-preview-03 117 1/25/2025
6.6.0-preview-02 108 1/24/2025
6.6.0-preview-01 114 1/23/2025
6.5.1 21,392 12/12/2024
6.5.0 334 12/7/2024
6.4.9 950 11/16/2024
6.4.8 387 10/31/2024
6.4.7 519 10/26/2024
6.4.6 1,692 10/13/2024
6.4.5 2,434 8/20/2024
6.4.4 1,098 7/30/2024
6.4.3 1,550 7/1/2024
6.4.2 382 6/25/2024
6.4.1 2,430 6/21/2024
6.4.0 1,957 5/31/2024
6.3.14 2,809 5/3/2024
6.3.13 10,223 4/25/2024
6.3.12 370 4/18/2024
6.3.11 310 4/17/2024
6.3.10 10,524 3/3/2024
6.3.9 2,582 2/29/2024
6.3.9-preview-02 556 2/3/2024
6.3.9-preview-01 318 1/23/2024
6.3.8 42,094 1/20/2024
6.3.7 40,184 11/20/2023
6.3.6 1,697 11/19/2023
6.3.5 513,592 9/21/2023
6.3.4 47,916 8/3/2023
6.3.3 38,947 6/24/2023
6.3.2 144,379 4/1/2023
6.3.1 39,905 3/6/2023
6.3.0 19,338 3/3/2023
6.2.25 54,372 2/5/2023
6.2.24 72,023 12/18/2022
6.2.23 78,847 11/12/2022
6.2.22 48,467 11/6/2022
6.2.21 46,910 10/28/2022
6.2.20 395,020 9/3/2022
6.2.20-preview-01 699 9/3/2022
6.2.19 341,358 6/26/2022
6.2.18 666,250 3/7/2022
6.2.17 66,800 2/21/2022
6.2.16 4,112 2/19/2022
6.2.15 179,151 12/17/2021
6.2.14 272,891 11/9/2021
6.2.13-preview.4.21253.1 1,533 10/9/2021
6.2.12-preview.4.21253.1 973 7/31/2021
6.2.11-preview.4.21253.1 293 7/19/2021
6.0.0-preview.4.21253.1 500 5/31/2021
6.0.0-preview.3.21201.2 324 5/9/2021
5.6.6 299 6/11/2025
5.6.5 161 5/28/2025
5.6.4 155 5/19/2025
5.6.3 105 5/9/2025
5.6.2 185 4/24/2025
5.6.1 254 1/23/2025
5.6.0.2 156 2/11/2025
5.6.0.1 130 1/28/2025
5.6.0 141 1/26/2025
5.6.0-preview-03 117 1/25/2025
5.6.0-preview-02 109 1/24/2025
5.6.0-preview-01 121 1/23/2025
5.5.1 446 12/12/2024
5.5.0 155 12/7/2024
5.4.9 144 11/16/2024
5.4.8 142 10/31/2024
5.4.7 145 10/26/2024
5.4.6 169 10/13/2024
5.4.5 290 8/20/2024
5.4.4 303 7/30/2024
5.4.3 287 7/1/2024
5.4.2 168 6/25/2024
5.4.1 185 6/21/2024
5.4.0 196 5/31/2024
5.3.14 161 5/3/2024
5.3.13 182 4/25/2024
5.3.12 175 4/18/2024
5.3.11 363 4/17/2024
5.3.10 930 3/3/2024
5.3.9 273 2/29/2024
5.3.9-preview-02 308 2/3/2024
5.3.9-preview-01 327 1/23/2024
5.3.8 413 1/20/2024
5.3.7 2,834 11/20/2023
5.3.6 498 11/19/2023
5.3.5 1,136 9/21/2023
5.3.4 1,075 8/3/2023
5.3.3 2,419 6/24/2023
5.3.2 33,028 4/1/2023
5.3.1 852 3/6/2023
5.3.0 910 3/3/2023
5.2.25 975 2/5/2023
5.2.24 10,374 12/18/2022
5.2.23 3,339 11/12/2022
5.2.22 5,255 11/6/2022
5.2.21 970 10/28/2022
5.2.20 29,790 9/3/2022
5.2.20-preview-01 710 9/3/2022
5.2.19 31,424 6/26/2022
5.2.18 19,094 3/7/2022
5.2.17 4,835 2/21/2022
5.2.16 2,291 2/19/2022
5.2.15 136,464 12/17/2021
5.2.14 17,501 11/9/2021
5.2.13 164,781 10/9/2021
5.2.12 198,381 7/31/2021
5.2.11 78,762 7/19/2021
5.2.10 336,777 5/31/2021
5.2.9 189,533 3/26/2021
5.2.8 279,787 2/13/2021
5.2.7 80,570 12/26/2020
5.2.7-preview-03 1,028 12/26/2020
5.2.7-preview-01 1,014 12/26/2020
3.6.6 300 6/11/2025
3.6.5 266 5/28/2025
3.6.4 169 5/19/2025
3.6.3 109 5/9/2025
3.6.2 188 4/24/2025
3.6.1 212 1/23/2025
3.6.0.2 166 2/11/2025
3.6.0.1 135 1/28/2025
3.6.0 149 1/26/2025
3.6.0-preview-03 112 1/25/2025
3.6.0-preview-02 104 1/24/2025
3.6.0-preview-01 125 1/23/2025
3.5.1 164 12/12/2024
3.5.0 147 12/7/2024
3.4.9 156 11/16/2024
3.4.8 143 10/31/2024
3.4.7 144 10/26/2024
3.4.6 173 10/13/2024
3.4.5 2,204 8/20/2024
3.4.4 143 7/30/2024
3.4.3 668 7/1/2024
3.4.2 186 6/25/2024
3.4.1 186 6/21/2024
3.4.0 214 5/31/2024
3.3.14 191 5/3/2024
3.3.13 172 4/25/2024
3.3.12 189 4/18/2024
3.3.11 173 4/17/2024
3.3.10 449 3/3/2024
3.3.9 265 2/29/2024
3.3.9-preview-02 292 2/3/2024
3.3.9-preview-01 342 1/23/2024
3.3.8 399 1/20/2024
3.3.7 9,131 11/20/2023
3.3.6 497 11/19/2023
3.3.5 3,028 9/21/2023
3.3.4 1,693 8/3/2023
3.3.3 8,929 6/24/2023
3.3.2 2,885 4/1/2023
3.3.1 1,241 3/6/2023
3.3.0 820 3/3/2023
3.2.25 1,553 2/5/2023
3.2.24 18,188 12/18/2022
3.2.23 1,631 11/12/2022
3.2.22 1,019 11/6/2022
3.2.21 1,051 10/28/2022
3.2.20 22,820 9/3/2022
3.2.20-preview-01 663 9/3/2022
3.2.19 48,268 6/26/2022
3.2.18 25,102 3/7/2022
3.2.17 1,275 2/21/2022
3.2.16 1,096 2/19/2022
3.2.15 26,304 12/17/2021
3.2.14 17,847 11/9/2021
3.2.13 2,567 10/9/2021
3.2.12 22,890 7/31/2021
3.2.11 4,817 7/19/2021
3.2.10 39,909 5/31/2021
3.2.9 22,354 3/26/2021
3.2.8 20,277 2/13/2021
3.2.7 73,732 12/26/2020
3.2.7-preview-03 1,020 12/26/2020
3.2.7-preview-02 1,043 12/26/2020
3.2.7-preview-01 1,036 12/26/2020
3.2.6 134,426 11/25/2020
3.2.6-preview-01 938 11/25/2020
3.2.5 194,234 10/24/2020
3.2.4 8,190 10/19/2020
3.2.3 12,134 10/11/2020
3.2.2 82,428 8/19/2020
3.2.1 10,798 8/8/2020
3.2.0 26,609 7/27/2020
2.6.6 298 6/11/2025
2.6.5 162 5/28/2025
2.6.4 161 5/19/2025
2.6.3 106 5/9/2025
2.6.2 193 4/24/2025
2.6.1 139 1/23/2025
2.6.0.2 148 2/11/2025
2.6.0.1 133 1/28/2025
2.6.0 179 1/26/2025
2.6.0-preview-03 116 1/25/2025
2.6.0-preview-02 112 1/24/2025
2.6.0-preview-01 118 1/23/2025
2.5.1 163 12/12/2024
2.5.0 157 12/7/2024
2.4.9 149 11/16/2024
2.4.8 148 10/31/2024
2.4.7 153 10/26/2024
2.4.6 163 10/13/2024
2.4.5 186 8/20/2024
2.4.4 138 7/30/2024
2.4.3 178 7/1/2024
2.4.2 170 6/25/2024
2.4.1 175 6/21/2024
2.4.0 159 5/31/2024
2.3.14 173 5/3/2024
2.3.13 199 4/25/2024
2.3.12 174 4/18/2024
2.3.11 164 4/17/2024
2.3.10 262 3/3/2024
2.3.9 275 2/29/2024
2.3.9-preview-02 305 2/3/2024
2.3.9-preview-01 320 1/23/2024
2.3.8 358 1/20/2024
2.3.7 516 11/20/2023
2.3.6 486 11/19/2023
2.3.5 562 9/21/2023
2.3.4 703 8/3/2023
2.3.3 706 6/24/2023
2.3.2 814 4/1/2023
2.3.1 770 3/6/2023
2.3.0 809 3/3/2023
2.2.25 848 2/5/2023
2.2.24 845 12/18/2022
2.2.23 872 11/12/2022
2.2.22 920 11/6/2022
2.2.21 928 10/28/2022
2.2.20 978 9/3/2022
2.2.20-preview-01 643 9/3/2022
2.2.19 1,046 6/26/2022
2.2.18 1,219 3/7/2022
2.2.17 1,044 2/21/2022
2.2.16 1,088 2/19/2022
2.2.15 992 12/17/2021
2.2.14 959 11/9/2021
2.2.13 1,016 10/9/2021
2.2.12 1,307 7/31/2021
2.2.11 1,835 7/19/2021
2.2.10 1,582 5/31/2021
2.2.9 7,338 3/26/2021
2.2.8 1,921 2/13/2021
2.2.7 1,282 12/26/2020
2.2.7-preview-03 1,020 12/26/2020
2.2.7-preview-02 999 12/26/2020
2.2.7-preview-01 1,039 12/26/2020
2.2.6 12,889 11/25/2020
2.2.6-preview-01 859 11/25/2020
2.2.5 4,093 10/24/2020
2.2.4 2,855 10/19/2020
2.2.3 1,222 10/11/2020
2.2.2 22,467 8/19/2020
2.2.1 8,247 8/8/2020
2.2.0 65,187 7/27/2020
1.1.8 20,496 7/12/2020
1.1.7 5,399 7/6/2020
1.1.6 2,862 7/5/2020
1.1.5 42,327 6/15/2020
1.1.4 1,278 6/15/2020
1.1.3 1,270 6/15/2020
1.1.2 22,021 5/31/2020
1.1.1 27,839 5/14/2020
1.1.0 23,938 4/25/2020
1.0.24 13,068 4/16/2020
1.0.23 215,080 3/26/2020
1.0.22 6,279 3/18/2020
1.0.21 36,641 2/29/2020
1.0.20 137,962 1/11/2020
1.0.19 115,485 8/29/2019
1.0.18 83,316 7/2/2019
1.0.17 43,201 6/14/2019
1.0.16 4,698 6/6/2019
1.0.15 5,972 5/20/2019
1.0.14 5,114 5/14/2019
1.0.13 15,029 5/3/2019
1.0.12 70,157 3/26/2019
1.0.11 14,128 2/28/2019
1.0.10 32,206 2/5/2019
1.0.9.2 589,378 1/10/2019
1.0.9.1 1,702 1/7/2019
1.0.9 36,216 10/19/2018
1.0.8.18 82,317 9/4/2018
1.0.8.17 11,832 8/27/2018
1.0.8.16 18,771 8/19/2018
1.0.8.15 1,830 8/17/2018
1.0.8.13 6,419 8/2/2018
1.0.8.12 5,201 7/27/2018
1.0.8.11 38,308 6/6/2018
1.0.8.10 2,595 6/5/2018
1.0.8.9 7,208 5/26/2018
1.0.8.8 2,162 5/21/2018
1.0.8.7 3,462 5/9/2018
1.0.8.6 2,824 4/28/2018
1.0.8.5 2,408 4/27/2018
1.0.8.4 2,189 4/25/2018
1.0.8.3 3,937 3/30/2018
1.0.8.2 56,906 1/9/2018
1.0.8.1 5,645 1/5/2018
1.0.8 21,083 12/16/2017
1.0.4.8 17,023 11/1/2017
1.0.4.7 4,642 9/12/2017
1.0.4.6 6,408 7/8/2017
1.0.4.5 2,141 6/28/2017
1.0.4.4 1,972 6/27/2017
1.0.4.3 2,286 6/1/2017
1.0.4.2 1,926 6/1/2017
1.0.4.1 1,958 5/31/2017
1.0.4 2,605 5/17/2017
1.0.3.6 3,503 4/8/2017
1.0.3.5 2,444 3/30/2017
1.0.3.4 2,371 3/25/2017
1.0.3.3 6,160 11/16/2016
1.0.3.2 2,386 10/31/2016
1.0.3.1 2,249 10/30/2016
1.0.3 2,142 10/22/2016
1.0.1 3,371 6/27/2016
1.0.0 10,654 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md