Microsoft.EntityFrameworkCore.DynamicLinq 8.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 8.6.0-preview-01
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 8.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="8.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="8.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 8.6.0-preview-01
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 8.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@8.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=8.6.0-preview-01&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=8.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 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.7 27,516 7/28/2025
9.6.6 63,175 6/11/2025
9.6.5 8,252 5/28/2025
9.6.4 8,838 5/19/2025
9.6.3 4,409 5/9/2025
9.6.2 14,878 4/24/2025
9.6.0.2 67,570 2/11/2025
9.6.0.1 63,187 1/28/2025
9.6.0 3,447 1/26/2025
9.6.0-preview-03 160 1/25/2025
9.6.0-preview-02 134 1/24/2025
9.6.0-preview-01 137 1/23/2025
9.5.1 76,926 12/12/2024
9.5.0 5,482 12/7/2024
9.4.9 20,455 11/16/2024
8.6.7 10,159 7/28/2025
8.6.6 20,230 6/11/2025
8.6.5 6,523 5/28/2025
8.6.4 2,844 5/19/2025
8.6.3 3,445 5/9/2025
8.6.2 7,360 4/24/2025
8.6.1 249,039 1/23/2025
8.6.0.2 18,483 2/11/2025
8.6.0.1 1,833 1/28/2025
8.6.0 9,350 1/26/2025
8.6.0-preview-03 129 1/25/2025
8.6.0-preview-02 129 1/24/2025
8.6.0-preview-01 124 1/23/2025
8.5.1 65,598 12/12/2024
8.5.0 5,689 12/7/2024
8.4.9 48,834 11/16/2024
8.4.8 107,814 10/31/2024
8.4.7 33,970 10/26/2024
8.4.6 184,697 10/13/2024
8.4.5 225,636 8/20/2024
8.4.4 134,580 7/30/2024
8.4.3 163,217 7/1/2024
8.4.2 27,879 6/25/2024
8.4.1 38,856 6/21/2024
8.4.0 105,054 5/31/2024
8.3.14 86,754 5/3/2024
8.3.13 19,270 4/25/2024
8.3.12 18,019 4/18/2024
8.3.10 162,607 3/3/2024
8.3.9 10,438 2/29/2024
8.3.9-preview-02 466 2/3/2024
8.3.9-preview-01 683 1/23/2024
8.3.8 99,843 1/20/2024
8.3.7 119,646 11/20/2023
7.6.7 256 7/28/2025
7.6.6 962 6/11/2025
7.6.5 611 5/28/2025
7.6.4 655 5/19/2025
7.6.3 811 5/9/2025
7.6.2 555 4/24/2025
7.6.1 1,393 1/23/2025
7.6.0.2 903 2/11/2025
7.6.0.1 853 1/28/2025
7.6.0 864 1/26/2025
7.6.0-preview-03 128 1/25/2025
7.6.0-preview-02 119 1/24/2025
7.6.0-preview-01 128 1/23/2025
7.5.1 1,023 12/12/2024
7.5.0 897 12/7/2024
7.4.9 1,028 11/16/2024
7.4.8 966 10/31/2024
7.4.7 853 10/26/2024
7.4.6 1,237 10/13/2024
7.4.5 18,222 8/20/2024
7.4.4 1,173 7/30/2024
7.4.3 9,864 7/1/2024
7.4.2 2,325 6/25/2024
7.4.1 1,056 6/21/2024
7.4.0 6,439 5/31/2024
7.3.14 13,223 5/3/2024
7.3.13 1,666 4/25/2024
7.3.12 1,763 4/18/2024
7.3.11 1,618 4/17/2024
7.3.10 25,987 3/3/2024
7.3.9 3,772 2/29/2024
7.3.9-preview-02 859 2/3/2024
7.3.9-preview-01 475 1/23/2024
7.3.8 24,760 1/20/2024
7.3.7 27,503 11/20/2023
7.3.6 14,567 11/19/2023
7.3.5 240,918 9/21/2023
7.3.4 132,492 8/3/2023
7.3.3 88,240 6/24/2023
7.3.2 398,371 4/1/2023
7.3.1 29,559 3/6/2023
7.3.0 2,218 3/3/2023
7.2.25 84,169 2/5/2023
7.2.24 214,529 12/18/2022
7.2.23 79,999 11/12/2022
6.6.7 251 7/28/2025
6.6.6 1,101 6/11/2025
6.6.5 327 5/28/2025
6.6.4 464 5/19/2025
6.6.3 287 5/9/2025
6.6.2 379 4/24/2025
6.6.1 2,448 1/23/2025
6.6.0.2 1,524 2/11/2025
6.6.0.1 350 1/28/2025
6.6.0 1,064 1/26/2025
6.6.0-preview-03 133 1/25/2025
6.6.0-preview-02 123 1/24/2025
6.6.0-preview-01 126 1/23/2025
6.5.1 27,889 12/12/2024
6.5.0 460 12/7/2024
6.4.9 1,214 11/16/2024
6.4.8 508 10/31/2024
6.4.7 662 10/26/2024
6.4.6 1,892 10/13/2024
6.4.5 2,613 8/20/2024
6.4.4 1,214 7/30/2024
6.4.3 1,678 7/1/2024
6.4.2 488 6/25/2024
6.4.1 2,543 6/21/2024
6.4.0 2,071 5/31/2024
6.3.14 2,941 5/3/2024
6.3.13 13,265 4/25/2024
6.3.12 478 4/18/2024
6.3.11 425 4/17/2024
6.3.10 11,082 3/3/2024
6.3.9 2,871 2/29/2024
6.3.9-preview-02 573 2/3/2024
6.3.9-preview-01 335 1/23/2024
6.3.8 44,749 1/20/2024
6.3.7 41,798 11/20/2023
6.3.6 1,804 11/19/2023
6.3.5 654,629 9/21/2023
6.3.4 48,218 8/3/2023
6.3.3 40,748 6/24/2023
6.3.2 150,289 4/1/2023
6.3.1 40,242 3/6/2023
6.3.0 20,057 3/3/2023
6.2.25 55,421 2/5/2023
6.2.24 73,367 12/18/2022
6.2.23 79,338 11/12/2022
6.2.22 49,144 11/6/2022
6.2.21 47,489 10/28/2022
6.2.20 399,571 9/3/2022
6.2.20-preview-01 734 9/3/2022
6.2.19 349,850 6/26/2022
6.2.18 671,092 3/7/2022
6.2.17 67,239 2/21/2022
6.2.16 4,206 2/19/2022
6.2.15 181,582 12/17/2021
6.2.14 276,019 11/9/2021
6.2.13-preview.4.21253.1 1,949 10/9/2021
6.2.12-preview.4.21253.1 1,015 7/31/2021
6.2.11-preview.4.21253.1 332 7/19/2021
6.0.0-preview.4.21253.1 537 5/31/2021
6.0.0-preview.3.21201.2 362 5/9/2021
5.6.7 147 7/28/2025
5.6.6 363 6/11/2025
5.6.5 230 5/28/2025
5.6.4 218 5/19/2025
5.6.3 168 5/9/2025
5.6.2 246 4/24/2025
5.6.1 343 1/23/2025
5.6.0.2 213 2/11/2025
5.6.0.1 190 1/28/2025
5.6.0 203 1/26/2025
5.6.0-preview-03 134 1/25/2025
5.6.0-preview-02 129 1/24/2025
5.6.0-preview-01 135 1/23/2025
5.5.1 517 12/12/2024
5.5.0 215 12/7/2024
5.4.9 205 11/16/2024
5.4.8 204 10/31/2024
5.4.7 209 10/26/2024
5.4.6 235 10/13/2024
5.4.5 356 8/20/2024
5.4.4 370 7/30/2024
5.4.3 353 7/1/2024
5.4.2 230 6/25/2024
5.4.1 251 6/21/2024
5.4.0 259 5/31/2024
5.3.14 221 5/3/2024
5.3.13 241 4/25/2024
5.3.12 235 4/18/2024
5.3.11 431 4/17/2024
5.3.10 1,027 3/3/2024
5.3.9 335 2/29/2024
5.3.9-preview-02 325 2/3/2024
5.3.9-preview-01 341 1/23/2024
5.3.8 473 1/20/2024
5.3.7 3,067 11/20/2023
5.3.6 560 11/19/2023
5.3.5 1,195 9/21/2023
5.3.4 1,150 8/3/2023
5.3.3 2,494 6/24/2023
5.3.2 33,178 4/1/2023
5.3.1 927 3/6/2023
5.3.0 984 3/3/2023
5.2.25 1,057 2/5/2023
5.2.24 10,658 12/18/2022
5.2.23 3,606 11/12/2022
5.2.22 5,324 11/6/2022
5.2.21 1,048 10/28/2022
5.2.20 30,625 9/3/2022
5.2.20-preview-01 748 9/3/2022
5.2.19 32,435 6/26/2022
5.2.18 19,192 3/7/2022
5.2.17 4,929 2/21/2022
5.2.16 2,364 2/19/2022
5.2.15 141,085 12/17/2021
5.2.14 17,598 11/9/2021
5.2.13 164,923 10/9/2021
5.2.12 199,405 7/31/2021
5.2.11 80,248 7/19/2021
5.2.10 338,002 5/31/2021
5.2.9 190,320 3/26/2021
5.2.8 281,136 2/13/2021
5.2.7 80,948 12/26/2020
5.2.7-preview-03 1,067 12/26/2020
5.2.7-preview-01 1,055 12/26/2020
3.6.7 204 7/28/2025
3.6.6 366 6/11/2025
3.6.5 628 5/28/2025
3.6.4 232 5/19/2025
3.6.3 175 5/9/2025
3.6.2 254 4/24/2025
3.6.1 288 1/23/2025
3.6.0.2 226 2/11/2025
3.6.0.1 194 1/28/2025
3.6.0 212 1/26/2025
3.6.0-preview-03 126 1/25/2025
3.6.0-preview-02 116 1/24/2025
3.6.0-preview-01 141 1/23/2025
3.5.1 230 12/12/2024
3.5.0 205 12/7/2024
3.4.9 213 11/16/2024
3.4.8 205 10/31/2024
3.4.7 203 10/26/2024
3.4.6 242 10/13/2024
3.4.5 2,674 8/20/2024
3.4.4 205 7/30/2024
3.4.3 972 7/1/2024
3.4.2 246 6/25/2024
3.4.1 248 6/21/2024
3.4.0 286 5/31/2024
3.3.14 253 5/3/2024
3.3.13 233 4/25/2024
3.3.12 252 4/18/2024
3.3.11 241 4/17/2024
3.3.10 589 3/3/2024
3.3.9 329 2/29/2024
3.3.9-preview-02 304 2/3/2024
3.3.9-preview-01 356 1/23/2024
3.3.8 459 1/20/2024
3.3.7 10,420 11/20/2023
3.3.6 564 11/19/2023
3.3.5 3,170 9/21/2023
3.3.4 1,769 8/3/2023
3.3.3 9,230 6/24/2023
3.3.2 2,963 4/1/2023
3.3.1 1,321 3/6/2023
3.3.0 894 3/3/2023
3.2.25 1,643 2/5/2023
3.2.24 18,325 12/18/2022
3.2.23 1,714 11/12/2022
3.2.22 1,098 11/6/2022
3.2.21 1,126 10/28/2022
3.2.20 23,208 9/3/2022
3.2.20-preview-01 700 9/3/2022
3.2.19 48,483 6/26/2022
3.2.18 25,190 3/7/2022
3.2.17 1,351 2/21/2022
3.2.16 1,174 2/19/2022
3.2.15 26,586 12/17/2021
3.2.14 18,187 11/9/2021
3.2.13 2,655 10/9/2021
3.2.12 23,067 7/31/2021
3.2.11 4,908 7/19/2021
3.2.10 40,032 5/31/2021
3.2.9 22,848 3/26/2021
3.2.8 20,534 2/13/2021
3.2.7 73,890 12/26/2020
3.2.7-preview-03 1,067 12/26/2020
3.2.7-preview-02 1,098 12/26/2020
3.2.7-preview-01 1,083 12/26/2020
3.2.6 135,218 11/25/2020
3.2.6-preview-01 984 11/25/2020
3.2.5 195,279 10/24/2020
3.2.4 8,273 10/19/2020
3.2.3 12,241 10/11/2020
3.2.2 83,167 8/19/2020
3.2.1 10,960 8/8/2020
3.2.0 26,750 7/27/2020
2.6.7 159 7/28/2025
2.6.6 369 6/11/2025
2.6.5 225 5/28/2025
2.6.4 226 5/19/2025
2.6.3 175 5/9/2025
2.6.2 257 4/24/2025
2.6.1 199 1/23/2025
2.6.0.2 206 2/11/2025
2.6.0.1 195 1/28/2025
2.6.0 265 1/26/2025
2.6.0-preview-03 127 1/25/2025
2.6.0-preview-02 132 1/24/2025
2.6.0-preview-01 135 1/23/2025
2.5.1 232 12/12/2024
2.5.0 217 12/7/2024
2.4.9 214 11/16/2024
2.4.8 213 10/31/2024
2.4.7 216 10/26/2024
2.4.6 228 10/13/2024
2.4.5 248 8/20/2024
2.4.4 199 7/30/2024
2.4.3 240 7/1/2024
2.4.2 231 6/25/2024
2.4.1 236 6/21/2024
2.4.0 222 5/31/2024
2.3.14 239 5/3/2024
2.3.13 267 4/25/2024
2.3.12 245 4/18/2024
2.3.11 230 4/17/2024
2.3.10 324 3/3/2024
2.3.9 341 2/29/2024
2.3.9-preview-02 320 2/3/2024
2.3.9-preview-01 334 1/23/2024
2.3.8 420 1/20/2024
2.3.7 575 11/20/2023
2.3.6 548 11/19/2023
2.3.5 619 9/21/2023
2.3.4 774 8/3/2023
2.3.3 778 6/24/2023
2.3.2 885 4/1/2023
2.3.1 851 3/6/2023
2.3.0 884 3/3/2023
2.2.25 919 2/5/2023
2.2.24 925 12/18/2022
2.2.23 940 11/12/2022
2.2.22 998 11/6/2022
2.2.21 1,008 10/28/2022
2.2.20 1,057 9/3/2022
2.2.20-preview-01 683 9/3/2022
2.2.19 1,125 6/26/2022
2.2.18 1,301 3/7/2022
2.2.17 1,125 2/21/2022
2.2.16 1,167 2/19/2022
2.2.15 1,073 12/17/2021
2.2.14 1,037 11/9/2021
2.2.13 1,096 10/9/2021
2.2.12 1,385 7/31/2021
2.2.11 1,915 7/19/2021
2.2.10 1,659 5/31/2021
2.2.9 7,423 3/26/2021
2.2.8 2,000 2/13/2021
2.2.7 1,362 12/26/2020
2.2.7-preview-03 1,067 12/26/2020
2.2.7-preview-02 1,047 12/26/2020
2.2.7-preview-01 1,087 12/26/2020
2.2.6 13,011 11/25/2020
2.2.6-preview-01 897 11/25/2020
2.2.5 4,174 10/24/2020
2.2.4 2,941 10/19/2020
2.2.3 1,304 10/11/2020
2.2.2 22,562 8/19/2020
2.2.1 8,341 8/8/2020
2.2.0 65,894 7/27/2020
1.1.8 20,812 7/12/2020
1.1.7 5,495 7/6/2020
1.1.6 2,946 7/5/2020
1.1.5 42,418 6/15/2020
1.1.4 1,360 6/15/2020
1.1.3 1,356 6/15/2020
1.1.2 22,376 5/31/2020
1.1.1 27,934 5/14/2020
1.1.0 24,168 4/25/2020
1.0.24 13,240 4/16/2020
1.0.23 215,811 3/26/2020
1.0.22 6,363 3/18/2020
1.0.21 37,499 2/29/2020
1.0.20 139,747 1/11/2020
1.0.19 116,141 8/29/2019
1.0.18 83,458 7/2/2019
1.0.17 43,497 6/14/2019
1.0.16 4,802 6/6/2019
1.0.15 6,146 5/20/2019
1.0.14 5,200 5/14/2019
1.0.13 15,204 5/3/2019
1.0.12 70,353 3/26/2019
1.0.11 14,217 2/28/2019
1.0.10 32,326 2/5/2019
1.0.9.2 590,162 1/10/2019
1.0.9.1 1,783 1/7/2019
1.0.9 36,331 10/19/2018
1.0.8.18 82,423 9/4/2018
1.0.8.17 11,921 8/27/2018
1.0.8.16 18,874 8/19/2018
1.0.8.15 1,912 8/17/2018
1.0.8.13 6,534 8/2/2018
1.0.8.12 5,315 7/27/2018
1.0.8.11 38,593 6/6/2018
1.0.8.10 2,745 6/5/2018
1.0.8.9 7,343 5/26/2018
1.0.8.8 2,303 5/21/2018
1.0.8.7 3,621 5/9/2018
1.0.8.6 2,975 4/28/2018
1.0.8.5 2,547 4/27/2018
1.0.8.4 2,330 4/25/2018
1.0.8.3 4,087 3/30/2018
1.0.8.2 57,098 1/9/2018
1.0.8.1 5,797 1/5/2018
1.0.8 21,299 12/16/2017
1.0.4.8 17,424 11/1/2017
1.0.4.7 4,756 9/12/2017
1.0.4.6 6,523 7/8/2017
1.0.4.5 2,257 6/28/2017
1.0.4.4 2,085 6/27/2017
1.0.4.3 2,396 6/1/2017
1.0.4.2 2,037 6/1/2017
1.0.4.1 2,072 5/31/2017
1.0.4 2,714 5/17/2017
1.0.3.6 3,654 4/8/2017
1.0.3.5 2,589 3/30/2017
1.0.3.4 2,521 3/25/2017
1.0.3.3 6,307 11/16/2016
1.0.3.2 2,528 10/31/2016
1.0.3.1 2,398 10/30/2016
1.0.3 2,290 10/22/2016
1.0.1 3,548 6/27/2016
1.0.0 11,296 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md