Microsoft.EntityFrameworkCore.DynamicLinq 8.6.0-preview-03

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 8.6.0-preview-03
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 8.6.0-preview-03
                    
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.0-preview-03" />
                    
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.0-preview-03" />
                    
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.0-preview-03
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 8.6.0-preview-03"
                    
#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.0-preview-03
                    
#: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.0-preview-03&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=8.6.0-preview-03&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 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 (83)

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 8,037 10/11/2025
9.6.8 9,626 9/28/2025
9.6.7 48,876 7/28/2025
9.6.6 99,672 6/11/2025
9.6.5 9,977 5/28/2025
9.6.4 11,558 5/19/2025
9.6.3 4,758 5/9/2025
9.6.2 18,647 4/24/2025
9.6.0.2 75,458 2/11/2025
9.6.0.1 72,765 1/28/2025
9.6.0 3,939 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 173 1/23/2025
9.5.1 80,258 12/12/2024
9.5.0 6,160 12/7/2024
9.4.9 21,571 11/16/2024
8.6.9 2,912 10/11/2025
8.6.8 4,413 9/28/2025
8.6.7 22,096 7/28/2025
8.6.6 26,236 6/11/2025
8.6.5 10,529 5/28/2025
8.6.4 3,883 5/19/2025
8.6.3 4,416 5/9/2025
8.6.2 9,768 4/24/2025
8.6.1 282,367 1/23/2025
8.6.0.2 23,835 2/11/2025
8.6.0.1 2,097 1/28/2025
8.6.0 10,198 1/26/2025
8.6.0-preview-03 157 1/25/2025
8.6.0-preview-02 164 1/24/2025
8.6.0-preview-01 167 1/23/2025
8.5.1 73,747 12/12/2024
8.5.0 6,804 12/7/2024
8.4.9 54,939 11/16/2024
8.4.8 112,320 10/31/2024
8.4.7 39,248 10/26/2024
8.4.6 195,077 10/13/2024
8.4.5 245,207 8/20/2024
8.4.4 139,872 7/30/2024
8.4.3 172,197 7/1/2024
8.4.2 29,051 6/25/2024
8.4.1 40,218 6/21/2024
8.4.0 113,891 5/31/2024
8.3.14 92,556 5/3/2024
8.3.13 19,799 4/25/2024
8.3.12 18,401 4/18/2024
8.3.10 169,368 3/3/2024
8.3.9 10,783 2/29/2024
8.3.9-preview-02 495 2/3/2024
8.3.9-preview-01 720 1/23/2024
8.3.8 102,662 1/20/2024
8.3.7 125,168 11/20/2023
7.6.9 175 10/11/2025
7.6.8 281 9/28/2025
7.6.7 440 7/28/2025
7.6.6 1,120 6/11/2025
7.6.5 757 5/28/2025
7.6.4 803 5/19/2025
7.6.3 957 5/9/2025
7.6.2 687 4/24/2025
7.6.1 1,665 1/23/2025
7.6.0.2 1,039 2/11/2025
7.6.0.1 1,007 1/28/2025
7.6.0 996 1/26/2025
7.6.0-preview-03 161 1/25/2025
7.6.0-preview-02 152 1/24/2025
7.6.0-preview-01 162 1/23/2025
7.5.1 1,148 12/12/2024
7.5.0 1,027 12/7/2024
7.4.9 1,161 11/16/2024
7.4.8 1,100 10/31/2024
7.4.7 985 10/26/2024
7.4.6 1,370 10/13/2024
7.4.5 22,581 8/20/2024
7.4.4 1,309 7/30/2024
7.4.3 10,988 7/1/2024
7.4.2 3,327 6/25/2024
7.4.1 1,185 6/21/2024
7.4.0 7,208 5/31/2024
7.3.14 16,498 5/3/2024
7.3.13 1,819 4/25/2024
7.3.12 1,946 4/18/2024
7.3.11 1,751 4/17/2024
7.3.10 31,995 3/3/2024
7.3.9 3,906 2/29/2024
7.3.9-preview-02 883 2/3/2024
7.3.9-preview-01 511 1/23/2024
7.3.8 27,185 1/20/2024
7.3.7 28,292 11/20/2023
7.3.6 18,261 11/19/2023
7.3.5 251,749 9/21/2023
7.3.4 137,285 8/3/2023
7.3.3 95,693 6/24/2023
7.3.2 401,126 4/1/2023
7.3.1 32,226 3/6/2023
7.3.0 2,396 3/3/2023
7.2.25 94,437 2/5/2023
7.2.24 218,511 12/18/2022
7.2.23 85,499 11/12/2022
6.6.9 162 10/11/2025
6.6.8 231 9/28/2025
6.6.7 427 7/28/2025
6.6.6 1,596 6/11/2025
6.6.5 453 5/28/2025
6.6.4 611 5/19/2025
6.6.3 426 5/9/2025
6.6.2 505 4/24/2025
6.6.1 2,723 1/23/2025
6.6.0.2 1,812 2/11/2025
6.6.0.1 482 1/28/2025
6.6.0 1,423 1/26/2025
6.6.0-preview-03 166 1/25/2025
6.6.0-preview-02 160 1/24/2025
6.6.0-preview-01 163 1/23/2025
6.5.1 34,429 12/12/2024
6.5.0 588 12/7/2024
6.4.9 1,462 11/16/2024
6.4.8 641 10/31/2024
6.4.7 792 10/26/2024
6.4.6 2,098 10/13/2024
6.4.5 2,785 8/20/2024
6.4.4 1,388 7/30/2024
6.4.3 1,833 7/1/2024
6.4.2 618 6/25/2024
6.4.1 2,670 6/21/2024
6.4.0 2,204 5/31/2024
6.3.14 3,082 5/3/2024
6.3.13 16,088 4/25/2024
6.3.12 605 4/18/2024
6.3.11 548 4/17/2024
6.3.10 11,799 3/3/2024
6.3.9 3,126 2/29/2024
6.3.9-preview-02 606 2/3/2024
6.3.9-preview-01 369 1/23/2024
6.3.8 46,340 1/20/2024
6.3.7 42,756 11/20/2023
6.3.6 1,930 11/19/2023
6.3.5 797,344 9/21/2023
6.3.4 48,516 8/3/2023
6.3.3 41,994 6/24/2023
6.3.2 158,192 4/1/2023
6.3.1 40,593 3/6/2023
6.3.0 20,308 3/3/2023
6.2.25 56,319 2/5/2023
6.2.24 74,957 12/18/2022
6.2.23 80,165 11/12/2022
6.2.22 51,044 11/6/2022
6.2.21 50,024 10/28/2022
6.2.20 404,696 9/3/2022
6.2.20-preview-01 779 9/3/2022
6.2.19 361,507 6/26/2022
6.2.18 679,642 3/7/2022
6.2.17 67,751 2/21/2022
6.2.16 4,342 2/19/2022
6.2.15 183,931 12/17/2021
6.2.14 281,827 11/9/2021
6.2.13-preview.4.21253.1 2,224 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 558 5/31/2021
6.0.0-preview.3.21201.2 385 5/9/2021
5.6.9 161 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 369 5/28/2025
5.6.4 354 5/19/2025
5.6.3 292 5/9/2025
5.6.2 367 4/24/2025
5.6.1 523 1/23/2025
5.6.0.2 334 2/11/2025
5.6.0.1 316 1/28/2025
5.6.0 333 1/26/2025
5.6.0-preview-03 178 1/25/2025
5.6.0-preview-02 163 1/24/2025
5.6.0-preview-01 176 1/23/2025
5.5.1 739 12/12/2024
5.5.0 341 12/7/2024
5.4.9 320 11/16/2024
5.4.8 324 10/31/2024
5.4.7 335 10/26/2024
5.4.6 358 10/13/2024
5.4.5 480 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 370 6/21/2024
5.4.0 383 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,157 3/3/2024
5.3.9 458 2/29/2024
5.3.9-preview-02 364 2/3/2024
5.3.9-preview-01 373 1/23/2024
5.3.8 595 1/20/2024
5.3.7 3,258 11/20/2023
5.3.6 680 11/19/2023
5.3.5 1,325 9/21/2023
5.3.4 1,270 8/3/2023
5.3.3 2,617 6/24/2023
5.3.2 34,980 4/1/2023
5.3.1 1,059 3/6/2023
5.3.0 1,112 3/3/2023
5.2.25 1,202 2/5/2023
5.2.24 10,919 12/18/2022
5.2.23 3,841 11/12/2022
5.2.22 5,442 11/6/2022
5.2.21 1,176 10/28/2022
5.2.20 31,751 9/3/2022
5.2.20-preview-01 788 9/3/2022
5.2.19 33,172 6/26/2022
5.2.18 19,379 3/7/2022
5.2.17 5,068 2/21/2022
5.2.16 2,496 2/19/2022
5.2.15 145,222 12/17/2021
5.2.14 18,030 11/9/2021
5.2.13 165,275 10/9/2021
5.2.12 204,952 7/31/2021
5.2.11 84,237 7/19/2021
5.2.10 346,784 5/31/2021
5.2.9 193,915 3/26/2021
5.2.8 287,336 2/13/2021
5.2.7 82,087 12/26/2020
5.2.7-preview-03 1,110 12/26/2020
5.2.7-preview-01 1,097 12/26/2020
3.6.9 156 10/11/2025
3.6.8 219 9/28/2025
3.6.7 428 7/28/2025
3.6.6 487 6/11/2025
3.6.5 927 5/28/2025
3.6.4 416 5/19/2025
3.6.3 299 5/9/2025
3.6.2 376 4/24/2025
3.6.1 426 1/23/2025
3.6.0.2 348 2/11/2025
3.6.0.1 319 1/28/2025
3.6.0 331 1/26/2025
3.6.0-preview-03 157 1/25/2025
3.6.0-preview-02 149 1/24/2025
3.6.0-preview-01 174 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 327 10/31/2024
3.4.7 323 10/26/2024
3.4.6 377 10/13/2024
3.4.5 3,072 8/20/2024
3.4.4 329 7/30/2024
3.4.3 1,349 7/1/2024
3.4.2 372 6/25/2024
3.4.1 373 6/21/2024
3.4.0 410 5/31/2024
3.3.14 377 5/3/2024
3.3.13 359 4/25/2024
3.3.12 377 4/18/2024
3.3.11 361 4/17/2024
3.3.10 727 3/3/2024
3.3.9 453 2/29/2024
3.3.9-preview-02 332 2/3/2024
3.3.9-preview-01 391 1/23/2024
3.3.8 584 1/20/2024
3.3.7 11,268 11/20/2023
3.3.6 689 11/19/2023
3.3.5 3,366 9/21/2023
3.3.4 1,897 8/3/2023
3.3.3 9,403 6/24/2023
3.3.2 3,089 4/1/2023
3.3.1 1,446 3/6/2023
3.3.0 1,025 3/3/2023
3.2.25 1,767 2/5/2023
3.2.24 18,933 12/18/2022
3.2.23 1,855 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 744 9/3/2022
3.2.19 48,775 6/26/2022
3.2.18 25,902 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,465 11/9/2021
3.2.13 2,789 10/9/2021
3.2.12 23,251 7/31/2021
3.2.11 5,154 7/19/2021
3.2.10 40,407 5/31/2021
3.2.9 23,225 3/26/2021
3.2.8 20,801 2/13/2021
3.2.7 74,055 12/26/2020
3.2.7-preview-03 1,114 12/26/2020
3.2.7-preview-02 1,146 12/26/2020
3.2.7-preview-01 1,125 12/26/2020
3.2.6 136,768 11/25/2020
3.2.6-preview-01 1,028 11/25/2020
3.2.5 201,177 10/24/2020
3.2.4 9,816 10/19/2020
3.2.3 12,392 10/11/2020
3.2.2 85,297 8/19/2020
3.2.1 11,140 8/8/2020
3.2.0 26,923 7/27/2020
2.6.9 159 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 347 5/28/2025
2.6.4 348 5/19/2025
2.6.3 308 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 320 1/28/2025
2.6.0 471 1/26/2025
2.6.0-preview-03 168 1/25/2025
2.6.0-preview-02 168 1/24/2025
2.6.0-preview-01 168 1/23/2025
2.5.1 353 12/12/2024
2.5.0 346 12/7/2024
2.4.9 334 11/16/2024
2.4.8 336 10/31/2024
2.4.7 334 10/26/2024
2.4.6 353 10/13/2024
2.4.5 371 8/20/2024
2.4.4 333 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 368 5/3/2024
2.3.13 403 4/25/2024
2.3.12 370 4/18/2024
2.3.11 353 4/17/2024
2.3.10 442 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 709 11/20/2023
2.3.6 672 11/19/2023
2.3.5 734 9/21/2023
2.3.4 899 8/3/2023
2.3.3 899 6/24/2023
2.3.2 1,011 4/1/2023
2.3.1 976 3/6/2023
2.3.0 1,017 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 722 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,202 12/17/2021
2.2.14 1,176 11/9/2021
2.2.13 1,233 10/9/2021
2.2.12 1,523 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,144 2/13/2021
2.2.7 1,493 12/26/2020
2.2.7-preview-03 1,112 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,166 11/25/2020
2.2.6-preview-01 947 11/25/2020
2.2.5 4,677 10/24/2020
2.2.4 3,075 10/19/2020
2.2.3 1,433 10/11/2020
2.2.2 22,691 8/19/2020
2.2.1 8,488 8/8/2020
2.2.0 67,988 7/27/2020
1.1.8 21,096 7/12/2020
1.1.7 5,733 7/6/2020
1.1.6 3,094 7/5/2020
1.1.5 42,558 6/15/2020
1.1.4 1,503 6/15/2020
1.1.3 1,491 6/15/2020
1.1.2 23,780 5/31/2020
1.1.1 28,073 5/14/2020
1.1.0 24,747 4/25/2020
1.0.24 14,367 4/16/2020
1.0.23 224,879 3/26/2020
1.0.22 6,498 3/18/2020
1.0.21 40,140 2/29/2020
1.0.20 145,037 1/11/2020
1.0.19 117,722 8/29/2019
1.0.18 85,228 7/2/2019
1.0.17 43,963 6/14/2019
1.0.16 4,962 6/6/2019
1.0.15 6,381 5/20/2019
1.0.14 5,337 5/14/2019
1.0.13 15,643 5/3/2019
1.0.12 73,595 3/26/2019
1.0.11 14,482 2/28/2019
1.0.10 33,354 2/5/2019
1.0.9.2 597,151 1/10/2019
1.0.9.1 1,918 1/7/2019
1.0.9 37,088 10/19/2018
1.0.8.18 83,149 9/4/2018
1.0.8.17 12,217 8/27/2018
1.0.8.16 20,031 8/19/2018
1.0.8.15 2,050 8/17/2018
1.0.8.13 6,697 8/2/2018
1.0.8.12 5,494 7/27/2018
1.0.8.11 40,317 6/6/2018
1.0.8.10 2,926 6/5/2018
1.0.8.9 7,681 5/26/2018
1.0.8.8 2,501 5/21/2018
1.0.8.7 3,792 5/9/2018
1.0.8.6 3,139 4/28/2018
1.0.8.5 2,718 4/27/2018
1.0.8.4 2,496 4/25/2018
1.0.8.3 4,268 3/30/2018
1.0.8.2 58,771 1/9/2018
1.0.8.1 6,131 1/5/2018
1.0.8 22,120 12/16/2017
1.0.4.8 18,067 11/1/2017
1.0.4.7 4,917 9/12/2017
1.0.4.6 6,705 7/8/2017
1.0.4.5 2,435 6/28/2017
1.0.4.4 2,280 6/27/2017
1.0.4.3 2,572 6/1/2017
1.0.4.2 2,241 6/1/2017
1.0.4.1 2,258 5/31/2017
1.0.4 2,901 5/17/2017
1.0.3.6 3,842 4/8/2017
1.0.3.5 2,818 3/30/2017
1.0.3.4 2,693 3/25/2017
1.0.3.3 6,508 11/16/2016
1.0.3.2 2,695 10/31/2016
1.0.3.1 2,565 10/30/2016
1.0.3 2,458 10/22/2016
1.0.1 3,732 6/27/2016
1.0.0 11,537 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md