Microsoft.EntityFrameworkCore.DynamicLinq 5.3.9-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.3.9-preview-01
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 5.3.9-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.3.9-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.3.9-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.3.9-preview-01
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 5.3.9-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.3.9-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.3.9-preview-01&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=5.3.9-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 (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 5,650 7/28/2025
9.6.6 30,898 6/11/2025
9.6.5 6,566 5/28/2025
9.6.4 6,868 5/19/2025
9.6.3 4,149 5/9/2025
9.6.2 10,634 4/24/2025
9.6.0.2 61,175 2/11/2025
9.6.0.1 51,807 1/28/2025
9.6.0 3,144 1/26/2025
9.6.0-preview-03 154 1/25/2025
9.6.0-preview-02 124 1/24/2025
9.6.0-preview-01 128 1/23/2025
9.5.1 73,178 12/12/2024
9.5.0 4,980 12/7/2024
9.4.9 19,527 11/16/2024
8.6.7 1,623 7/28/2025
8.6.6 10,682 6/11/2025
8.6.5 4,279 5/28/2025
8.6.4 2,246 5/19/2025
8.6.3 2,521 5/9/2025
8.6.2 5,010 4/24/2025
8.6.1 205,778 1/23/2025
8.6.0.2 13,610 2/11/2025
8.6.0.1 1,658 1/28/2025
8.6.0 7,938 1/26/2025
8.6.0-preview-03 125 1/25/2025
8.6.0-preview-02 124 1/24/2025
8.6.0-preview-01 119 1/23/2025
8.5.1 58,710 12/12/2024
8.5.0 4,652 12/7/2024
8.4.9 44,216 11/16/2024
8.4.8 103,296 10/31/2024
8.4.7 32,746 10/26/2024
8.4.6 175,655 10/13/2024
8.4.5 208,409 8/20/2024
8.4.4 129,917 7/30/2024
8.4.3 158,239 7/1/2024
8.4.2 26,442 6/25/2024
8.4.1 37,852 6/21/2024
8.4.0 99,249 5/31/2024
8.3.14 82,715 5/3/2024
8.3.13 18,861 4/25/2024
8.3.12 17,697 4/18/2024
8.3.10 158,211 3/3/2024
8.3.9 10,254 2/29/2024
8.3.9-preview-02 461 2/3/2024
8.3.9-preview-01 676 1/23/2024
8.3.8 96,715 1/20/2024
8.3.7 115,821 11/20/2023
7.6.7 165 7/28/2025
7.6.6 844 6/11/2025
7.6.5 510 5/28/2025
7.6.4 555 5/19/2025
7.6.3 709 5/9/2025
7.6.2 483 4/24/2025
7.6.1 1,226 1/23/2025
7.6.0.2 830 2/11/2025
7.6.0.1 775 1/28/2025
7.6.0 791 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 122 1/23/2025
7.5.1 939 12/12/2024
7.5.0 824 12/7/2024
7.4.9 948 11/16/2024
7.4.8 897 10/31/2024
7.4.7 783 10/26/2024
7.4.6 1,164 10/13/2024
7.4.5 15,199 8/20/2024
7.4.4 1,088 7/30/2024
7.4.3 9,712 7/1/2024
7.4.2 2,205 6/25/2024
7.4.1 984 6/21/2024
7.4.0 6,302 5/31/2024
7.3.14 12,665 5/3/2024
7.3.13 1,480 4/25/2024
7.3.12 1,628 4/18/2024
7.3.11 1,546 4/17/2024
7.3.10 25,340 3/3/2024
7.3.9 3,693 2/29/2024
7.3.9-preview-02 856 2/3/2024
7.3.9-preview-01 470 1/23/2024
7.3.8 23,853 1/20/2024
7.3.7 27,196 11/20/2023
7.3.6 13,785 11/19/2023
7.3.5 228,921 9/21/2023
7.3.4 131,193 8/3/2023
7.3.3 87,442 6/24/2023
7.3.2 396,601 4/1/2023
7.3.1 29,268 3/6/2023
7.3.0 2,104 3/3/2023
7.2.25 82,303 2/5/2023
7.2.24 213,708 12/18/2022
7.2.23 77,723 11/12/2022
6.6.7 137 7/28/2025
6.6.6 614 6/11/2025
6.6.5 253 5/28/2025
6.6.4 380 5/19/2025
6.6.3 215 5/9/2025
6.6.2 304 4/24/2025
6.6.1 2,245 1/23/2025
6.6.0.2 1,359 2/11/2025
6.6.0.1 272 1/28/2025
6.6.0 852 1/26/2025
6.6.0-preview-03 126 1/25/2025
6.6.0-preview-02 116 1/24/2025
6.6.0-preview-01 124 1/23/2025
6.5.1 23,822 12/12/2024
6.5.0 380 12/7/2024
6.4.9 1,021 11/16/2024
6.4.8 423 10/31/2024
6.4.7 563 10/26/2024
6.4.6 1,769 10/13/2024
6.4.5 2,485 8/20/2024
6.4.4 1,134 7/30/2024
6.4.3 1,590 7/1/2024
6.4.2 416 6/25/2024
6.4.1 2,466 6/21/2024
6.4.0 1,995 5/31/2024
6.3.14 2,849 5/3/2024
6.3.13 11,589 4/25/2024
6.3.12 405 4/18/2024
6.3.11 346 4/17/2024
6.3.10 10,680 3/3/2024
6.3.9 2,670 2/29/2024
6.3.9-preview-02 564 2/3/2024
6.3.9-preview-01 329 1/23/2024
6.3.8 43,012 1/20/2024
6.3.7 40,689 11/20/2023
6.3.6 1,730 11/19/2023
6.3.5 556,179 9/21/2023
6.3.4 48,017 8/3/2023
6.3.3 39,649 6/24/2023
6.3.2 146,313 4/1/2023
6.3.1 40,029 3/6/2023
6.3.0 19,834 3/3/2023
6.2.25 54,720 2/5/2023
6.2.24 72,507 12/18/2022
6.2.23 78,999 11/12/2022
6.2.22 48,668 11/6/2022
6.2.21 47,032 10/28/2022
6.2.20 397,279 9/3/2022
6.2.20-preview-01 718 9/3/2022
6.2.19 344,659 6/26/2022
6.2.18 668,085 3/7/2022
6.2.17 66,978 2/21/2022
6.2.16 4,146 2/19/2022
6.2.15 180,164 12/17/2021
6.2.14 273,881 11/9/2021
6.2.13-preview.4.21253.1 1,727 10/9/2021
6.2.12-preview.4.21253.1 995 7/31/2021
6.2.11-preview.4.21253.1 317 7/19/2021
6.0.0-preview.4.21253.1 522 5/31/2021
6.0.0-preview.3.21201.2 347 5/9/2021
5.6.7 101 7/28/2025
5.6.6 314 6/11/2025
5.6.5 179 5/28/2025
5.6.4 170 5/19/2025
5.6.3 120 5/9/2025
5.6.2 197 4/24/2025
5.6.1 273 1/23/2025
5.6.0.2 167 2/11/2025
5.6.0.1 142 1/28/2025
5.6.0 152 1/26/2025
5.6.0-preview-03 127 1/25/2025
5.6.0-preview-02 122 1/24/2025
5.6.0-preview-01 130 1/23/2025
5.5.1 461 12/12/2024
5.5.0 168 12/7/2024
5.4.9 160 11/16/2024
5.4.8 156 10/31/2024
5.4.7 159 10/26/2024
5.4.6 184 10/13/2024
5.4.5 302 8/20/2024
5.4.4 318 7/30/2024
5.4.3 300 7/1/2024
5.4.2 182 6/25/2024
5.4.1 201 6/21/2024
5.4.0 209 5/31/2024
5.3.14 174 5/3/2024
5.3.13 195 4/25/2024
5.3.12 189 4/18/2024
5.3.11 377 4/17/2024
5.3.10 969 3/3/2024
5.3.9 287 2/29/2024
5.3.9-preview-02 316 2/3/2024
5.3.9-preview-01 336 1/23/2024
5.3.8 425 1/20/2024
5.3.7 2,870 11/20/2023
5.3.6 511 11/19/2023
5.3.5 1,151 9/21/2023
5.3.4 1,101 8/3/2023
5.3.3 2,442 6/24/2023
5.3.2 33,062 4/1/2023
5.3.1 875 3/6/2023
5.3.0 932 3/3/2023
5.2.25 1,001 2/5/2023
5.2.24 10,467 12/18/2022
5.2.23 3,432 11/12/2022
5.2.22 5,277 11/6/2022
5.2.21 993 10/28/2022
5.2.20 30,146 9/3/2022
5.2.20-preview-01 731 9/3/2022
5.2.19 31,831 6/26/2022
5.2.18 19,130 3/7/2022
5.2.17 4,869 2/21/2022
5.2.16 2,314 2/19/2022
5.2.15 138,447 12/17/2021
5.2.14 17,531 11/9/2021
5.2.13 164,833 10/9/2021
5.2.12 198,829 7/31/2021
5.2.11 79,187 7/19/2021
5.2.10 336,994 5/31/2021
5.2.9 189,790 3/26/2021
5.2.8 280,105 2/13/2021
5.2.7 80,719 12/26/2020
5.2.7-preview-03 1,053 12/26/2020
5.2.7-preview-01 1,038 12/26/2020
3.6.7 107 7/28/2025
3.6.6 316 6/11/2025
3.6.5 466 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 229 1/23/2025
3.6.0.2 179 2/11/2025
3.6.0.1 147 1/28/2025
3.6.0 163 1/26/2025
3.6.0-preview-03 122 1/25/2025
3.6.0-preview-02 113 1/24/2025
3.6.0-preview-01 136 1/23/2025
3.5.1 178 12/12/2024
3.5.0 161 12/7/2024
3.4.9 168 11/16/2024
3.4.8 156 10/31/2024
3.4.7 157 10/26/2024
3.4.6 189 10/13/2024
3.4.5 2,363 8/20/2024
3.4.4 155 7/30/2024
3.4.3 754 7/1/2024
3.4.2 199 6/25/2024
3.4.1 200 6/21/2024
3.4.0 234 5/31/2024
3.3.14 206 5/3/2024
3.3.13 187 4/25/2024
3.3.12 203 4/18/2024
3.3.11 190 4/17/2024
3.3.10 516 3/3/2024
3.3.9 281 2/29/2024
3.3.9-preview-02 300 2/3/2024
3.3.9-preview-01 351 1/23/2024
3.3.8 412 1/20/2024
3.3.7 9,395 11/20/2023
3.3.6 513 11/19/2023
3.3.5 3,067 9/21/2023
3.3.4 1,720 8/3/2023
3.3.3 9,089 6/24/2023
3.3.2 2,911 4/1/2023
3.3.1 1,267 3/6/2023
3.3.0 843 3/3/2023
3.2.25 1,585 2/5/2023
3.2.24 18,225 12/18/2022
3.2.23 1,657 11/12/2022
3.2.22 1,044 11/6/2022
3.2.21 1,074 10/28/2022
3.2.20 22,964 9/3/2022
3.2.20-preview-01 684 9/3/2022
3.2.19 48,348 6/26/2022
3.2.18 25,137 3/7/2022
3.2.17 1,302 2/21/2022
3.2.16 1,121 2/19/2022
3.2.15 26,402 12/17/2021
3.2.14 17,994 11/9/2021
3.2.13 2,601 10/9/2021
3.2.12 22,985 7/31/2021
3.2.11 4,845 7/19/2021
3.2.10 39,938 5/31/2021
3.2.9 22,510 3/26/2021
3.2.8 20,385 2/13/2021
3.2.7 73,818 12/26/2020
3.2.7-preview-03 1,047 12/26/2020
3.2.7-preview-02 1,068 12/26/2020
3.2.7-preview-01 1,062 12/26/2020
3.2.6 134,749 11/25/2020
3.2.6-preview-01 965 11/25/2020
3.2.5 194,519 10/24/2020
3.2.4 8,217 10/19/2020
3.2.3 12,169 10/11/2020
3.2.2 82,627 8/19/2020
3.2.1 10,890 8/8/2020
3.2.0 26,670 7/27/2020
2.6.7 105 7/28/2025
2.6.6 314 6/11/2025
2.6.5 178 5/28/2025
2.6.4 175 5/19/2025
2.6.3 122 5/9/2025
2.6.2 210 4/24/2025
2.6.1 154 1/23/2025
2.6.0.2 161 2/11/2025
2.6.0.1 144 1/28/2025
2.6.0 203 1/26/2025
2.6.0-preview-03 126 1/25/2025
2.6.0-preview-02 124 1/24/2025
2.6.0-preview-01 130 1/23/2025
2.5.1 176 12/12/2024
2.5.0 172 12/7/2024
2.4.9 165 11/16/2024
2.4.8 162 10/31/2024
2.4.7 168 10/26/2024
2.4.6 176 10/13/2024
2.4.5 200 8/20/2024
2.4.4 151 7/30/2024
2.4.3 192 7/1/2024
2.4.2 184 6/25/2024
2.4.1 189 6/21/2024
2.4.0 170 5/31/2024
2.3.14 191 5/3/2024
2.3.13 215 4/25/2024
2.3.12 187 4/18/2024
2.3.11 177 4/17/2024
2.3.10 276 3/3/2024
2.3.9 287 2/29/2024
2.3.9-preview-02 315 2/3/2024
2.3.9-preview-01 330 1/23/2024
2.3.8 371 1/20/2024
2.3.7 527 11/20/2023
2.3.6 499 11/19/2023
2.3.5 579 9/21/2023
2.3.4 726 8/3/2023
2.3.3 730 6/24/2023
2.3.2 838 4/1/2023
2.3.1 795 3/6/2023
2.3.0 830 3/3/2023
2.2.25 870 2/5/2023
2.2.24 867 12/18/2022
2.2.23 893 11/12/2022
2.2.22 943 11/6/2022
2.2.21 952 10/28/2022
2.2.20 1,003 9/3/2022
2.2.20-preview-01 666 9/3/2022
2.2.19 1,072 6/26/2022
2.2.18 1,247 3/7/2022
2.2.17 1,071 2/21/2022
2.2.16 1,113 2/19/2022
2.2.15 1,020 12/17/2021
2.2.14 985 11/9/2021
2.2.13 1,043 10/9/2021
2.2.12 1,334 7/31/2021
2.2.11 1,861 7/19/2021
2.2.10 1,607 5/31/2021
2.2.9 7,368 3/26/2021
2.2.8 1,950 2/13/2021
2.2.7 1,311 12/26/2020
2.2.7-preview-03 1,046 12/26/2020
2.2.7-preview-02 1,027 12/26/2020
2.2.7-preview-01 1,065 12/26/2020
2.2.6 12,932 11/25/2020
2.2.6-preview-01 883 11/25/2020
2.2.5 4,120 10/24/2020
2.2.4 2,884 10/19/2020
2.2.3 1,251 10/11/2020
2.2.2 22,510 8/19/2020
2.2.1 8,276 8/8/2020
2.2.0 65,335 7/27/2020
1.1.8 20,598 7/12/2020
1.1.7 5,432 7/6/2020
1.1.6 2,893 7/5/2020
1.1.5 42,357 6/15/2020
1.1.4 1,308 6/15/2020
1.1.3 1,300 6/15/2020
1.1.2 22,164 5/31/2020
1.1.1 27,878 5/14/2020
1.1.0 24,008 4/25/2020
1.0.24 13,097 4/16/2020
1.0.23 215,109 3/26/2020
1.0.22 6,308 3/18/2020
1.0.21 36,827 2/29/2020
1.0.20 138,438 1/11/2020
1.0.19 115,688 8/29/2019
1.0.18 83,358 7/2/2019
1.0.17 43,289 6/14/2019
1.0.16 4,739 6/6/2019
1.0.15 6,028 5/20/2019
1.0.14 5,145 5/14/2019
1.0.13 15,097 5/3/2019
1.0.12 70,205 3/26/2019
1.0.11 14,155 2/28/2019
1.0.10 32,265 2/5/2019
1.0.9.2 589,506 1/10/2019
1.0.9.1 1,731 1/7/2019
1.0.9 36,256 10/19/2018
1.0.8.18 82,355 9/4/2018
1.0.8.17 11,863 8/27/2018
1.0.8.16 18,801 8/19/2018
1.0.8.15 1,859 8/17/2018
1.0.8.13 6,467 8/2/2018
1.0.8.12 5,248 7/27/2018
1.0.8.11 38,383 6/6/2018
1.0.8.10 2,671 6/5/2018
1.0.8.9 7,272 5/26/2018
1.0.8.8 2,226 5/21/2018
1.0.8.7 3,541 5/9/2018
1.0.8.6 2,900 4/28/2018
1.0.8.5 2,475 4/27/2018
1.0.8.4 2,255 4/25/2018
1.0.8.3 4,006 3/30/2018
1.0.8.2 56,979 1/9/2018
1.0.8.1 5,712 1/5/2018
1.0.8 21,152 12/16/2017
1.0.4.8 17,168 11/1/2017
1.0.4.7 4,689 9/12/2017
1.0.4.6 6,455 7/8/2017
1.0.4.5 2,189 6/28/2017
1.0.4.4 2,019 6/27/2017
1.0.4.3 2,334 6/1/2017
1.0.4.2 1,974 6/1/2017
1.0.4.1 2,007 5/31/2017
1.0.4 2,653 5/17/2017
1.0.3.6 3,577 4/8/2017
1.0.3.5 2,514 3/30/2017
1.0.3.4 2,440 3/25/2017
1.0.3.3 6,231 11/16/2016
1.0.3.2 2,454 10/31/2016
1.0.3.1 2,319 10/30/2016
1.0.3 2,213 10/22/2016
1.0.1 3,460 6/27/2016
1.0.0 10,999 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md