Microsoft.EntityFrameworkCore.DynamicLinq 7.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 7.3.9-preview-02
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 7.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="7.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="7.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 7.3.9-preview-02
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 7.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@7.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=7.3.9-preview-02&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=7.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 net6.0 is compatible.  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 is compatible.  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. 
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

FenixAlliance.ABM.SDK

Application Component for the Alliance Business Suite.

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.

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.9 145 10/11/2025
9.6.8 4,091 9/28/2025
9.6.7 42,779 7/28/2025
9.6.6 80,464 6/11/2025
9.6.5 9,154 5/28/2025
9.6.4 10,057 5/19/2025
9.6.3 4,607 5/9/2025
9.6.2 17,147 4/24/2025
9.6.0.2 72,549 2/11/2025
9.6.0.1 68,799 1/28/2025
9.6.0 3,688 1/26/2025
9.6.0-preview-03 184 1/25/2025
9.6.0-preview-02 159 1/24/2025
9.6.0-preview-01 162 1/23/2025
9.5.1 78,867 12/12/2024
9.5.0 5,822 12/7/2024
9.4.9 21,217 11/16/2024
8.6.9 221 10/11/2025
8.6.8 2,498 9/28/2025
8.6.7 15,774 7/28/2025
8.6.6 23,606 6/11/2025
8.6.5 8,056 5/28/2025
8.6.4 3,243 5/19/2025
8.6.3 3,859 5/9/2025
8.6.2 8,494 4/24/2025
8.6.1 265,049 1/23/2025
8.6.0.2 20,925 2/11/2025
8.6.0.1 1,988 1/28/2025
8.6.0 9,797 1/26/2025
8.6.0-preview-03 153 1/25/2025
8.6.0-preview-02 156 1/24/2025
8.6.0-preview-01 162 1/23/2025
8.5.1 69,543 12/12/2024
8.5.0 6,369 12/7/2024
8.4.9 51,776 11/16/2024
8.4.8 111,048 10/31/2024
8.4.7 38,741 10/26/2024
8.4.6 189,743 10/13/2024
8.4.5 236,797 8/20/2024
8.4.4 138,830 7/30/2024
8.4.3 168,792 7/1/2024
8.4.2 28,476 6/25/2024
8.4.1 39,496 6/21/2024
8.4.0 109,567 5/31/2024
8.3.14 89,736 5/3/2024
8.3.13 19,548 4/25/2024
8.3.12 18,232 4/18/2024
8.3.10 167,228 3/3/2024
8.3.9 10,605 2/29/2024
8.3.9-preview-02 489 2/3/2024
8.3.9-preview-01 712 1/23/2024
8.3.8 101,371 1/20/2024
8.3.7 122,812 11/20/2023
7.6.9 39 10/11/2025
7.6.8 207 9/28/2025
7.6.7 389 7/28/2025
7.6.6 1,068 6/11/2025
7.6.5 707 5/28/2025
7.6.4 748 5/19/2025
7.6.3 905 5/9/2025
7.6.2 637 4/24/2025
7.6.1 1,531 1/23/2025
7.6.0.2 987 2/11/2025
7.6.0.1 934 1/28/2025
7.6.0 941 1/26/2025
7.6.0-preview-03 152 1/25/2025
7.6.0-preview-02 143 1/24/2025
7.6.0-preview-01 150 1/23/2025
7.5.1 1,100 12/12/2024
7.5.0 977 12/7/2024
7.4.9 1,112 11/16/2024
7.4.8 1,050 10/31/2024
7.4.7 931 10/26/2024
7.4.6 1,316 10/13/2024
7.4.5 20,582 8/20/2024
7.4.4 1,255 7/30/2024
7.4.3 10,902 7/1/2024
7.4.2 3,256 6/25/2024
7.4.1 1,135 6/21/2024
7.4.0 7,123 5/31/2024
7.3.14 16,251 5/3/2024
7.3.13 1,750 4/25/2024
7.3.12 1,881 4/18/2024
7.3.11 1,697 4/17/2024
7.3.10 31,758 3/3/2024
7.3.9 3,854 2/29/2024
7.3.9-preview-02 881 2/3/2024
7.3.9-preview-01 502 1/23/2024
7.3.8 26,885 1/20/2024
7.3.7 28,135 11/20/2023
7.3.6 17,828 11/19/2023
7.3.5 246,371 9/21/2023
7.3.4 135,998 8/3/2023
7.3.3 94,583 6/24/2023
7.3.2 400,181 4/1/2023
7.3.1 31,907 3/6/2023
7.3.0 2,305 3/3/2023
7.2.25 93,379 2/5/2023
7.2.24 217,357 12/18/2022
7.2.23 83,672 11/12/2022
6.6.9 37 10/11/2025
6.6.8 184 9/28/2025
6.6.7 373 7/28/2025
6.6.6 1,384 6/11/2025
6.6.5 408 5/28/2025
6.6.4 555 5/19/2025
6.6.3 372 5/9/2025
6.6.2 458 4/24/2025
6.6.1 2,605 1/23/2025
6.6.0.2 1,668 2/11/2025
6.6.0.1 435 1/28/2025
6.6.0 1,265 1/26/2025
6.6.0-preview-03 160 1/25/2025
6.6.0-preview-02 151 1/24/2025
6.6.0-preview-01 150 1/23/2025
6.5.1 29,833 12/12/2024
6.5.0 543 12/7/2024
6.4.9 1,377 11/16/2024
6.4.8 593 10/31/2024
6.4.7 745 10/26/2024
6.4.6 2,000 10/13/2024
6.4.5 2,705 8/20/2024
6.4.4 1,340 7/30/2024
6.4.3 1,778 7/1/2024
6.4.2 571 6/25/2024
6.4.1 2,624 6/21/2024
6.4.0 2,154 5/31/2024
6.3.14 3,031 5/3/2024
6.3.13 14,360 4/25/2024
6.3.12 560 4/18/2024
6.3.11 503 4/17/2024
6.3.10 11,669 3/3/2024
6.3.9 3,020 2/29/2024
6.3.9-preview-02 597 2/3/2024
6.3.9-preview-01 359 1/23/2024
6.3.8 45,592 1/20/2024
6.3.7 42,376 11/20/2023
6.3.6 1,884 11/19/2023
6.3.5 711,800 9/21/2023
6.3.4 48,325 8/3/2023
6.3.3 41,497 6/24/2023
6.3.2 155,688 4/1/2023
6.3.1 40,459 3/6/2023
6.3.0 20,179 3/3/2023
6.2.25 56,038 2/5/2023
6.2.24 74,543 12/18/2022
6.2.23 79,991 11/12/2022
6.2.22 50,746 11/6/2022
6.2.21 49,762 10/28/2022
6.2.20 402,449 9/3/2022
6.2.20-preview-01 763 9/3/2022
6.2.19 357,910 6/26/2022
6.2.18 677,488 3/7/2022
6.2.17 67,503 2/21/2022
6.2.16 4,286 2/19/2022
6.2.15 183,132 12/17/2021
6.2.14 281,008 11/9/2021
6.2.13-preview.4.21253.1 2,054 10/9/2021
6.2.12-preview.4.21253.1 1,027 7/31/2021
6.2.11-preview.4.21253.1 344 7/19/2021
6.0.0-preview.4.21253.1 542 5/31/2021
6.0.0-preview.3.21201.2 371 5/9/2021
5.6.9 39 10/11/2025
5.6.8 181 9/28/2025
5.6.7 241 7/28/2025
5.6.6 444 6/11/2025
5.6.5 317 5/28/2025
5.6.4 308 5/19/2025
5.6.3 245 5/9/2025
5.6.2 324 4/24/2025
5.6.1 457 1/23/2025
5.6.0.2 292 2/11/2025
5.6.0.1 265 1/28/2025
5.6.0 282 1/26/2025
5.6.0-preview-03 169 1/25/2025
5.6.0-preview-02 154 1/24/2025
5.6.0-preview-01 166 1/23/2025
5.5.1 688 12/12/2024
5.5.0 296 12/7/2024
5.4.9 279 11/16/2024
5.4.8 280 10/31/2024
5.4.7 287 10/26/2024
5.4.6 314 10/13/2024
5.4.5 434 8/20/2024
5.4.4 503 7/30/2024
5.4.3 454 7/1/2024
5.4.2 312 6/25/2024
5.4.1 326 6/21/2024
5.4.0 338 5/31/2024
5.3.14 297 5/3/2024
5.3.13 322 4/25/2024
5.3.12 312 4/18/2024
5.3.11 507 4/17/2024
5.3.10 1,114 3/3/2024
5.3.9 414 2/29/2024
5.3.9-preview-02 358 2/3/2024
5.3.9-preview-01 364 1/23/2024
5.3.8 552 1/20/2024
5.3.7 3,197 11/20/2023
5.3.6 637 11/19/2023
5.3.5 1,274 9/21/2023
5.3.4 1,226 8/3/2023
5.3.3 2,571 6/24/2023
5.3.2 34,837 4/1/2023
5.3.1 1,012 3/6/2023
5.3.0 1,061 3/3/2023
5.2.25 1,148 2/5/2023
5.2.24 10,823 12/18/2022
5.2.23 3,725 11/12/2022
5.2.22 5,399 11/6/2022
5.2.21 1,125 10/28/2022
5.2.20 31,217 9/3/2022
5.2.20-preview-01 778 9/3/2022
5.2.19 32,886 6/26/2022
5.2.18 19,316 3/7/2022
5.2.17 5,018 2/21/2022
5.2.16 2,445 2/19/2022
5.2.15 143,571 12/17/2021
5.2.14 17,928 11/9/2021
5.2.13 165,212 10/9/2021
5.2.12 204,659 7/31/2021
5.2.11 83,557 7/19/2021
5.2.10 345,966 5/31/2021
5.2.9 193,415 3/26/2021
5.2.8 286,770 2/13/2021
5.2.7 81,934 12/26/2020
5.2.7-preview-03 1,096 12/26/2020
5.2.7-preview-01 1,083 12/26/2020
3.6.9 40 10/11/2025
3.6.8 176 9/28/2025
3.6.7 346 7/28/2025
3.6.6 442 6/11/2025
3.6.5 832 5/28/2025
3.6.4 365 5/19/2025
3.6.3 255 5/9/2025
3.6.2 333 4/24/2025
3.6.1 374 1/23/2025
3.6.0.2 304 2/11/2025
3.6.0.1 274 1/28/2025
3.6.0 289 1/26/2025
3.6.0-preview-03 152 1/25/2025
3.6.0-preview-02 141 1/24/2025
3.6.0-preview-01 163 1/23/2025
3.5.1 311 12/12/2024
3.5.0 286 12/7/2024
3.4.9 290 11/16/2024
3.4.8 282 10/31/2024
3.4.7 279 10/26/2024
3.4.6 322 10/13/2024
3.4.5 2,916 8/20/2024
3.4.4 285 7/30/2024
3.4.3 1,153 7/1/2024
3.4.2 323 6/25/2024
3.4.1 327 6/21/2024
3.4.0 365 5/31/2024
3.3.14 331 5/3/2024
3.3.13 315 4/25/2024
3.3.12 329 4/18/2024
3.3.11 316 4/17/2024
3.3.10 678 3/3/2024
3.3.9 407 2/29/2024
3.3.9-preview-02 327 2/3/2024
3.3.9-preview-01 383 1/23/2024
3.3.8 539 1/20/2024
3.3.7 10,921 11/20/2023
3.3.6 642 11/19/2023
3.3.5 3,279 9/21/2023
3.3.4 1,846 8/3/2023
3.3.3 9,327 6/24/2023
3.3.2 3,039 4/1/2023
3.3.1 1,398 3/6/2023
3.3.0 974 3/3/2023
3.2.25 1,718 2/5/2023
3.2.24 18,882 12/18/2022
3.2.23 1,798 11/12/2022
3.2.22 1,180 11/6/2022
3.2.21 1,209 10/28/2022
3.2.20 23,341 9/3/2022
3.2.20-preview-01 728 9/3/2022
3.2.19 48,624 6/26/2022
3.2.18 25,846 3/7/2022
3.2.17 1,432 2/21/2022
3.2.16 1,259 2/19/2022
3.2.15 26,681 12/17/2021
3.2.14 18,340 11/9/2021
3.2.13 2,737 10/9/2021
3.2.12 23,177 7/31/2021
3.2.11 5,032 7/19/2021
3.2.10 40,348 5/31/2021
3.2.9 23,113 3/26/2021
3.2.8 20,681 2/13/2021
3.2.7 73,975 12/26/2020
3.2.7-preview-03 1,100 12/26/2020
3.2.7-preview-02 1,128 12/26/2020
3.2.7-preview-01 1,112 12/26/2020
3.2.6 136,537 11/25/2020
3.2.6-preview-01 1,015 11/25/2020
3.2.5 200,560 10/24/2020
3.2.4 9,346 10/19/2020
3.2.3 12,329 10/11/2020
3.2.2 85,026 8/19/2020
3.2.1 11,071 8/8/2020
3.2.0 26,842 7/27/2020
2.6.9 40 10/11/2025
2.6.8 177 9/28/2025
2.6.7 260 7/28/2025
2.6.6 455 6/11/2025
2.6.5 303 5/28/2025
2.6.4 304 5/19/2025
2.6.3 262 5/9/2025
2.6.2 335 4/24/2025
2.6.1 278 1/23/2025
2.6.0.2 286 2/11/2025
2.6.0.1 274 1/28/2025
2.6.0 407 1/26/2025
2.6.0-preview-03 161 1/25/2025
2.6.0-preview-02 158 1/24/2025
2.6.0-preview-01 159 1/23/2025
2.5.1 313 12/12/2024
2.5.0 302 12/7/2024
2.4.9 288 11/16/2024
2.4.8 289 10/31/2024
2.4.7 291 10/26/2024
2.4.6 307 10/13/2024
2.4.5 326 8/20/2024
2.4.4 290 7/30/2024
2.4.3 321 7/1/2024
2.4.2 308 6/25/2024
2.4.1 312 6/21/2024
2.4.0 318 5/31/2024
2.3.14 325 5/3/2024
2.3.13 361 4/25/2024
2.3.12 323 4/18/2024
2.3.11 308 4/17/2024
2.3.10 402 3/3/2024
2.3.9 423 2/29/2024
2.3.9-preview-02 347 2/3/2024
2.3.9-preview-01 385 1/23/2024
2.3.8 497 1/20/2024
2.3.7 656 11/20/2023
2.3.6 627 11/19/2023
2.3.5 690 9/21/2023
2.3.4 849 8/3/2023
2.3.3 853 6/24/2023
2.3.2 962 4/1/2023
2.3.1 925 3/6/2023
2.3.0 963 3/3/2023
2.2.25 994 2/5/2023
2.2.24 1,005 12/18/2022
2.2.23 1,015 11/12/2022
2.2.22 1,078 11/6/2022
2.2.21 1,084 10/28/2022
2.2.20 1,134 9/3/2022
2.2.20-preview-01 708 9/3/2022
2.2.19 1,207 6/26/2022
2.2.18 1,382 3/7/2022
2.2.17 1,203 2/21/2022
2.2.16 1,247 2/19/2022
2.2.15 1,152 12/17/2021
2.2.14 1,125 11/9/2021
2.2.13 1,185 10/9/2021
2.2.12 1,468 7/31/2021
2.2.11 1,994 7/19/2021
2.2.10 1,737 5/31/2021
2.2.9 7,551 3/26/2021
2.2.8 2,080 2/13/2021
2.2.7 1,441 12/26/2020
2.2.7-preview-03 1,097 12/26/2020
2.2.7-preview-02 1,078 12/26/2020
2.2.7-preview-01 1,128 12/26/2020
2.2.6 13,099 11/25/2020
2.2.6-preview-01 925 11/25/2020
2.2.5 4,585 10/24/2020
2.2.4 3,020 10/19/2020
2.2.3 1,386 10/11/2020
2.2.2 22,641 8/19/2020
2.2.1 8,432 8/8/2020
2.2.0 67,491 7/27/2020
1.1.8 21,000 7/12/2020
1.1.7 5,683 7/6/2020
1.1.6 3,045 7/5/2020
1.1.5 42,499 6/15/2020
1.1.4 1,449 6/15/2020
1.1.3 1,442 6/15/2020
1.1.2 23,582 5/31/2020
1.1.1 28,014 5/14/2020
1.1.0 24,637 4/25/2020
1.0.24 14,189 4/16/2020
1.0.23 224,300 3/26/2020
1.0.22 6,443 3/18/2020
1.0.21 39,739 2/29/2020
1.0.20 144,208 1/11/2020
1.0.19 117,281 8/29/2019
1.0.18 84,831 7/2/2019
1.0.17 43,724 6/14/2019
1.0.16 4,900 6/6/2019
1.0.15 6,297 5/20/2019
1.0.14 5,282 5/14/2019
1.0.13 15,547 5/3/2019
1.0.12 71,874 3/26/2019
1.0.11 14,336 2/28/2019
1.0.10 33,275 2/5/2019
1.0.9.2 595,923 1/10/2019
1.0.9.1 1,861 1/7/2019
1.0.9 36,895 10/19/2018
1.0.8.18 83,099 9/4/2018
1.0.8.17 12,166 8/27/2018
1.0.8.16 19,617 8/19/2018
1.0.8.15 1,997 8/17/2018
1.0.8.13 6,632 8/2/2018
1.0.8.12 5,432 7/27/2018
1.0.8.11 40,014 6/6/2018
1.0.8.10 2,855 6/5/2018
1.0.8.9 7,527 5/26/2018
1.0.8.8 2,425 5/21/2018
1.0.8.7 3,717 5/9/2018
1.0.8.6 3,072 4/28/2018
1.0.8.5 2,643 4/27/2018
1.0.8.4 2,424 4/25/2018
1.0.8.3 4,195 3/30/2018
1.0.8.2 58,351 1/9/2018
1.0.8.1 6,035 1/5/2018
1.0.8 21,976 12/16/2017
1.0.4.8 17,928 11/1/2017
1.0.4.7 4,855 9/12/2017
1.0.4.6 6,645 7/8/2017
1.0.4.5 2,364 6/28/2017
1.0.4.4 2,199 6/27/2017
1.0.4.3 2,509 6/1/2017
1.0.4.2 2,176 6/1/2017
1.0.4.1 2,198 5/31/2017
1.0.4 2,835 5/17/2017
1.0.3.6 3,768 4/8/2017
1.0.3.5 2,736 3/30/2017
1.0.3.4 2,628 3/25/2017
1.0.3.3 6,419 11/16/2016
1.0.3.2 2,628 10/31/2016
1.0.3.1 2,497 10/30/2016
1.0.3 2,387 10/22/2016
1.0.1 3,651 6/27/2016
1.0.0 11,442 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md