Microsoft.EntityFrameworkCore.DynamicLinq 8.6.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.EntityFrameworkCore.DynamicLinq --version 8.6.8
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 8.6.8
                    
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="8.6.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.DynamicLinq" Version="8.6.8" />
                    
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 8.6.8
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 8.6.8"
                    
#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@8.6.8
                    
#: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=8.6.8
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=8.6.8
                    
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 net8.0 is compatible.  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 (82)

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.8 378 9/28/2025
9.6.7 33,510 7/28/2025
9.6.6 70,238 6/11/2025
9.6.5 8,603 5/28/2025
9.6.4 9,318 5/19/2025
9.6.3 4,497 5/9/2025
9.6.2 15,692 4/24/2025
9.6.0.2 69,948 2/11/2025
9.6.0.1 64,853 1/28/2025
9.6.0 3,539 1/26/2025
9.6.0-preview-03 170 1/25/2025
9.6.0-preview-02 146 1/24/2025
9.6.0-preview-01 139 1/23/2025
9.5.1 77,817 12/12/2024
9.5.0 5,589 12/7/2024
9.4.9 20,774 11/16/2024
8.6.8 368 9/28/2025
8.6.7 12,331 7/28/2025
8.6.6 21,703 6/11/2025
8.6.5 7,074 5/28/2025
8.6.4 2,997 5/19/2025
8.6.3 3,600 5/9/2025
8.6.2 7,736 4/24/2025
8.6.1 256,876 1/23/2025
8.6.0.2 19,245 2/11/2025
8.6.0.1 1,887 1/28/2025
8.6.0 9,519 1/26/2025
8.6.0-preview-03 140 1/25/2025
8.6.0-preview-02 141 1/24/2025
8.6.0-preview-01 155 1/23/2025
8.5.1 67,029 12/12/2024
8.5.0 5,900 12/7/2024
8.4.9 49,851 11/16/2024
8.4.8 109,300 10/31/2024
8.4.7 35,870 10/26/2024
8.4.6 186,641 10/13/2024
8.4.5 230,528 8/20/2024
8.4.4 136,630 7/30/2024
8.4.3 165,526 7/1/2024
8.4.2 28,182 6/25/2024
8.4.1 39,102 6/21/2024
8.4.0 106,559 5/31/2024
8.3.14 88,021 5/3/2024
8.3.13 19,411 4/25/2024
8.3.12 18,091 4/18/2024
8.3.10 164,673 3/3/2024
8.3.9 10,499 2/29/2024
8.3.9-preview-02 477 2/3/2024
8.3.9-preview-01 704 1/23/2024
8.3.8 100,432 1/20/2024
8.3.7 120,777 11/20/2023
7.6.8 72 9/28/2025
7.6.7 340 7/28/2025
7.6.6 1,030 6/11/2025
7.6.5 655 5/28/2025
7.6.4 698 5/19/2025
7.6.3 857 5/9/2025
7.6.2 594 4/24/2025
7.6.1 1,459 1/23/2025
7.6.0.2 933 2/11/2025
7.6.0.1 893 1/28/2025
7.6.0 904 1/26/2025
7.6.0-preview-03 149 1/25/2025
7.6.0-preview-02 130 1/24/2025
7.6.0-preview-01 138 1/23/2025
7.5.1 1,061 12/12/2024
7.5.0 928 12/7/2024
7.4.9 1,059 11/16/2024
7.4.8 998 10/31/2024
7.4.7 872 10/26/2024
7.4.6 1,277 10/13/2024
7.4.5 18,984 8/20/2024
7.4.4 1,214 7/30/2024
7.4.3 10,389 7/1/2024
7.4.2 2,744 6/25/2024
7.4.1 1,087 6/21/2024
7.4.0 6,744 5/31/2024
7.3.14 14,599 5/3/2024
7.3.13 1,707 4/25/2024
7.3.12 1,804 4/18/2024
7.3.11 1,650 4/17/2024
7.3.10 28,788 3/3/2024
7.3.9 3,815 2/29/2024
7.3.9-preview-02 879 2/3/2024
7.3.9-preview-01 498 1/23/2024
7.3.8 25,689 1/20/2024
7.3.7 27,793 11/20/2023
7.3.6 16,066 11/19/2023
7.3.5 244,182 9/21/2023
7.3.4 134,126 8/3/2023
7.3.3 91,196 6/24/2023
7.3.2 399,072 4/1/2023
7.3.1 30,879 3/6/2023
7.3.0 2,265 3/3/2023
7.2.25 88,379 2/5/2023
7.2.24 215,743 12/18/2022
7.2.23 81,523 11/12/2022
6.6.8 49 9/28/2025
6.6.7 313 7/28/2025
6.6.6 1,209 6/11/2025
6.6.5 358 5/28/2025
6.6.4 513 5/19/2025
6.6.3 330 5/9/2025
6.6.2 409 4/24/2025
6.6.1 2,494 1/23/2025
6.6.0.2 1,590 2/11/2025
6.6.0.1 382 1/28/2025
6.6.0 1,128 1/26/2025
6.6.0-preview-03 145 1/25/2025
6.6.0-preview-02 150 1/24/2025
6.6.0-preview-01 138 1/23/2025
6.5.1 28,760 12/12/2024
6.5.0 492 12/7/2024
6.4.9 1,281 11/16/2024
6.4.8 552 10/31/2024
6.4.7 703 10/26/2024
6.4.6 1,930 10/13/2024
6.4.5 2,645 8/20/2024
6.4.4 1,248 7/30/2024
6.4.3 1,711 7/1/2024
6.4.2 520 6/25/2024
6.4.1 2,565 6/21/2024
6.4.0 2,101 5/31/2024
6.3.14 2,963 5/3/2024
6.3.13 13,514 4/25/2024
6.3.12 521 4/18/2024
6.3.11 456 4/17/2024
6.3.10 11,341 3/3/2024
6.3.9 2,935 2/29/2024
6.3.9-preview-02 594 2/3/2024
6.3.9-preview-01 346 1/23/2024
6.3.8 45,032 1/20/2024
6.3.7 42,048 11/20/2023
6.3.6 1,833 11/19/2023
6.3.5 671,829 9/21/2023
6.3.4 48,261 8/3/2023
6.3.3 40,983 6/24/2023
6.3.2 152,720 4/1/2023
6.3.1 40,316 3/6/2023
6.3.0 20,110 3/3/2023
6.2.25 55,671 2/5/2023
6.2.24 73,905 12/18/2022
6.2.23 79,617 11/12/2022
6.2.22 49,646 11/6/2022
6.2.21 48,497 10/28/2022
6.2.20 400,631 9/3/2022
6.2.20-preview-01 747 9/3/2022
6.2.19 353,325 6/26/2022
6.2.18 673,760 3/7/2022
6.2.17 67,357 2/21/2022
6.2.16 4,226 2/19/2022
6.2.15 182,106 12/17/2021
6.2.14 278,262 11/9/2021
6.2.13-preview.4.21253.1 1,958 10/9/2021
6.2.12-preview.4.21253.1 1,019 7/31/2021
6.2.11-preview.4.21253.1 338 7/19/2021
6.0.0-preview.4.21253.1 539 5/31/2021
6.0.0-preview.3.21201.2 364 5/9/2021
5.6.8 46 9/28/2025
5.6.7 194 7/28/2025
5.6.6 395 6/11/2025
5.6.5 261 5/28/2025
5.6.4 259 5/19/2025
5.6.3 206 5/9/2025
5.6.2 275 4/24/2025
5.6.1 381 1/23/2025
5.6.0.2 243 2/11/2025
5.6.0.1 228 1/28/2025
5.6.0 243 1/26/2025
5.6.0-preview-03 155 1/25/2025
5.6.0-preview-02 151 1/24/2025
5.6.0-preview-01 149 1/23/2025
5.5.1 562 12/12/2024
5.5.0 245 12/7/2024
5.4.9 243 11/16/2024
5.4.8 243 10/31/2024
5.4.7 249 10/26/2024
5.4.6 264 10/13/2024
5.4.5 385 8/20/2024
5.4.4 412 7/30/2024
5.4.3 381 7/1/2024
5.4.2 271 6/25/2024
5.4.1 288 6/21/2024
5.4.0 288 5/31/2024
5.3.14 250 5/3/2024
5.3.13 271 4/25/2024
5.3.12 274 4/18/2024
5.3.11 460 4/17/2024
5.3.10 1,070 3/3/2024
5.3.9 366 2/29/2024
5.3.9-preview-02 348 2/3/2024
5.3.9-preview-01 353 1/23/2024
5.3.8 494 1/20/2024
5.3.7 3,112 11/20/2023
5.3.6 598 11/19/2023
5.3.5 1,225 9/21/2023
5.3.4 1,169 8/3/2023
5.3.3 2,521 6/24/2023
5.3.2 33,939 4/1/2023
5.3.1 968 3/6/2023
5.3.0 1,003 3/3/2023
5.2.25 1,089 2/5/2023
5.2.24 10,726 12/18/2022
5.2.23 3,653 11/12/2022
5.2.22 5,352 11/6/2022
5.2.21 1,088 10/28/2022
5.2.20 30,858 9/3/2022
5.2.20-preview-01 762 9/3/2022
5.2.19 32,609 6/26/2022
5.2.18 19,244 3/7/2022
5.2.17 4,963 2/21/2022
5.2.16 2,395 2/19/2022
5.2.15 142,017 12/17/2021
5.2.14 17,714 11/9/2021
5.2.13 165,038 10/9/2021
5.2.12 202,059 7/31/2021
5.2.11 81,754 7/19/2021
5.2.10 341,401 5/31/2021
5.2.9 191,751 3/26/2021
5.2.8 283,608 2/13/2021
5.2.7 81,422 12/26/2020
5.2.7-preview-03 1,080 12/26/2020
5.2.7-preview-01 1,082 12/26/2020
3.6.8 57 9/28/2025
3.6.7 265 7/28/2025
3.6.6 401 6/11/2025
3.6.5 729 5/28/2025
3.6.4 293 5/19/2025
3.6.3 215 5/9/2025
3.6.2 284 4/24/2025
3.6.1 318 1/23/2025
3.6.0.2 266 2/11/2025
3.6.0.1 226 1/28/2025
3.6.0 240 1/26/2025
3.6.0-preview-03 138 1/25/2025
3.6.0-preview-02 129 1/24/2025
3.6.0-preview-01 162 1/23/2025
3.5.1 260 12/12/2024
3.5.0 245 12/7/2024
3.4.9 249 11/16/2024
3.4.8 243 10/31/2024
3.4.7 242 10/26/2024
3.4.6 282 10/13/2024
3.4.5 2,747 8/20/2024
3.4.4 245 7/30/2024
3.4.3 1,059 7/1/2024
3.4.2 286 6/25/2024
3.4.1 277 6/21/2024
3.4.0 316 5/31/2024
3.3.14 292 5/3/2024
3.3.13 274 4/25/2024
3.3.12 281 4/18/2024
3.3.11 269 4/17/2024
3.3.10 640 3/3/2024
3.3.9 369 2/29/2024
3.3.9-preview-02 315 2/3/2024
3.3.9-preview-01 378 1/23/2024
3.3.8 482 1/20/2024
3.3.7 10,613 11/20/2023
3.3.6 594 11/19/2023
3.3.5 3,224 9/21/2023
3.3.4 1,799 8/3/2023
3.3.3 9,262 6/24/2023
3.3.2 2,998 4/1/2023
3.3.1 1,350 3/6/2023
3.3.0 924 3/3/2023
3.2.25 1,672 2/5/2023
3.2.24 18,469 12/18/2022
3.2.23 1,760 11/12/2022
3.2.22 1,131 11/6/2022
3.2.21 1,170 10/28/2022
3.2.20 23,277 9/3/2022
3.2.20-preview-01 712 9/3/2022
3.2.19 48,557 6/26/2022
3.2.18 25,579 3/7/2022
3.2.17 1,385 2/21/2022
3.2.16 1,209 2/19/2022
3.2.15 26,620 12/17/2021
3.2.14 18,253 11/9/2021
3.2.13 2,687 10/9/2021
3.2.12 23,115 7/31/2021
3.2.11 4,948 7/19/2021
3.2.10 40,155 5/31/2021
3.2.9 22,943 3/26/2021
3.2.8 20,584 2/13/2021
3.2.7 73,915 12/26/2020
3.2.7-preview-03 1,084 12/26/2020
3.2.7-preview-02 1,112 12/26/2020
3.2.7-preview-01 1,109 12/26/2020
3.2.6 135,828 11/25/2020
3.2.6-preview-01 1,000 11/25/2020
3.2.5 197,832 10/24/2020
3.2.4 8,732 10/19/2020
3.2.3 12,278 10/11/2020
3.2.2 84,010 8/19/2020
3.2.1 11,006 8/8/2020
3.2.0 26,797 7/27/2020
2.6.8 48 9/28/2025
2.6.7 225 7/28/2025
2.6.6 414 6/11/2025
2.6.5 255 5/28/2025
2.6.4 266 5/19/2025
2.6.3 212 5/9/2025
2.6.2 285 4/24/2025
2.6.1 239 1/23/2025
2.6.0.2 246 2/11/2025
2.6.0.1 236 1/28/2025
2.6.0 301 1/26/2025
2.6.0-preview-03 138 1/25/2025
2.6.0-preview-02 135 1/24/2025
2.6.0-preview-01 149 1/23/2025
2.5.1 261 12/12/2024
2.5.0 254 12/7/2024
2.4.9 243 11/16/2024
2.4.8 232 10/31/2024
2.4.7 253 10/26/2024
2.4.6 258 10/13/2024
2.4.5 277 8/20/2024
2.4.4 223 7/30/2024
2.4.3 279 7/1/2024
2.4.2 260 6/25/2024
2.4.1 264 6/21/2024
2.4.0 260 5/31/2024
2.3.14 272 5/3/2024
2.3.13 313 4/25/2024
2.3.12 273 4/18/2024
2.3.11 259 4/17/2024
2.3.10 362 3/3/2024
2.3.9 371 2/29/2024
2.3.9-preview-02 334 2/3/2024
2.3.9-preview-01 362 1/23/2024
2.3.8 438 1/20/2024
2.3.7 606 11/20/2023
2.3.6 587 11/19/2023
2.3.5 647 9/21/2023
2.3.4 813 8/3/2023
2.3.3 812 6/24/2023
2.3.2 914 4/1/2023
2.3.1 880 3/6/2023
2.3.0 913 3/3/2023
2.2.25 948 2/5/2023
2.2.24 955 12/18/2022
2.2.23 978 11/12/2022
2.2.22 1,028 11/6/2022
2.2.21 1,037 10/28/2022
2.2.20 1,076 9/3/2022
2.2.20-preview-01 703 9/3/2022
2.2.19 1,170 6/26/2022
2.2.18 1,344 3/7/2022
2.2.17 1,155 2/21/2022
2.2.16 1,208 2/19/2022
2.2.15 1,104 12/17/2021
2.2.14 1,077 11/9/2021
2.2.13 1,127 10/9/2021
2.2.12 1,406 7/31/2021
2.2.11 1,956 7/19/2021
2.2.10 1,690 5/31/2021
2.2.9 7,453 3/26/2021
2.2.8 2,020 2/13/2021
2.2.7 1,406 12/26/2020
2.2.7-preview-03 1,082 12/26/2020
2.2.7-preview-02 1,062 12/26/2020
2.2.7-preview-01 1,110 12/26/2020
2.2.6 13,037 11/25/2020
2.2.6-preview-01 910 11/25/2020
2.2.5 4,360 10/24/2020
2.2.4 2,984 10/19/2020
2.2.3 1,337 10/11/2020
2.2.2 22,593 8/19/2020
2.2.1 8,394 8/8/2020
2.2.0 66,631 7/27/2020
1.1.8 20,883 7/12/2020
1.1.7 5,598 7/6/2020
1.1.6 2,989 7/5/2020
1.1.5 42,463 6/15/2020
1.1.4 1,402 6/15/2020
1.1.3 1,408 6/15/2020
1.1.2 22,910 5/31/2020
1.1.1 27,975 5/14/2020
1.1.0 24,378 4/25/2020
1.0.24 13,695 4/16/2020
1.0.23 219,715 3/26/2020
1.0.22 6,396 3/18/2020
1.0.21 38,600 2/29/2020
1.0.20 142,127 1/11/2020
1.0.19 116,617 8/29/2019
1.0.18 84,000 7/2/2019
1.0.17 43,592 6/14/2019
1.0.16 4,838 6/6/2019
1.0.15 6,188 5/20/2019
1.0.14 5,244 5/14/2019
1.0.13 15,337 5/3/2019
1.0.12 70,895 3/26/2019
1.0.11 14,259 2/28/2019
1.0.10 32,757 2/5/2019
1.0.9.2 592,763 1/10/2019
1.0.9.1 1,814 1/7/2019
1.0.9 36,537 10/19/2018
1.0.8.18 82,737 9/4/2018
1.0.8.17 12,019 8/27/2018
1.0.8.16 19,039 8/19/2018
1.0.8.15 1,935 8/17/2018
1.0.8.13 6,576 8/2/2018
1.0.8.12 5,349 7/27/2018
1.0.8.11 38,977 6/6/2018
1.0.8.10 2,792 6/5/2018
1.0.8.9 7,402 5/26/2018
1.0.8.8 2,365 5/21/2018
1.0.8.7 3,657 5/9/2018
1.0.8.6 3,015 4/28/2018
1.0.8.5 2,594 4/27/2018
1.0.8.4 2,364 4/25/2018
1.0.8.3 4,134 3/30/2018
1.0.8.2 57,453 1/9/2018
1.0.8.1 5,881 1/5/2018
1.0.8 21,569 12/16/2017
1.0.4.8 17,614 11/1/2017
1.0.4.7 4,798 9/12/2017
1.0.4.6 6,558 7/8/2017
1.0.4.5 2,289 6/28/2017
1.0.4.4 2,126 6/27/2017
1.0.4.3 2,442 6/1/2017
1.0.4.2 2,071 6/1/2017
1.0.4.1 2,115 5/31/2017
1.0.4 2,748 5/17/2017
1.0.3.6 3,707 4/8/2017
1.0.3.5 2,657 3/30/2017
1.0.3.4 2,559 3/25/2017
1.0.3.3 6,342 11/16/2016
1.0.3.2 2,575 10/31/2016
1.0.3.1 2,440 10/30/2016
1.0.3 2,335 10/22/2016
1.0.1 3,586 6/27/2016
1.0.0 11,364 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md