Microsoft.EntityFrameworkCore.DynamicLinq 2.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 2.3.9-preview-02
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 2.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="2.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="2.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 2.3.9-preview-02
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 2.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@2.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=2.3.9-preview-02&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=2.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 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 14,308 6/11/2025
9.6.5 5,639 5/28/2025
9.6.4 5,913 5/19/2025
9.6.3 3,965 5/9/2025
9.6.2 8,421 4/24/2025
9.6.0.2 57,530 2/11/2025
9.6.0.1 44,292 1/28/2025
9.6.0 3,004 1/26/2025
9.6.0-preview-03 141 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,481 12/12/2024
9.5.0 4,566 12/7/2024
9.4.9 19,044 11/16/2024
8.6.6 4,364 6/11/2025
8.6.5 2,907 5/28/2025
8.6.4 1,843 5/19/2025
8.6.3 1,903 5/9/2025
8.6.2 3,984 4/24/2025
8.6.1 173,624 1/23/2025
8.6.0.2 11,220 2/11/2025
8.6.0.1 1,586 1/28/2025
8.6.0 6,926 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,324 12/12/2024
8.5.0 4,271 12/7/2024
8.4.9 41,844 11/16/2024
8.4.8 100,249 10/31/2024
8.4.7 32,091 10/26/2024
8.4.6 169,038 10/13/2024
8.4.5 196,945 8/20/2024
8.4.4 125,965 7/30/2024
8.4.3 155,223 7/1/2024
8.4.2 25,409 6/25/2024
8.4.1 36,675 6/21/2024
8.4.0 91,572 5/31/2024
8.3.14 79,943 5/3/2024
8.3.13 18,548 4/25/2024
8.3.12 17,402 4/18/2024
8.3.10 154,481 3/3/2024
8.3.9 10,025 2/29/2024
8.3.9-preview-02 448 2/3/2024
8.3.9-preview-01 666 1/23/2024
8.3.8 93,943 1/20/2024
8.3.7 114,158 11/20/2023
7.6.6 682 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,144 1/23/2025
7.6.0.2 780 2/11/2025
7.6.0.1 734 1/28/2025
7.6.0 758 1/26/2025
7.6.0-preview-03 114 1/25/2025
7.6.0-preview-02 104 1/24/2025
7.6.0-preview-01 111 1/23/2025
7.5.1 894 12/12/2024
7.5.0 788 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,544 8/20/2024
7.4.4 1,044 7/30/2024
7.4.3 9,648 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,558 1/20/2024
7.3.7 26,865 11/20/2023
7.3.6 13,506 11/19/2023
7.3.5 221,504 9/21/2023
7.3.4 129,971 8/3/2023
7.3.3 87,296 6/24/2023
7.3.2 395,394 4/1/2023
7.3.1 29,127 3/6/2023
7.3.0 2,044 3/3/2023
7.2.25 82,061 2/5/2023
7.2.24 212,944 12/18/2022
7.2.23 76,840 11/12/2022
6.6.6 339 6/11/2025
6.6.5 218 5/28/2025
6.6.4 335 5/19/2025
6.6.3 180 5/9/2025
6.6.2 271 4/24/2025
6.6.1 2,070 1/23/2025
6.6.0.2 1,218 2/11/2025
6.6.0.1 238 1/28/2025
6.6.0 733 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,199 12/12/2024
6.5.0 333 12/7/2024
6.4.9 945 11/16/2024
6.4.8 387 10/31/2024
6.4.7 519 10/26/2024
6.4.6 1,691 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,519 3/3/2024
6.3.9 2,581 2/29/2024
6.3.9-preview-02 555 2/3/2024
6.3.9-preview-01 317 1/23/2024
6.3.8 42,053 1/20/2024
6.3.7 40,178 11/20/2023
6.3.6 1,697 11/19/2023
6.3.5 512,161 9/21/2023
6.3.4 47,916 8/3/2023
6.3.3 38,905 6/24/2023
6.3.2 144,337 4/1/2023
6.3.1 39,905 3/6/2023
6.3.0 19,334 3/3/2023
6.2.25 54,356 2/5/2023
6.2.24 72,004 12/18/2022
6.2.23 78,839 11/12/2022
6.2.22 48,465 11/6/2022
6.2.21 46,909 10/28/2022
6.2.20 394,997 9/3/2022
6.2.20-preview-01 698 9/3/2022
6.2.19 341,132 6/26/2022
6.2.18 666,184 3/7/2022
6.2.17 66,799 2/21/2022
6.2.16 4,111 2/19/2022
6.2.15 179,084 12/17/2021
6.2.14 272,853 11/9/2021
6.2.13-preview.4.21253.1 1,532 10/9/2021
6.2.12-preview.4.21253.1 972 7/31/2021
6.2.11-preview.4.21253.1 292 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 298 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 253 1/23/2025
5.6.0.2 155 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 362 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,832 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 851 3/6/2023
5.3.0 910 3/3/2023
5.2.25 974 2/5/2023
5.2.24 10,373 12/18/2022
5.2.23 3,333 11/12/2022
5.2.22 5,254 11/6/2022
5.2.21 969 10/28/2022
5.2.20 29,776 9/3/2022
5.2.20-preview-01 709 9/3/2022
5.2.19 31,390 6/26/2022
5.2.18 19,092 3/7/2022
5.2.17 4,835 2/21/2022
5.2.16 2,291 2/19/2022
5.2.15 136,447 12/17/2021
5.2.14 17,497 11/9/2021
5.2.13 164,780 10/9/2021
5.2.12 198,376 7/31/2021
5.2.11 78,755 7/19/2021
5.2.10 336,774 5/31/2021
5.2.9 189,533 3/26/2021
5.2.8 279,771 2/13/2021
5.2.7 80,568 12/26/2020
5.2.7-preview-03 1,028 12/26/2020
5.2.7-preview-01 1,013 12/26/2020
3.6.6 300 6/11/2025
3.6.5 264 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 164 2/11/2025
3.6.0.1 135 1/28/2025
3.6.0 149 1/26/2025
3.6.0-preview-03 111 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 172 10/13/2024
3.4.5 2,200 8/20/2024
3.4.4 143 7/30/2024
3.4.3 668 7/1/2024
3.4.2 185 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 171 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,125 11/20/2023
3.3.6 497 11/19/2023
3.3.5 3,025 9/21/2023
3.3.4 1,693 8/3/2023
3.3.3 8,929 6/24/2023
3.3.2 2,884 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,185 12/18/2022
3.2.23 1,630 11/12/2022
3.2.22 1,018 11/6/2022
3.2.21 1,050 10/28/2022
3.2.20 22,811 9/3/2022
3.2.20-preview-01 662 9/3/2022
3.2.19 48,263 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,295 12/17/2021
3.2.14 17,844 11/9/2021
3.2.13 2,565 10/9/2021
3.2.12 22,888 7/31/2021
3.2.11 4,816 7/19/2021
3.2.10 39,909 5/31/2021
3.2.9 22,348 3/26/2021
3.2.8 20,272 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,042 12/26/2020
3.2.7-preview-01 1,036 12/26/2020
3.2.6 134,413 11/25/2020
3.2.6-preview-01 938 11/25/2020
3.2.5 194,225 10/24/2020
3.2.4 8,189 10/19/2020
3.2.3 12,133 10/11/2020
3.2.2 82,428 8/19/2020
3.2.1 10,797 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 105 5/9/2025
2.6.2 193 4/24/2025
2.6.1 139 1/23/2025
2.6.0.2 147 2/11/2025
2.6.0.1 133 1/28/2025
2.6.0 178 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 148 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 174 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 173 4/18/2024
2.3.11 163 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 357 1/20/2024
2.3.7 515 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 813 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 843 12/18/2022
2.2.23 871 11/12/2022
2.2.22 919 11/6/2022
2.2.21 927 10/28/2022
2.2.20 977 9/3/2022
2.2.20-preview-01 642 9/3/2022
2.2.19 1,045 6/26/2022
2.2.18 1,219 3/7/2022
2.2.17 1,044 2/21/2022
2.2.16 1,087 2/19/2022
2.2.15 991 12/17/2021
2.2.14 958 11/9/2021
2.2.13 1,015 10/9/2021
2.2.12 1,305 7/31/2021
2.2.11 1,833 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,019 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 858 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,466 8/19/2020
2.2.1 8,246 8/8/2020
2.2.0 65,177 7/27/2020
1.1.8 20,495 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,019 5/31/2020
1.1.1 27,838 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,278 3/18/2020
1.0.21 36,641 2/29/2020
1.0.20 137,946 1/11/2020
1.0.19 115,485 8/29/2019
1.0.18 83,311 7/2/2019
1.0.17 43,200 6/14/2019
1.0.16 4,698 6/6/2019
1.0.15 5,972 5/20/2019
1.0.14 5,113 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,461 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,015 11/1/2017
1.0.4.7 4,642 9/12/2017
1.0.4.6 6,407 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,248 10/30/2016
1.0.3 2,142 10/22/2016
1.0.1 3,371 6/27/2016
1.0.0 10,626 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md