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

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 (5)

Showing the top 5 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
YodasMyDad/ZauberCMS
.NET CMS using Blazor, built by .Net Developers for .Net Developers
Version Downloads Last Updated
9.6.9 5,783 10/11/2025
9.6.8 9,422 9/28/2025
9.6.7 48,049 7/28/2025
9.6.6 96,010 6/11/2025
9.6.5 9,866 5/28/2025
9.6.4 11,307 5/19/2025
9.6.3 4,739 5/9/2025
9.6.2 18,464 4/24/2025
9.6.0.2 74,954 2/11/2025
9.6.0.1 72,186 1/28/2025
9.6.0 3,915 1/26/2025
9.6.0-preview-03 193 1/25/2025
9.6.0-preview-02 168 1/24/2025
9.6.0-preview-01 171 1/23/2025
9.5.1 80,117 12/12/2024
9.5.0 6,130 12/7/2024
9.4.9 21,521 11/16/2024
8.6.9 2,446 10/11/2025
8.6.8 4,144 9/28/2025
8.6.7 21,108 7/28/2025
8.6.6 25,819 6/11/2025
8.6.5 10,157 5/28/2025
8.6.4 3,725 5/19/2025
8.6.3 4,272 5/9/2025
8.6.2 9,574 4/24/2025
8.6.1 278,566 1/23/2025
8.6.0.2 23,308 2/11/2025
8.6.0.1 2,082 1/28/2025
8.6.0 10,161 1/26/2025
8.6.0-preview-03 156 1/25/2025
8.6.0-preview-02 163 1/24/2025
8.6.0-preview-01 167 1/23/2025
8.5.1 73,081 12/12/2024
8.5.0 6,726 12/7/2024
8.4.9 54,497 11/16/2024
8.4.8 112,147 10/31/2024
8.4.7 39,130 10/26/2024
8.4.6 194,147 10/13/2024
8.4.5 243,908 8/20/2024
8.4.4 139,649 7/30/2024
8.4.3 171,656 7/1/2024
8.4.2 28,904 6/25/2024
8.4.1 40,102 6/21/2024
8.4.0 113,313 5/31/2024
8.3.14 92,112 5/3/2024
8.3.13 19,767 4/25/2024
8.3.12 18,375 4/18/2024
8.3.10 169,035 3/3/2024
8.3.9 10,742 2/29/2024
8.3.9-preview-02 495 2/3/2024
8.3.9-preview-01 719 1/23/2024
8.3.8 102,505 1/20/2024
8.3.7 124,932 11/20/2023
7.6.9 168 10/11/2025
7.6.8 270 9/28/2025
7.6.7 437 7/28/2025
7.6.6 1,115 6/11/2025
7.6.5 753 5/28/2025
7.6.4 800 5/19/2025
7.6.3 952 5/9/2025
7.6.2 683 4/24/2025
7.6.1 1,658 1/23/2025
7.6.0.2 1,036 2/11/2025
7.6.0.1 1,002 1/28/2025
7.6.0 992 1/26/2025
7.6.0-preview-03 160 1/25/2025
7.6.0-preview-02 152 1/24/2025
7.6.0-preview-01 160 1/23/2025
7.5.1 1,145 12/12/2024
7.5.0 1,022 12/7/2024
7.4.9 1,157 11/16/2024
7.4.8 1,095 10/31/2024
7.4.7 980 10/26/2024
7.4.6 1,367 10/13/2024
7.4.5 22,284 8/20/2024
7.4.4 1,303 7/30/2024
7.4.3 10,960 7/1/2024
7.4.2 3,309 6/25/2024
7.4.1 1,182 6/21/2024
7.4.0 7,194 5/31/2024
7.3.14 16,432 5/3/2024
7.3.13 1,814 4/25/2024
7.3.12 1,940 4/18/2024
7.3.11 1,747 4/17/2024
7.3.10 31,898 3/3/2024
7.3.9 3,903 2/29/2024
7.3.9-preview-02 883 2/3/2024
7.3.9-preview-01 510 1/23/2024
7.3.8 27,146 1/20/2024
7.3.7 28,266 11/20/2023
7.3.6 18,169 11/19/2023
7.3.5 251,014 9/21/2023
7.3.4 136,891 8/3/2023
7.3.3 95,224 6/24/2023
7.3.2 400,960 4/1/2023
7.3.1 32,003 3/6/2023
7.3.0 2,391 3/3/2023
7.2.25 93,886 2/5/2023
7.2.24 218,157 12/18/2022
7.2.23 85,092 11/12/2022
6.6.9 156 10/11/2025
6.6.8 229 9/28/2025
6.6.7 424 7/28/2025
6.6.6 1,591 6/11/2025
6.6.5 451 5/28/2025
6.6.4 609 5/19/2025
6.6.3 423 5/9/2025
6.6.2 503 4/24/2025
6.6.1 2,707 1/23/2025
6.6.0.2 1,762 2/11/2025
6.6.0.1 479 1/28/2025
6.6.0 1,403 1/26/2025
6.6.0-preview-03 165 1/25/2025
6.6.0-preview-02 157 1/24/2025
6.6.0-preview-01 163 1/23/2025
6.5.1 33,697 12/12/2024
6.5.0 586 12/7/2024
6.4.9 1,460 11/16/2024
6.4.8 638 10/31/2024
6.4.7 790 10/26/2024
6.4.6 2,091 10/13/2024
6.4.5 2,772 8/20/2024
6.4.4 1,385 7/30/2024
6.4.3 1,831 7/1/2024
6.4.2 615 6/25/2024
6.4.1 2,667 6/21/2024
6.4.0 2,199 5/31/2024
6.3.14 3,079 5/3/2024
6.3.13 15,638 4/25/2024
6.3.12 605 4/18/2024
6.3.11 546 4/17/2024
6.3.10 11,772 3/3/2024
6.3.9 3,115 2/29/2024
6.3.9-preview-02 604 2/3/2024
6.3.9-preview-01 367 1/23/2024
6.3.8 46,183 1/20/2024
6.3.7 42,712 11/20/2023
6.3.6 1,930 11/19/2023
6.3.5 777,159 9/21/2023
6.3.4 48,506 8/3/2023
6.3.3 41,958 6/24/2023
6.3.2 157,774 4/1/2023
6.3.1 40,583 3/6/2023
6.3.0 20,286 3/3/2023
6.2.25 56,294 2/5/2023
6.2.24 74,882 12/18/2022
6.2.23 80,127 11/12/2022
6.2.22 51,014 11/6/2022
6.2.21 49,945 10/28/2022
6.2.20 404,258 9/3/2022
6.2.20-preview-01 777 9/3/2022
6.2.19 360,692 6/26/2022
6.2.18 679,190 3/7/2022
6.2.17 67,717 2/21/2022
6.2.16 4,342 2/19/2022
6.2.15 183,877 12/17/2021
6.2.14 281,596 11/9/2021
6.2.13-preview.4.21253.1 2,223 10/9/2021
6.2.12-preview.4.21253.1 1,035 7/31/2021
6.2.11-preview.4.21253.1 357 7/19/2021
6.0.0-preview.4.21253.1 557 5/31/2021
6.0.0-preview.3.21201.2 385 5/9/2021
5.6.9 160 10/11/2025
5.6.8 224 9/28/2025
5.6.7 280 7/28/2025
5.6.6 486 6/11/2025
5.6.5 368 5/28/2025
5.6.4 353 5/19/2025
5.6.3 291 5/9/2025
5.6.2 366 4/24/2025
5.6.1 519 1/23/2025
5.6.0.2 333 2/11/2025
5.6.0.1 315 1/28/2025
5.6.0 332 1/26/2025
5.6.0-preview-03 177 1/25/2025
5.6.0-preview-02 162 1/24/2025
5.6.0-preview-01 175 1/23/2025
5.5.1 739 12/12/2024
5.5.0 340 12/7/2024
5.4.9 320 11/16/2024
5.4.8 323 10/31/2024
5.4.7 334 10/26/2024
5.4.6 358 10/13/2024
5.4.5 479 8/20/2024
5.4.4 546 7/30/2024
5.4.3 498 7/1/2024
5.4.2 353 6/25/2024
5.4.1 369 6/21/2024
5.4.0 382 5/31/2024
5.3.14 338 5/3/2024
5.3.13 362 4/25/2024
5.3.12 357 4/18/2024
5.3.11 550 4/17/2024
5.3.10 1,156 3/3/2024
5.3.9 457 2/29/2024
5.3.9-preview-02 363 2/3/2024
5.3.9-preview-01 371 1/23/2024
5.3.8 595 1/20/2024
5.3.7 3,256 11/20/2023
5.3.6 680 11/19/2023
5.3.5 1,323 9/21/2023
5.3.4 1,269 8/3/2023
5.3.3 2,616 6/24/2023
5.3.2 34,978 4/1/2023
5.3.1 1,058 3/6/2023
5.3.0 1,110 3/3/2023
5.2.25 1,199 2/5/2023
5.2.24 10,912 12/18/2022
5.2.23 3,833 11/12/2022
5.2.22 5,442 11/6/2022
5.2.21 1,176 10/28/2022
5.2.20 31,646 9/3/2022
5.2.20-preview-01 787 9/3/2022
5.2.19 33,103 6/26/2022
5.2.18 19,370 3/7/2022
5.2.17 5,067 2/21/2022
5.2.16 2,495 2/19/2022
5.2.15 144,819 12/17/2021
5.2.14 17,978 11/9/2021
5.2.13 165,273 10/9/2021
5.2.12 204,867 7/31/2021
5.2.11 84,003 7/19/2021
5.2.10 346,294 5/31/2021
5.2.9 193,784 3/26/2021
5.2.8 287,034 2/13/2021
5.2.7 82,063 12/26/2020
5.2.7-preview-03 1,109 12/26/2020
5.2.7-preview-01 1,096 12/26/2020
3.6.9 156 10/11/2025
3.6.8 219 9/28/2025
3.6.7 426 7/28/2025
3.6.6 486 6/11/2025
3.6.5 915 5/28/2025
3.6.4 415 5/19/2025
3.6.3 299 5/9/2025
3.6.2 376 4/24/2025
3.6.1 424 1/23/2025
3.6.0.2 346 2/11/2025
3.6.0.1 319 1/28/2025
3.6.0 330 1/26/2025
3.6.0-preview-03 156 1/25/2025
3.6.0-preview-02 148 1/24/2025
3.6.0-preview-01 173 1/23/2025
3.5.1 355 12/12/2024
3.5.0 332 12/7/2024
3.4.9 332 11/16/2024
3.4.8 326 10/31/2024
3.4.7 323 10/26/2024
3.4.6 376 10/13/2024
3.4.5 3,053 8/20/2024
3.4.4 327 7/30/2024
3.4.3 1,339 7/1/2024
3.4.2 371 6/25/2024
3.4.1 373 6/21/2024
3.4.0 410 5/31/2024
3.3.14 376 5/3/2024
3.3.13 358 4/25/2024
3.3.12 374 4/18/2024
3.3.11 360 4/17/2024
3.3.10 727 3/3/2024
3.3.9 452 2/29/2024
3.3.9-preview-02 331 2/3/2024
3.3.9-preview-01 390 1/23/2024
3.3.8 584 1/20/2024
3.3.7 11,249 11/20/2023
3.3.6 688 11/19/2023
3.3.5 3,363 9/21/2023
3.3.4 1,895 8/3/2023
3.3.3 9,400 6/24/2023
3.3.2 3,089 4/1/2023
3.3.1 1,445 3/6/2023
3.3.0 1,024 3/3/2023
3.2.25 1,765 2/5/2023
3.2.24 18,932 12/18/2022
3.2.23 1,851 11/12/2022
3.2.22 1,229 11/6/2022
3.2.21 1,260 10/28/2022
3.2.20 23,478 9/3/2022
3.2.20-preview-01 741 9/3/2022
3.2.19 48,761 6/26/2022
3.2.18 25,901 3/7/2022
3.2.17 1,484 2/21/2022
3.2.16 1,313 2/19/2022
3.2.15 26,742 12/17/2021
3.2.14 18,462 11/9/2021
3.2.13 2,789 10/9/2021
3.2.12 23,250 7/31/2021
3.2.11 5,144 7/19/2021
3.2.10 40,399 5/31/2021
3.2.9 23,218 3/26/2021
3.2.8 20,787 2/13/2021
3.2.7 74,048 12/26/2020
3.2.7-preview-03 1,112 12/26/2020
3.2.7-preview-02 1,145 12/26/2020
3.2.7-preview-01 1,125 12/26/2020
3.2.6 136,711 11/25/2020
3.2.6-preview-01 1,028 11/25/2020
3.2.5 200,823 10/24/2020
3.2.4 9,565 10/19/2020
3.2.3 12,387 10/11/2020
3.2.2 85,200 8/19/2020
3.2.1 11,137 8/8/2020
3.2.0 26,920 7/27/2020
2.6.9 158 10/11/2025
2.6.8 223 9/28/2025
2.6.7 304 7/28/2025
2.6.6 496 6/11/2025
2.6.5 346 5/28/2025
2.6.4 348 5/19/2025
2.6.3 306 5/9/2025
2.6.2 377 4/24/2025
2.6.1 325 1/23/2025
2.6.0.2 328 2/11/2025
2.6.0.1 319 1/28/2025
2.6.0 471 1/26/2025
2.6.0-preview-03 168 1/25/2025
2.6.0-preview-02 166 1/24/2025
2.6.0-preview-01 167 1/23/2025
2.5.1 353 12/12/2024
2.5.0 344 12/7/2024
2.4.9 333 11/16/2024
2.4.8 335 10/31/2024
2.4.7 334 10/26/2024
2.4.6 351 10/13/2024
2.4.5 370 8/20/2024
2.4.4 331 7/30/2024
2.4.3 365 7/1/2024
2.4.2 353 6/25/2024
2.4.1 354 6/21/2024
2.4.0 361 5/31/2024
2.3.14 367 5/3/2024
2.3.13 402 4/25/2024
2.3.12 370 4/18/2024
2.3.11 353 4/17/2024
2.3.10 441 3/3/2024
2.3.9 465 2/29/2024
2.3.9-preview-02 354 2/3/2024
2.3.9-preview-01 390 1/23/2024
2.3.8 546 1/20/2024
2.3.7 708 11/20/2023
2.3.6 672 11/19/2023
2.3.5 731 9/21/2023
2.3.4 897 8/3/2023
2.3.3 899 6/24/2023
2.3.2 1,009 4/1/2023
2.3.1 975 3/6/2023
2.3.0 1,015 3/3/2023
2.2.25 1,043 2/5/2023
2.2.24 1,055 12/18/2022
2.2.23 1,060 11/12/2022
2.2.22 1,124 11/6/2022
2.2.21 1,130 10/28/2022
2.2.20 1,192 9/3/2022
2.2.20-preview-01 721 9/3/2022
2.2.19 1,253 6/26/2022
2.2.18 1,431 3/7/2022
2.2.17 1,252 2/21/2022
2.2.16 1,301 2/19/2022
2.2.15 1,201 12/17/2021
2.2.14 1,176 11/9/2021
2.2.13 1,232 10/9/2021
2.2.12 1,521 7/31/2021
2.2.11 2,046 7/19/2021
2.2.10 1,788 5/31/2021
2.2.9 7,654 3/26/2021
2.2.8 2,143 2/13/2021
2.2.7 1,491 12/26/2020
2.2.7-preview-03 1,111 12/26/2020
2.2.7-preview-02 1,093 12/26/2020
2.2.7-preview-01 1,158 12/26/2020
2.2.6 13,163 11/25/2020
2.2.6-preview-01 946 11/25/2020
2.2.5 4,637 10/24/2020
2.2.4 3,074 10/19/2020
2.2.3 1,433 10/11/2020
2.2.2 22,691 8/19/2020
2.2.1 8,486 8/8/2020
2.2.0 67,741 7/27/2020
1.1.8 21,086 7/12/2020
1.1.7 5,733 7/6/2020
1.1.6 3,094 7/5/2020
1.1.5 42,557 6/15/2020
1.1.4 1,503 6/15/2020
1.1.3 1,491 6/15/2020
1.1.2 23,680 5/31/2020
1.1.1 28,070 5/14/2020
1.1.0 24,688 4/25/2020
1.0.24 14,241 4/16/2020
1.0.23 224,525 3/26/2020
1.0.22 6,495 3/18/2020
1.0.21 39,921 2/29/2020
1.0.20 144,570 1/11/2020
1.0.19 117,543 8/29/2019
1.0.18 85,139 7/2/2019
1.0.17 43,898 6/14/2019
1.0.16 4,959 6/6/2019
1.0.15 6,374 5/20/2019
1.0.14 5,332 5/14/2019
1.0.13 15,614 5/3/2019
1.0.12 73,473 3/26/2019
1.0.11 14,452 2/28/2019
1.0.10 33,351 2/5/2019
1.0.9.2 596,891 1/10/2019
1.0.9.1 1,916 1/7/2019
1.0.9 37,065 10/19/2018
1.0.8.18 83,147 9/4/2018
1.0.8.17 12,214 8/27/2018
1.0.8.16 20,026 8/19/2018
1.0.8.15 2,045 8/17/2018
1.0.8.13 6,691 8/2/2018
1.0.8.12 5,490 7/27/2018
1.0.8.11 40,260 6/6/2018
1.0.8.10 2,918 6/5/2018
1.0.8.9 7,673 5/26/2018
1.0.8.8 2,495 5/21/2018
1.0.8.7 3,786 5/9/2018
1.0.8.6 3,133 4/28/2018
1.0.8.5 2,712 4/27/2018
1.0.8.4 2,487 4/25/2018
1.0.8.3 4,260 3/30/2018
1.0.8.2 58,763 1/9/2018
1.0.8.1 6,125 1/5/2018
1.0.8 22,113 12/16/2017
1.0.4.8 18,042 11/1/2017
1.0.4.7 4,912 9/12/2017
1.0.4.6 6,701 7/8/2017
1.0.4.5 2,431 6/28/2017
1.0.4.4 2,275 6/27/2017
1.0.4.3 2,566 6/1/2017
1.0.4.2 2,236 6/1/2017
1.0.4.1 2,253 5/31/2017
1.0.4 2,896 5/17/2017
1.0.3.6 3,836 4/8/2017
1.0.3.5 2,810 3/30/2017
1.0.3.4 2,687 3/25/2017
1.0.3.3 6,501 11/16/2016
1.0.3.2 2,689 10/31/2016
1.0.3.1 2,559 10/30/2016
1.0.3 2,452 10/22/2016
1.0.1 3,722 6/27/2016
1.0.0 11,524 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md