Microsoft.EntityFrameworkCore.DynamicLinq 8.6.0-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 8.6.0-preview-02
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 8.6.0-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="8.6.0-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="8.6.0-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 8.6.0-preview-02
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 8.6.0-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@8.6.0-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=8.6.0-preview-02&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=8.6.0-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 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 (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.10 277 11/8/2025
9.6.9 12,163 10/11/2025
9.6.8 10,003 9/28/2025
9.6.7 50,990 7/28/2025
9.6.6 105,179 6/11/2025
9.6.5 10,190 5/28/2025
9.6.4 11,996 5/19/2025
9.6.3 4,774 5/9/2025
9.6.2 19,458 4/24/2025
9.6.0.2 76,209 2/11/2025
9.6.0.1 74,205 1/28/2025
9.6.0 3,983 1/26/2025
9.6.0-preview-03 193 1/25/2025
9.6.0-preview-02 169 1/24/2025
9.6.0-preview-01 175 1/23/2025
9.5.1 80,755 12/12/2024
9.5.0 6,237 12/7/2024
9.4.9 21,815 11/16/2024
8.6.10 246 11/8/2025
8.6.9 4,012 10/11/2025
8.6.8 5,005 9/28/2025
8.6.7 24,289 7/28/2025
8.6.6 27,091 6/11/2025
8.6.5 11,608 5/28/2025
8.6.4 4,264 5/19/2025
8.6.3 4,586 5/9/2025
8.6.2 10,105 4/24/2025
8.6.1 289,483 1/23/2025
8.6.0.2 24,842 2/11/2025
8.6.0.1 2,116 1/28/2025
8.6.0 10,328 1/26/2025
8.6.0-preview-03 158 1/25/2025
8.6.0-preview-02 165 1/24/2025
8.6.0-preview-01 168 1/23/2025
8.5.1 75,216 12/12/2024
8.5.0 6,965 12/7/2024
8.4.9 56,088 11/16/2024
8.4.8 112,729 10/31/2024
8.4.7 39,803 10/26/2024
8.4.6 197,365 10/13/2024
8.4.5 248,318 8/20/2024
8.4.4 140,229 7/30/2024
8.4.3 173,714 7/1/2024
8.4.2 29,379 6/25/2024
8.4.1 40,362 6/21/2024
8.4.0 115,003 5/31/2024
8.3.14 93,651 5/3/2024
8.3.13 19,869 4/25/2024
8.3.12 18,440 4/18/2024
8.3.10 170,290 3/3/2024
8.3.9 10,837 2/29/2024
8.3.9-preview-02 498 2/3/2024
8.3.9-preview-01 723 1/23/2024
8.3.8 103,269 1/20/2024
8.3.7 126,052 11/20/2023
7.6.10 43 11/8/2025
7.6.9 231 10/11/2025
7.6.8 294 9/28/2025
7.6.7 444 7/28/2025
7.6.6 1,125 6/11/2025
7.6.5 761 5/28/2025
7.6.4 808 5/19/2025
7.6.3 964 5/9/2025
7.6.2 692 4/24/2025
7.6.1 1,707 1/23/2025
7.6.0.2 1,045 2/11/2025
7.6.0.1 1,013 1/28/2025
7.6.0 1,001 1/26/2025
7.6.0-preview-03 163 1/25/2025
7.6.0-preview-02 152 1/24/2025
7.6.0-preview-01 165 1/23/2025
7.5.1 1,154 12/12/2024
7.5.0 1,032 12/7/2024
7.4.9 1,166 11/16/2024
7.4.8 1,104 10/31/2024
7.4.7 990 10/26/2024
7.4.6 1,374 10/13/2024
7.4.5 23,588 8/20/2024
7.4.4 1,313 7/30/2024
7.4.3 11,009 7/1/2024
7.4.2 3,333 6/25/2024
7.4.1 1,190 6/21/2024
7.4.0 7,215 5/31/2024
7.3.14 16,526 5/3/2024
7.3.13 1,831 4/25/2024
7.3.12 1,969 4/18/2024
7.3.11 1,756 4/17/2024
7.3.10 32,104 3/3/2024
7.3.9 3,911 2/29/2024
7.3.9-preview-02 884 2/3/2024
7.3.9-preview-01 513 1/23/2024
7.3.8 27,312 1/20/2024
7.3.7 28,344 11/20/2023
7.3.6 18,439 11/19/2023
7.3.5 253,610 9/21/2023
7.3.4 137,557 8/3/2023
7.3.3 95,893 6/24/2023
7.3.2 401,545 4/1/2023
7.3.1 32,258 3/6/2023
7.3.0 2,402 3/3/2023
7.2.25 94,566 2/5/2023
7.2.24 218,743 12/18/2022
7.2.23 85,986 11/12/2022
6.6.10 41 11/8/2025
6.6.9 172 10/11/2025
6.6.8 236 9/28/2025
6.6.7 440 7/28/2025
6.6.6 1,604 6/11/2025
6.6.5 459 5/28/2025
6.6.4 616 5/19/2025
6.6.3 431 5/9/2025
6.6.2 510 4/24/2025
6.6.1 2,762 1/23/2025
6.6.0.2 1,838 2/11/2025
6.6.0.1 487 1/28/2025
6.6.0 1,457 1/26/2025
6.6.0-preview-03 167 1/25/2025
6.6.0-preview-02 162 1/24/2025
6.6.0-preview-01 163 1/23/2025
6.5.1 35,018 12/12/2024
6.5.0 605 12/7/2024
6.4.9 1,473 11/16/2024
6.4.8 645 10/31/2024
6.4.7 797 10/26/2024
6.4.6 2,122 10/13/2024
6.4.5 2,814 8/20/2024
6.4.4 1,392 7/30/2024
6.4.3 1,839 7/1/2024
6.4.2 623 6/25/2024
6.4.1 2,674 6/21/2024
6.4.0 2,209 5/31/2024
6.3.14 3,091 5/3/2024
6.3.13 16,220 4/25/2024
6.3.12 610 4/18/2024
6.3.11 552 4/17/2024
6.3.10 11,846 3/3/2024
6.3.9 3,175 2/29/2024
6.3.9-preview-02 607 2/3/2024
6.3.9-preview-01 369 1/23/2024
6.3.8 46,619 1/20/2024
6.3.7 42,937 11/20/2023
6.3.6 1,934 11/19/2023
6.3.5 826,572 9/21/2023
6.3.4 48,567 8/3/2023
6.3.3 42,216 6/24/2023
6.3.2 159,117 4/1/2023
6.3.1 40,639 3/6/2023
6.3.0 20,358 3/3/2023
6.2.25 56,408 2/5/2023
6.2.24 75,059 12/18/2022
6.2.23 80,199 11/12/2022
6.2.22 51,138 11/6/2022
6.2.21 50,047 10/28/2022
6.2.20 405,283 9/3/2022
6.2.20-preview-01 784 9/3/2022
6.2.19 362,576 6/26/2022
6.2.18 680,128 3/7/2022
6.2.17 67,777 2/21/2022
6.2.16 4,349 2/19/2022
6.2.15 184,128 12/17/2021
6.2.14 282,059 11/9/2021
6.2.13-preview.4.21253.1 2,245 10/9/2021
6.2.12-preview.4.21253.1 1,039 7/31/2021
6.2.11-preview.4.21253.1 360 7/19/2021
6.0.0-preview.4.21253.1 563 5/31/2021
6.0.0-preview.3.21201.2 389 5/9/2021
5.6.10 41 11/8/2025
5.6.9 167 10/11/2025
5.6.8 228 9/28/2025
5.6.7 285 7/28/2025
5.6.6 494 6/11/2025
5.6.5 374 5/28/2025
5.6.4 359 5/19/2025
5.6.3 296 5/9/2025
5.6.2 372 4/24/2025
5.6.1 537 1/23/2025
5.6.0.2 340 2/11/2025
5.6.0.1 320 1/28/2025
5.6.0 342 1/26/2025
5.6.0-preview-03 178 1/25/2025
5.6.0-preview-02 164 1/24/2025
5.6.0-preview-01 176 1/23/2025
5.5.1 744 12/12/2024
5.5.0 345 12/7/2024
5.4.9 324 11/16/2024
5.4.8 330 10/31/2024
5.4.7 340 10/26/2024
5.4.6 363 10/13/2024
5.4.5 487 8/20/2024
5.4.4 551 7/30/2024
5.4.3 502 7/1/2024
5.4.2 357 6/25/2024
5.4.1 374 6/21/2024
5.4.0 387 5/31/2024
5.3.14 342 5/3/2024
5.3.13 368 4/25/2024
5.3.12 361 4/18/2024
5.3.11 556 4/17/2024
5.3.10 1,162 3/3/2024
5.3.9 462 2/29/2024
5.3.9-preview-02 367 2/3/2024
5.3.9-preview-01 373 1/23/2024
5.3.8 599 1/20/2024
5.3.7 3,268 11/20/2023
5.3.6 686 11/19/2023
5.3.5 1,332 9/21/2023
5.3.4 1,275 8/3/2023
5.3.3 2,622 6/24/2023
5.3.2 34,990 4/1/2023
5.3.1 1,063 3/6/2023
5.3.0 1,118 3/3/2023
5.2.25 1,212 2/5/2023
5.2.24 10,929 12/18/2022
5.2.23 3,881 11/12/2022
5.2.22 5,446 11/6/2022
5.2.21 1,180 10/28/2022
5.2.20 31,944 9/3/2022
5.2.20-preview-01 791 9/3/2022
5.2.19 33,256 6/26/2022
5.2.18 19,386 3/7/2022
5.2.17 5,079 2/21/2022
5.2.16 2,502 2/19/2022
5.2.15 145,631 12/17/2021
5.2.14 18,037 11/9/2021
5.2.13 165,287 10/9/2021
5.2.12 205,036 7/31/2021
5.2.11 84,387 7/19/2021
5.2.10 346,902 5/31/2021
5.2.9 193,978 3/26/2021
5.2.8 287,434 2/13/2021
5.2.7 82,378 12/26/2020
5.2.7-preview-03 1,114 12/26/2020
5.2.7-preview-01 1,101 12/26/2020
3.6.10 42 11/8/2025
3.6.9 160 10/11/2025
3.6.8 224 9/28/2025
3.6.7 433 7/28/2025
3.6.6 491 6/11/2025
3.6.5 976 5/28/2025
3.6.4 425 5/19/2025
3.6.3 306 5/9/2025
3.6.2 380 4/24/2025
3.6.1 432 1/23/2025
3.6.0.2 353 2/11/2025
3.6.0.1 325 1/28/2025
3.6.0 336 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 360 12/12/2024
3.5.0 340 12/7/2024
3.4.9 336 11/16/2024
3.4.8 331 10/31/2024
3.4.7 327 10/26/2024
3.4.6 381 10/13/2024
3.4.5 3,134 8/20/2024
3.4.4 335 7/30/2024
3.4.3 1,385 7/1/2024
3.4.2 376 6/25/2024
3.4.1 378 6/21/2024
3.4.0 415 5/31/2024
3.3.14 382 5/3/2024
3.3.13 364 4/25/2024
3.3.12 383 4/18/2024
3.3.11 366 4/17/2024
3.3.10 745 3/3/2024
3.3.9 458 2/29/2024
3.3.9-preview-02 333 2/3/2024
3.3.9-preview-01 392 1/23/2024
3.3.8 589 1/20/2024
3.3.7 11,441 11/20/2023
3.3.6 694 11/19/2023
3.3.5 3,368 9/21/2023
3.3.4 1,900 8/3/2023
3.3.3 9,407 6/24/2023
3.3.2 3,094 4/1/2023
3.3.1 1,450 3/6/2023
3.3.0 1,031 3/3/2023
3.2.25 1,771 2/5/2023
3.2.24 18,965 12/18/2022
3.2.23 1,861 11/12/2022
3.2.22 1,233 11/6/2022
3.2.21 1,264 10/28/2022
3.2.20 23,492 9/3/2022
3.2.20-preview-01 748 9/3/2022
3.2.19 48,795 6/26/2022
3.2.18 25,909 3/7/2022
3.2.17 1,489 2/21/2022
3.2.16 1,320 2/19/2022
3.2.15 26,748 12/17/2021
3.2.14 18,486 11/9/2021
3.2.13 2,794 10/9/2021
3.2.12 23,262 7/31/2021
3.2.11 5,159 7/19/2021
3.2.10 40,412 5/31/2021
3.2.9 23,235 3/26/2021
3.2.8 20,819 2/13/2021
3.2.7 74,070 12/26/2020
3.2.7-preview-03 1,120 12/26/2020
3.2.7-preview-02 1,151 12/26/2020
3.2.7-preview-01 1,129 12/26/2020
3.2.6 136,822 11/25/2020
3.2.6-preview-01 1,034 11/25/2020
3.2.5 201,254 10/24/2020
3.2.4 9,827 10/19/2020
3.2.3 12,403 10/11/2020
3.2.2 85,336 8/19/2020
3.2.1 11,155 8/8/2020
3.2.0 26,937 7/27/2020
2.6.10 47 11/8/2025
2.6.9 167 10/11/2025
2.6.8 227 9/28/2025
2.6.7 308 7/28/2025
2.6.6 502 6/11/2025
2.6.5 351 5/28/2025
2.6.4 352 5/19/2025
2.6.3 312 5/9/2025
2.6.2 381 4/24/2025
2.6.1 330 1/23/2025
2.6.0.2 334 2/11/2025
2.6.0.1 324 1/28/2025
2.6.0 476 1/26/2025
2.6.0-preview-03 169 1/25/2025
2.6.0-preview-02 174 1/24/2025
2.6.0-preview-01 170 1/23/2025
2.5.1 357 12/12/2024
2.5.0 350 12/7/2024
2.4.9 338 11/16/2024
2.4.8 340 10/31/2024
2.4.7 339 10/26/2024
2.4.6 360 10/13/2024
2.4.5 375 8/20/2024
2.4.4 337 7/30/2024
2.4.3 370 7/1/2024
2.4.2 358 6/25/2024
2.4.1 359 6/21/2024
2.4.0 367 5/31/2024
2.3.14 372 5/3/2024
2.3.13 409 4/25/2024
2.3.12 374 4/18/2024
2.3.11 357 4/17/2024
2.3.10 449 3/3/2024
2.3.9 469 2/29/2024
2.3.9-preview-02 356 2/3/2024
2.3.9-preview-01 390 1/23/2024
2.3.8 551 1/20/2024
2.3.7 714 11/20/2023
2.3.6 677 11/19/2023
2.3.5 736 9/21/2023
2.3.4 903 8/3/2023
2.3.3 903 6/24/2023
2.3.2 1,016 4/1/2023
2.3.1 981 3/6/2023
2.3.0 1,022 3/3/2023
2.2.25 1,047 2/5/2023
2.2.24 1,059 12/18/2022
2.2.23 1,064 11/12/2022
2.2.22 1,129 11/6/2022
2.2.21 1,136 10/28/2022
2.2.20 1,196 9/3/2022
2.2.20-preview-01 724 9/3/2022
2.2.19 1,258 6/26/2022
2.2.18 1,436 3/7/2022
2.2.17 1,257 2/21/2022
2.2.16 1,306 2/19/2022
2.2.15 1,210 12/17/2021
2.2.14 1,182 11/9/2021
2.2.13 1,238 10/9/2021
2.2.12 1,529 7/31/2021
2.2.11 2,053 7/19/2021
2.2.10 1,795 5/31/2021
2.2.9 7,659 3/26/2021
2.2.8 2,152 2/13/2021
2.2.7 1,501 12/26/2020
2.2.7-preview-03 1,116 12/26/2020
2.2.7-preview-02 1,097 12/26/2020
2.2.7-preview-01 1,164 12/26/2020
2.2.6 13,175 11/25/2020
2.2.6-preview-01 951 11/25/2020
2.2.5 4,684 10/24/2020
2.2.4 3,082 10/19/2020
2.2.3 1,441 10/11/2020
2.2.2 22,697 8/19/2020
2.2.1 8,495 8/8/2020
2.2.0 68,081 7/27/2020
1.1.8 21,125 7/12/2020
1.1.7 5,741 7/6/2020
1.1.6 3,102 7/5/2020
1.1.5 42,567 6/15/2020
1.1.4 1,511 6/15/2020
1.1.3 1,498 6/15/2020
1.1.2 23,816 5/31/2020
1.1.1 28,081 5/14/2020
1.1.0 24,771 4/25/2020
1.0.24 14,376 4/16/2020
1.0.23 224,901 3/26/2020
1.0.22 6,503 3/18/2020
1.0.21 40,206 2/29/2020
1.0.20 145,213 1/11/2020
1.0.19 117,816 8/29/2019
1.0.18 85,310 7/2/2019
1.0.17 44,029 6/14/2019
1.0.16 4,973 6/6/2019
1.0.15 6,404 5/20/2019
1.0.14 5,344 5/14/2019
1.0.13 15,652 5/3/2019
1.0.12 73,605 3/26/2019
1.0.11 14,509 2/28/2019
1.0.10 33,364 2/5/2019
1.0.9.2 597,627 1/10/2019
1.0.9.1 1,924 1/7/2019
1.0.9 37,114 10/19/2018
1.0.8.18 83,155 9/4/2018
1.0.8.17 12,227 8/27/2018
1.0.8.16 20,049 8/19/2018
1.0.8.15 2,056 8/17/2018
1.0.8.13 6,709 8/2/2018
1.0.8.12 5,505 7/27/2018
1.0.8.11 40,337 6/6/2018
1.0.8.10 2,941 6/5/2018
1.0.8.9 7,697 5/26/2018
1.0.8.8 2,517 5/21/2018
1.0.8.7 3,807 5/9/2018
1.0.8.6 3,153 4/28/2018
1.0.8.5 2,734 4/27/2018
1.0.8.4 2,515 4/25/2018
1.0.8.3 4,283 3/30/2018
1.0.8.2 58,785 1/9/2018
1.0.8.1 6,160 1/5/2018
1.0.8 22,144 12/16/2017
1.0.4.8 18,098 11/1/2017
1.0.4.7 4,928 9/12/2017
1.0.4.6 6,716 7/8/2017
1.0.4.5 2,445 6/28/2017
1.0.4.4 2,291 6/27/2017
1.0.4.3 2,587 6/1/2017
1.0.4.2 2,253 6/1/2017
1.0.4.1 2,268 5/31/2017
1.0.4 2,913 5/17/2017
1.0.3.6 3,856 4/8/2017
1.0.3.5 2,832 3/30/2017
1.0.3.4 2,708 3/25/2017
1.0.3.3 6,523 11/16/2016
1.0.3.2 2,710 10/31/2016
1.0.3.1 2,581 10/30/2016
1.0.3 2,472 10/22/2016
1.0.1 3,751 6/27/2016
1.0.0 11,561 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md