Microsoft.EntityFrameworkCore.DynamicLinq 2.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 2.6.0-preview-01
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 2.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="2.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="2.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 2.6.0-preview-01
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 2.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@2.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=2.6.0-preview-01&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=2.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 was computed.  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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  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 19,430 6/11/2025
9.6.5 5,915 5/28/2025
9.6.4 6,271 5/19/2025
9.6.3 4,010 5/9/2025
9.6.2 8,722 4/24/2025
9.6.0.2 58,736 2/11/2025
9.6.0.1 45,482 1/28/2025
9.6.0 3,043 1/26/2025
9.6.0-preview-03 146 1/25/2025
9.6.0-preview-02 115 1/24/2025
9.6.0-preview-01 120 1/23/2025
9.5.1 70,653 12/12/2024
9.5.0 4,663 12/7/2024
9.4.9 19,150 11/16/2024
8.6.6 5,962 6/11/2025
8.6.5 3,153 5/28/2025
8.6.4 1,974 5/19/2025
8.6.3 2,000 5/9/2025
8.6.2 4,171 4/24/2025
8.6.1 182,547 1/23/2025
8.6.0.2 11,871 2/11/2025
8.6.0.1 1,607 1/28/2025
8.6.0 7,381 1/26/2025
8.6.0-preview-03 119 1/25/2025
8.6.0-preview-02 116 1/24/2025
8.6.0-preview-01 111 1/23/2025
8.5.1 55,540 12/12/2024
8.5.0 4,373 12/7/2024
8.4.9 42,512 11/16/2024
8.4.8 101,128 10/31/2024
8.4.7 32,215 10/26/2024
8.4.6 170,375 10/13/2024
8.4.5 200,095 8/20/2024
8.4.4 126,733 7/30/2024
8.4.3 155,761 7/1/2024
8.4.2 25,799 6/25/2024
8.4.1 37,041 6/21/2024
8.4.0 93,186 5/31/2024
8.3.14 80,872 5/3/2024
8.3.13 18,641 4/25/2024
8.3.12 17,460 4/18/2024
8.3.10 155,318 3/3/2024
8.3.9 10,063 2/29/2024
8.3.9-preview-02 451 2/3/2024
8.3.9-preview-01 668 1/23/2024
8.3.8 94,632 1/20/2024
8.3.7 114,537 11/20/2023
7.6.6 745 6/11/2025
7.6.5 451 5/28/2025
7.6.4 498 5/19/2025
7.6.3 637 5/9/2025
7.6.2 454 4/24/2025
7.6.1 1,167 1/23/2025
7.6.0.2 788 2/11/2025
7.6.0.1 743 1/28/2025
7.6.0 764 1/26/2025
7.6.0-preview-03 117 1/25/2025
7.6.0-preview-02 109 1/24/2025
7.6.0-preview-01 115 1/23/2025
7.5.1 902 12/12/2024
7.5.0 797 12/7/2024
7.4.9 919 11/16/2024
7.4.8 868 10/31/2024
7.4.7 754 10/26/2024
7.4.6 1,138 10/13/2024
7.4.5 13,933 8/20/2024
7.4.4 1,059 7/30/2024
7.4.3 9,664 7/1/2024
7.4.2 2,178 6/25/2024
7.4.1 958 6/21/2024
7.4.0 6,273 5/31/2024
7.3.14 12,544 5/3/2024
7.3.13 1,422 4/25/2024
7.3.12 1,592 4/18/2024
7.3.11 1,517 4/17/2024
7.3.10 25,013 3/3/2024
7.3.9 3,657 2/29/2024
7.3.9-preview-02 850 2/3/2024
7.3.9-preview-01 464 1/23/2024
7.3.8 23,677 1/20/2024
7.3.7 26,933 11/20/2023
7.3.6 13,586 11/19/2023
7.3.5 224,074 9/21/2023
7.3.4 130,148 8/3/2023
7.3.3 87,334 6/24/2023
7.3.2 395,686 4/1/2023
7.3.1 29,155 3/6/2023
7.3.0 2,053 3/3/2023
7.2.25 82,105 2/5/2023
7.2.24 213,103 12/18/2022
7.2.23 77,078 11/12/2022
6.6.6 450 6/11/2025
6.6.5 226 5/28/2025
6.6.4 348 5/19/2025
6.6.3 189 5/9/2025
6.6.2 278 4/24/2025
6.6.1 2,096 1/23/2025
6.6.0.2 1,262 2/11/2025
6.6.0.1 244 1/28/2025
6.6.0 759 1/26/2025
6.6.0-preview-03 119 1/25/2025
6.6.0-preview-02 110 1/24/2025
6.6.0-preview-01 117 1/23/2025
6.5.1 22,070 12/12/2024
6.5.0 342 12/7/2024
6.4.9 962 11/16/2024
6.4.8 396 10/31/2024
6.4.7 527 10/26/2024
6.4.6 1,708 10/13/2024
6.4.5 2,448 8/20/2024
6.4.4 1,104 7/30/2024
6.4.3 1,560 7/1/2024
6.4.2 390 6/25/2024
6.4.1 2,438 6/21/2024
6.4.0 1,964 5/31/2024
6.3.14 2,818 5/3/2024
6.3.13 10,233 4/25/2024
6.3.12 378 4/18/2024
6.3.11 318 4/17/2024
6.3.10 10,579 3/3/2024
6.3.9 2,602 2/29/2024
6.3.9-preview-02 559 2/3/2024
6.3.9-preview-01 321 1/23/2024
6.3.8 42,300 1/20/2024
6.3.7 40,325 11/20/2023
6.3.6 1,704 11/19/2023
6.3.5 521,262 9/21/2023
6.3.4 47,927 8/3/2023
6.3.3 39,183 6/24/2023
6.3.2 144,524 4/1/2023
6.3.1 39,948 3/6/2023
6.3.0 19,461 3/3/2023
6.2.25 54,475 2/5/2023
6.2.24 72,117 12/18/2022
6.2.23 78,889 11/12/2022
6.2.22 48,515 11/6/2022
6.2.21 46,935 10/28/2022
6.2.20 395,333 9/3/2022
6.2.20-preview-01 702 9/3/2022
6.2.19 342,066 6/26/2022
6.2.18 666,772 3/7/2022
6.2.17 66,836 2/21/2022
6.2.16 4,116 2/19/2022
6.2.15 179,780 12/17/2021
6.2.14 273,110 11/9/2021
6.2.13-preview.4.21253.1 1,569 10/9/2021
6.2.12-preview.4.21253.1 978 7/31/2021
6.2.11-preview.4.21253.1 298 7/19/2021
6.0.0-preview.4.21253.1 505 5/31/2021
6.0.0-preview.3.21201.2 328 5/9/2021
5.6.6 303 6/11/2025
5.6.5 166 5/28/2025
5.6.4 159 5/19/2025
5.6.3 108 5/9/2025
5.6.2 188 4/24/2025
5.6.1 257 1/23/2025
5.6.0.2 158 2/11/2025
5.6.0.1 133 1/28/2025
5.6.0 143 1/26/2025
5.6.0-preview-03 120 1/25/2025
5.6.0-preview-02 113 1/24/2025
5.6.0-preview-01 124 1/23/2025
5.5.1 450 12/12/2024
5.5.0 158 12/7/2024
5.4.9 148 11/16/2024
5.4.8 147 10/31/2024
5.4.7 149 10/26/2024
5.4.6 173 10/13/2024
5.4.5 293 8/20/2024
5.4.4 307 7/30/2024
5.4.3 290 7/1/2024
5.4.2 172 6/25/2024
5.4.1 189 6/21/2024
5.4.0 199 5/31/2024
5.3.14 164 5/3/2024
5.3.13 184 4/25/2024
5.3.12 179 4/18/2024
5.3.11 365 4/17/2024
5.3.10 934 3/3/2024
5.3.9 278 2/29/2024
5.3.9-preview-02 310 2/3/2024
5.3.9-preview-01 329 1/23/2024
5.3.8 417 1/20/2024
5.3.7 2,843 11/20/2023
5.3.6 501 11/19/2023
5.3.5 1,140 9/21/2023
5.3.4 1,081 8/3/2023
5.3.3 2,424 6/24/2023
5.3.2 33,036 4/1/2023
5.3.1 857 3/6/2023
5.3.0 913 3/3/2023
5.2.25 981 2/5/2023
5.2.24 10,388 12/18/2022
5.2.23 3,362 11/12/2022
5.2.22 5,258 11/6/2022
5.2.21 974 10/28/2022
5.2.20 29,833 9/3/2022
5.2.20-preview-01 715 9/3/2022
5.2.19 31,549 6/26/2022
5.2.18 19,102 3/7/2022
5.2.17 4,840 2/21/2022
5.2.16 2,295 2/19/2022
5.2.15 136,745 12/17/2021
5.2.14 17,508 11/9/2021
5.2.13 164,788 10/9/2021
5.2.12 198,429 7/31/2021
5.2.11 78,850 7/19/2021
5.2.10 336,832 5/31/2021
5.2.9 189,551 3/26/2021
5.2.8 279,888 2/13/2021
5.2.7 80,593 12/26/2020
5.2.7-preview-03 1,034 12/26/2020
5.2.7-preview-01 1,020 12/26/2020
3.6.6 304 6/11/2025
3.6.5 298 5/28/2025
3.6.4 172 5/19/2025
3.6.3 112 5/9/2025
3.6.2 193 4/24/2025
3.6.1 216 1/23/2025
3.6.0.2 169 2/11/2025
3.6.0.1 137 1/28/2025
3.6.0 153 1/26/2025
3.6.0-preview-03 115 1/25/2025
3.6.0-preview-02 107 1/24/2025
3.6.0-preview-01 128 1/23/2025
3.5.1 168 12/12/2024
3.5.0 149 12/7/2024
3.4.9 159 11/16/2024
3.4.8 145 10/31/2024
3.4.7 148 10/26/2024
3.4.6 178 10/13/2024
3.4.5 2,242 8/20/2024
3.4.4 145 7/30/2024
3.4.3 699 7/1/2024
3.4.2 189 6/25/2024
3.4.1 190 6/21/2024
3.4.0 219 5/31/2024
3.3.14 194 5/3/2024
3.3.13 176 4/25/2024
3.3.12 193 4/18/2024
3.3.11 178 4/17/2024
3.3.10 458 3/3/2024
3.3.9 271 2/29/2024
3.3.9-preview-02 295 2/3/2024
3.3.9-preview-01 345 1/23/2024
3.3.8 402 1/20/2024
3.3.7 9,174 11/20/2023
3.3.6 501 11/19/2023
3.3.5 3,037 9/21/2023
3.3.4 1,698 8/3/2023
3.3.3 8,955 6/24/2023
3.3.2 2,889 4/1/2023
3.3.1 1,247 3/6/2023
3.3.0 823 3/3/2023
3.2.25 1,560 2/5/2023
3.2.24 18,197 12/18/2022
3.2.23 1,634 11/12/2022
3.2.22 1,023 11/6/2022
3.2.21 1,054 10/28/2022
3.2.20 22,846 9/3/2022
3.2.20-preview-01 666 9/3/2022
3.2.19 48,288 6/26/2022
3.2.18 25,108 3/7/2022
3.2.17 1,280 2/21/2022
3.2.16 1,100 2/19/2022
3.2.15 26,368 12/17/2021
3.2.14 17,880 11/9/2021
3.2.13 2,575 10/9/2021
3.2.12 22,905 7/31/2021
3.2.11 4,823 7/19/2021
3.2.10 39,916 5/31/2021
3.2.9 22,378 3/26/2021
3.2.8 20,300 2/13/2021
3.2.7 73,761 12/26/2020
3.2.7-preview-03 1,026 12/26/2020
3.2.7-preview-02 1,049 12/26/2020
3.2.7-preview-01 1,042 12/26/2020
3.2.6 134,458 11/25/2020
3.2.6-preview-01 944 11/25/2020
3.2.5 194,282 10/24/2020
3.2.4 8,196 10/19/2020
3.2.3 12,142 10/11/2020
3.2.2 82,446 8/19/2020
3.2.1 10,819 8/8/2020
3.2.0 26,624 7/27/2020
2.6.6 302 6/11/2025
2.6.5 166 5/28/2025
2.6.4 165 5/19/2025
2.6.3 111 5/9/2025
2.6.2 199 4/24/2025
2.6.1 142 1/23/2025
2.6.0.2 151 2/11/2025
2.6.0.1 136 1/28/2025
2.6.0 183 1/26/2025
2.6.0-preview-03 119 1/25/2025
2.6.0-preview-02 115 1/24/2025
2.6.0-preview-01 123 1/23/2025
2.5.1 166 12/12/2024
2.5.0 160 12/7/2024
2.4.9 155 11/16/2024
2.4.8 150 10/31/2024
2.4.7 158 10/26/2024
2.4.6 166 10/13/2024
2.4.5 189 8/20/2024
2.4.4 142 7/30/2024
2.4.3 181 7/1/2024
2.4.2 173 6/25/2024
2.4.1 178 6/21/2024
2.4.0 161 5/31/2024
2.3.14 177 5/3/2024
2.3.13 201 4/25/2024
2.3.12 176 4/18/2024
2.3.11 167 4/17/2024
2.3.10 266 3/3/2024
2.3.9 278 2/29/2024
2.3.9-preview-02 309 2/3/2024
2.3.9-preview-01 324 1/23/2024
2.3.8 361 1/20/2024
2.3.7 519 11/20/2023
2.3.6 489 11/19/2023
2.3.5 566 9/21/2023
2.3.4 710 8/3/2023
2.3.3 712 6/24/2023
2.3.2 819 4/1/2023
2.3.1 774 3/6/2023
2.3.0 812 3/3/2023
2.2.25 852 2/5/2023
2.2.24 849 12/18/2022
2.2.23 875 11/12/2022
2.2.22 924 11/6/2022
2.2.21 932 10/28/2022
2.2.20 983 9/3/2022
2.2.20-preview-01 647 9/3/2022
2.2.19 1,049 6/26/2022
2.2.18 1,224 3/7/2022
2.2.17 1,050 2/21/2022
2.2.16 1,092 2/19/2022
2.2.15 1,000 12/17/2021
2.2.14 965 11/9/2021
2.2.13 1,021 10/9/2021
2.2.12 1,311 7/31/2021
2.2.11 1,841 7/19/2021
2.2.10 1,586 5/31/2021
2.2.9 7,344 3/26/2021
2.2.8 1,926 2/13/2021
2.2.7 1,289 12/26/2020
2.2.7-preview-03 1,026 12/26/2020
2.2.7-preview-02 1,006 12/26/2020
2.2.7-preview-01 1,044 12/26/2020
2.2.6 12,897 11/25/2020
2.2.6-preview-01 864 11/25/2020
2.2.5 4,098 10/24/2020
2.2.4 2,861 10/19/2020
2.2.3 1,228 10/11/2020
2.2.2 22,474 8/19/2020
2.2.1 8,254 8/8/2020
2.2.0 65,212 7/27/2020
1.1.8 20,513 7/12/2020
1.1.7 5,406 7/6/2020
1.1.6 2,868 7/5/2020
1.1.5 42,334 6/15/2020
1.1.4 1,285 6/15/2020
1.1.3 1,277 6/15/2020
1.1.2 22,051 5/31/2020
1.1.1 27,854 5/14/2020
1.1.0 23,950 4/25/2020
1.0.24 13,074 4/16/2020
1.0.23 215,086 3/26/2020
1.0.22 6,286 3/18/2020
1.0.21 36,687 2/29/2020
1.0.20 138,101 1/11/2020
1.0.19 115,547 8/29/2019
1.0.18 83,325 7/2/2019
1.0.17 43,210 6/14/2019
1.0.16 4,704 6/6/2019
1.0.15 5,986 5/20/2019
1.0.14 5,121 5/14/2019
1.0.13 15,039 5/3/2019
1.0.12 70,164 3/26/2019
1.0.11 14,134 2/28/2019
1.0.10 32,218 2/5/2019
1.0.9.2 589,405 1/10/2019
1.0.9.1 1,709 1/7/2019
1.0.9 36,226 10/19/2018
1.0.8.18 82,325 9/4/2018
1.0.8.17 11,840 8/27/2018
1.0.8.16 18,778 8/19/2018
1.0.8.15 1,837 8/17/2018
1.0.8.13 6,434 8/2/2018
1.0.8.12 5,215 7/27/2018
1.0.8.11 38,329 6/6/2018
1.0.8.10 2,624 6/5/2018
1.0.8.9 7,226 5/26/2018
1.0.8.8 2,179 5/21/2018
1.0.8.7 3,488 5/9/2018
1.0.8.6 2,853 4/28/2018
1.0.8.5 2,427 4/27/2018
1.0.8.4 2,207 4/25/2018
1.0.8.3 3,955 3/30/2018
1.0.8.2 56,931 1/9/2018
1.0.8.1 5,664 1/5/2018
1.0.8 21,103 12/16/2017
1.0.4.8 17,060 11/1/2017
1.0.4.7 4,655 9/12/2017
1.0.4.6 6,420 7/8/2017
1.0.4.5 2,154 6/28/2017
1.0.4.4 1,985 6/27/2017
1.0.4.3 2,301 6/1/2017
1.0.4.2 1,939 6/1/2017
1.0.4.1 1,971 5/31/2017
1.0.4 2,618 5/17/2017
1.0.3.6 3,525 4/8/2017
1.0.3.5 2,463 3/30/2017
1.0.3.4 2,389 3/25/2017
1.0.3.3 6,178 11/16/2016
1.0.3.2 2,403 10/31/2016
1.0.3.1 2,267 10/30/2016
1.0.3 2,160 10/22/2016
1.0.1 3,395 6/27/2016
1.0.0 10,813 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md