Microsoft.EntityFrameworkCore.DynamicLinq 7.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 7.6.0-preview-02
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 7.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="7.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="7.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 7.6.0-preview-02
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 7.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@7.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=7.6.0-preview-02&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=7.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 net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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 (81)

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.9 99 10/11/2025
9.6.8 3,728 9/28/2025
9.6.7 42,684 7/28/2025
9.6.6 80,205 6/11/2025
9.6.5 9,126 5/28/2025
9.6.4 10,043 5/19/2025
9.6.3 4,595 5/9/2025
9.6.2 17,118 4/24/2025
9.6.0.2 72,508 2/11/2025
9.6.0.1 68,714 1/28/2025
9.6.0 3,667 1/26/2025
9.6.0-preview-03 184 1/25/2025
9.6.0-preview-02 159 1/24/2025
9.6.0-preview-01 162 1/23/2025
9.5.1 78,846 12/12/2024
9.5.0 5,811 12/7/2024
9.4.9 21,202 11/16/2024
8.6.9 75 10/11/2025
8.6.8 2,426 9/28/2025
8.6.7 15,657 7/28/2025
8.6.6 23,579 6/11/2025
8.6.5 8,037 5/28/2025
8.6.4 3,232 5/19/2025
8.6.3 3,847 5/9/2025
8.6.2 8,466 4/24/2025
8.6.1 264,803 1/23/2025
8.6.0.2 20,860 2/11/2025
8.6.0.1 1,981 1/28/2025
8.6.0 9,786 1/26/2025
8.6.0-preview-03 153 1/25/2025
8.6.0-preview-02 156 1/24/2025
8.6.0-preview-01 162 1/23/2025
8.5.1 69,388 12/12/2024
8.5.0 6,354 12/7/2024
8.4.9 51,754 11/16/2024
8.4.8 111,027 10/31/2024
8.4.7 38,734 10/26/2024
8.4.6 189,641 10/13/2024
8.4.5 236,621 8/20/2024
8.4.4 138,802 7/30/2024
8.4.3 168,761 7/1/2024
8.4.2 28,455 6/25/2024
8.4.1 39,492 6/21/2024
8.4.0 109,496 5/31/2024
8.3.14 89,715 5/3/2024
8.3.13 19,546 4/25/2024
8.3.12 18,225 4/18/2024
8.3.10 167,205 3/3/2024
8.3.9 10,596 2/29/2024
8.3.9-preview-02 489 2/3/2024
8.3.9-preview-01 712 1/23/2024
8.3.8 101,338 1/20/2024
8.3.7 122,786 11/20/2023
7.6.9 34 10/11/2025
7.6.8 202 9/28/2025
7.6.7 388 7/28/2025
7.6.6 1,067 6/11/2025
7.6.5 706 5/28/2025
7.6.4 747 5/19/2025
7.6.3 904 5/9/2025
7.6.2 636 4/24/2025
7.6.1 1,530 1/23/2025
7.6.0.2 986 2/11/2025
7.6.0.1 933 1/28/2025
7.6.0 940 1/26/2025
7.6.0-preview-03 152 1/25/2025
7.6.0-preview-02 143 1/24/2025
7.6.0-preview-01 150 1/23/2025
7.5.1 1,099 12/12/2024
7.5.0 976 12/7/2024
7.4.9 1,111 11/16/2024
7.4.8 1,049 10/31/2024
7.4.7 930 10/26/2024
7.4.6 1,315 10/13/2024
7.4.5 20,553 8/20/2024
7.4.4 1,254 7/30/2024
7.4.3 10,899 7/1/2024
7.4.2 3,255 6/25/2024
7.4.1 1,134 6/21/2024
7.4.0 7,122 5/31/2024
7.3.14 16,250 5/3/2024
7.3.13 1,749 4/25/2024
7.3.12 1,880 4/18/2024
7.3.11 1,696 4/17/2024
7.3.10 31,754 3/3/2024
7.3.9 3,853 2/29/2024
7.3.9-preview-02 881 2/3/2024
7.3.9-preview-01 502 1/23/2024
7.3.8 26,884 1/20/2024
7.3.7 28,132 11/20/2023
7.3.6 17,827 11/19/2023
7.3.5 246,207 9/21/2023
7.3.4 135,986 8/3/2023
7.3.3 94,581 6/24/2023
7.3.2 400,160 4/1/2023
7.3.1 31,906 3/6/2023
7.3.0 2,304 3/3/2023
7.2.25 93,378 2/5/2023
7.2.24 217,341 12/18/2022
7.2.23 83,646 11/12/2022
6.6.9 34 10/11/2025
6.6.8 183 9/28/2025
6.6.7 372 7/28/2025
6.6.6 1,374 6/11/2025
6.6.5 407 5/28/2025
6.6.4 554 5/19/2025
6.6.3 371 5/9/2025
6.6.2 457 4/24/2025
6.6.1 2,604 1/23/2025
6.6.0.2 1,667 2/11/2025
6.6.0.1 434 1/28/2025
6.6.0 1,262 1/26/2025
6.6.0-preview-03 160 1/25/2025
6.6.0-preview-02 151 1/24/2025
6.6.0-preview-01 150 1/23/2025
6.5.1 29,831 12/12/2024
6.5.0 542 12/7/2024
6.4.9 1,376 11/16/2024
6.4.8 592 10/31/2024
6.4.7 744 10/26/2024
6.4.6 1,997 10/13/2024
6.4.5 2,704 8/20/2024
6.4.4 1,339 7/30/2024
6.4.3 1,777 7/1/2024
6.4.2 570 6/25/2024
6.4.1 2,623 6/21/2024
6.4.0 2,153 5/31/2024
6.3.14 3,027 5/3/2024
6.3.13 14,310 4/25/2024
6.3.12 559 4/18/2024
6.3.11 502 4/17/2024
6.3.10 11,666 3/3/2024
6.3.9 3,019 2/29/2024
6.3.9-preview-02 597 2/3/2024
6.3.9-preview-01 359 1/23/2024
6.3.8 45,580 1/20/2024
6.3.7 42,354 11/20/2023
6.3.6 1,883 11/19/2023
6.3.5 711,796 9/21/2023
6.3.4 48,324 8/3/2023
6.3.3 41,476 6/24/2023
6.3.2 155,665 4/1/2023
6.3.1 40,457 3/6/2023
6.3.0 20,176 3/3/2023
6.2.25 56,019 2/5/2023
6.2.24 74,540 12/18/2022
6.2.23 79,985 11/12/2022
6.2.22 50,735 11/6/2022
6.2.21 49,760 10/28/2022
6.2.20 402,325 9/3/2022
6.2.20-preview-01 763 9/3/2022
6.2.19 357,821 6/26/2022
6.2.18 677,473 3/7/2022
6.2.17 67,501 2/21/2022
6.2.16 4,285 2/19/2022
6.2.15 183,125 12/17/2021
6.2.14 280,981 11/9/2021
6.2.13-preview.4.21253.1 2,053 10/9/2021
6.2.12-preview.4.21253.1 1,027 7/31/2021
6.2.11-preview.4.21253.1 344 7/19/2021
6.0.0-preview.4.21253.1 542 5/31/2021
6.0.0-preview.3.21201.2 371 5/9/2021
5.6.9 35 10/11/2025
5.6.8 179 9/28/2025
5.6.7 240 7/28/2025
5.6.6 443 6/11/2025
5.6.5 316 5/28/2025
5.6.4 307 5/19/2025
5.6.3 244 5/9/2025
5.6.2 323 4/24/2025
5.6.1 456 1/23/2025
5.6.0.2 291 2/11/2025
5.6.0.1 264 1/28/2025
5.6.0 281 1/26/2025
5.6.0-preview-03 169 1/25/2025
5.6.0-preview-02 154 1/24/2025
5.6.0-preview-01 166 1/23/2025
5.5.1 687 12/12/2024
5.5.0 295 12/7/2024
5.4.9 278 11/16/2024
5.4.8 279 10/31/2024
5.4.7 286 10/26/2024
5.4.6 313 10/13/2024
5.4.5 433 8/20/2024
5.4.4 502 7/30/2024
5.4.3 453 7/1/2024
5.4.2 311 6/25/2024
5.4.1 325 6/21/2024
5.4.0 337 5/31/2024
5.3.14 296 5/3/2024
5.3.13 321 4/25/2024
5.3.12 311 4/18/2024
5.3.11 506 4/17/2024
5.3.10 1,113 3/3/2024
5.3.9 413 2/29/2024
5.3.9-preview-02 358 2/3/2024
5.3.9-preview-01 364 1/23/2024
5.3.8 551 1/20/2024
5.3.7 3,196 11/20/2023
5.3.6 636 11/19/2023
5.3.5 1,273 9/21/2023
5.3.4 1,225 8/3/2023
5.3.3 2,570 6/24/2023
5.3.2 34,836 4/1/2023
5.3.1 1,011 3/6/2023
5.3.0 1,060 3/3/2023
5.2.25 1,146 2/5/2023
5.2.24 10,819 12/18/2022
5.2.23 3,724 11/12/2022
5.2.22 5,398 11/6/2022
5.2.21 1,124 10/28/2022
5.2.20 31,203 9/3/2022
5.2.20-preview-01 778 9/3/2022
5.2.19 32,882 6/26/2022
5.2.18 19,315 3/7/2022
5.2.17 5,016 2/21/2022
5.2.16 2,444 2/19/2022
5.2.15 143,518 12/17/2021
5.2.14 17,927 11/9/2021
5.2.13 165,211 10/9/2021
5.2.12 204,649 7/31/2021
5.2.11 83,556 7/19/2021
5.2.10 345,964 5/31/2021
5.2.9 193,414 3/26/2021
5.2.8 286,766 2/13/2021
5.2.7 81,932 12/26/2020
5.2.7-preview-03 1,096 12/26/2020
5.2.7-preview-01 1,083 12/26/2020
3.6.9 37 10/11/2025
3.6.8 175 9/28/2025
3.6.7 344 7/28/2025
3.6.6 441 6/11/2025
3.6.5 830 5/28/2025
3.6.4 364 5/19/2025
3.6.3 254 5/9/2025
3.6.2 332 4/24/2025
3.6.1 373 1/23/2025
3.6.0.2 303 2/11/2025
3.6.0.1 273 1/28/2025
3.6.0 288 1/26/2025
3.6.0-preview-03 152 1/25/2025
3.6.0-preview-02 141 1/24/2025
3.6.0-preview-01 163 1/23/2025
3.5.1 310 12/12/2024
3.5.0 285 12/7/2024
3.4.9 289 11/16/2024
3.4.8 281 10/31/2024
3.4.7 278 10/26/2024
3.4.6 321 10/13/2024
3.4.5 2,907 8/20/2024
3.4.4 284 7/30/2024
3.4.3 1,151 7/1/2024
3.4.2 322 6/25/2024
3.4.1 326 6/21/2024
3.4.0 364 5/31/2024
3.3.14 330 5/3/2024
3.3.13 314 4/25/2024
3.3.12 328 4/18/2024
3.3.11 315 4/17/2024
3.3.10 677 3/3/2024
3.3.9 406 2/29/2024
3.3.9-preview-02 327 2/3/2024
3.3.9-preview-01 383 1/23/2024
3.3.8 538 1/20/2024
3.3.7 10,913 11/20/2023
3.3.6 641 11/19/2023
3.3.5 3,278 9/21/2023
3.3.4 1,845 8/3/2023
3.3.3 9,326 6/24/2023
3.3.2 3,038 4/1/2023
3.3.1 1,397 3/6/2023
3.3.0 973 3/3/2023
3.2.25 1,717 2/5/2023
3.2.24 18,881 12/18/2022
3.2.23 1,797 11/12/2022
3.2.22 1,179 11/6/2022
3.2.21 1,208 10/28/2022
3.2.20 23,340 9/3/2022
3.2.20-preview-01 728 9/3/2022
3.2.19 48,623 6/26/2022
3.2.18 25,845 3/7/2022
3.2.17 1,431 2/21/2022
3.2.16 1,258 2/19/2022
3.2.15 26,680 12/17/2021
3.2.14 18,339 11/9/2021
3.2.13 2,736 10/9/2021
3.2.12 23,175 7/31/2021
3.2.11 5,031 7/19/2021
3.2.10 40,347 5/31/2021
3.2.9 23,112 3/26/2021
3.2.8 20,680 2/13/2021
3.2.7 73,973 12/26/2020
3.2.7-preview-03 1,100 12/26/2020
3.2.7-preview-02 1,128 12/26/2020
3.2.7-preview-01 1,112 12/26/2020
3.2.6 136,535 11/25/2020
3.2.6-preview-01 1,015 11/25/2020
3.2.5 200,559 10/24/2020
3.2.4 9,345 10/19/2020
3.2.3 12,328 10/11/2020
3.2.2 85,015 8/19/2020
3.2.1 11,070 8/8/2020
3.2.0 26,841 7/27/2020
2.6.9 37 10/11/2025
2.6.8 176 9/28/2025
2.6.7 259 7/28/2025
2.6.6 454 6/11/2025
2.6.5 302 5/28/2025
2.6.4 303 5/19/2025
2.6.3 261 5/9/2025
2.6.2 334 4/24/2025
2.6.1 277 1/23/2025
2.6.0.2 285 2/11/2025
2.6.0.1 273 1/28/2025
2.6.0 406 1/26/2025
2.6.0-preview-03 161 1/25/2025
2.6.0-preview-02 158 1/24/2025
2.6.0-preview-01 159 1/23/2025
2.5.1 312 12/12/2024
2.5.0 301 12/7/2024
2.4.9 287 11/16/2024
2.4.8 288 10/31/2024
2.4.7 290 10/26/2024
2.4.6 306 10/13/2024
2.4.5 325 8/20/2024
2.4.4 289 7/30/2024
2.4.3 320 7/1/2024
2.4.2 307 6/25/2024
2.4.1 311 6/21/2024
2.4.0 317 5/31/2024
2.3.14 324 5/3/2024
2.3.13 360 4/25/2024
2.3.12 321 4/18/2024
2.3.11 307 4/17/2024
2.3.10 401 3/3/2024
2.3.9 421 2/29/2024
2.3.9-preview-02 347 2/3/2024
2.3.9-preview-01 385 1/23/2024
2.3.8 496 1/20/2024
2.3.7 655 11/20/2023
2.3.6 626 11/19/2023
2.3.5 689 9/21/2023
2.3.4 848 8/3/2023
2.3.3 852 6/24/2023
2.3.2 961 4/1/2023
2.3.1 924 3/6/2023
2.3.0 962 3/3/2023
2.2.25 993 2/5/2023
2.2.24 1,004 12/18/2022
2.2.23 1,014 11/12/2022
2.2.22 1,077 11/6/2022
2.2.21 1,083 10/28/2022
2.2.20 1,133 9/3/2022
2.2.20-preview-01 708 9/3/2022
2.2.19 1,206 6/26/2022
2.2.18 1,381 3/7/2022
2.2.17 1,202 2/21/2022
2.2.16 1,246 2/19/2022
2.2.15 1,151 12/17/2021
2.2.14 1,124 11/9/2021
2.2.13 1,184 10/9/2021
2.2.12 1,467 7/31/2021
2.2.11 1,993 7/19/2021
2.2.10 1,736 5/31/2021
2.2.9 7,550 3/26/2021
2.2.8 2,079 2/13/2021
2.2.7 1,440 12/26/2020
2.2.7-preview-03 1,097 12/26/2020
2.2.7-preview-02 1,078 12/26/2020
2.2.7-preview-01 1,128 12/26/2020
2.2.6 13,098 11/25/2020
2.2.6-preview-01 925 11/25/2020
2.2.5 4,584 10/24/2020
2.2.4 3,019 10/19/2020
2.2.3 1,385 10/11/2020
2.2.2 22,640 8/19/2020
2.2.1 8,431 8/8/2020
2.2.0 67,487 7/27/2020
1.1.8 20,998 7/12/2020
1.1.7 5,682 7/6/2020
1.1.6 3,044 7/5/2020
1.1.5 42,498 6/15/2020
1.1.4 1,448 6/15/2020
1.1.3 1,441 6/15/2020
1.1.2 23,581 5/31/2020
1.1.1 28,013 5/14/2020
1.1.0 24,636 4/25/2020
1.0.24 14,188 4/16/2020
1.0.23 224,299 3/26/2020
1.0.22 6,442 3/18/2020
1.0.21 39,728 2/29/2020
1.0.20 144,205 1/11/2020
1.0.19 117,279 8/29/2019
1.0.18 84,827 7/2/2019
1.0.17 43,697 6/14/2019
1.0.16 4,899 6/6/2019
1.0.15 6,295 5/20/2019
1.0.14 5,281 5/14/2019
1.0.13 15,546 5/3/2019
1.0.12 71,873 3/26/2019
1.0.11 14,335 2/28/2019
1.0.10 33,274 2/5/2019
1.0.9.2 595,921 1/10/2019
1.0.9.1 1,860 1/7/2019
1.0.9 36,889 10/19/2018
1.0.8.18 83,096 9/4/2018
1.0.8.17 12,163 8/27/2018
1.0.8.16 19,614 8/19/2018
1.0.8.15 1,994 8/17/2018
1.0.8.13 6,626 8/2/2018
1.0.8.12 5,426 7/27/2018
1.0.8.11 40,006 6/6/2018
1.0.8.10 2,847 6/5/2018
1.0.8.9 7,519 5/26/2018
1.0.8.8 2,417 5/21/2018
1.0.8.7 3,709 5/9/2018
1.0.8.6 3,066 4/28/2018
1.0.8.5 2,635 4/27/2018
1.0.8.4 2,416 4/25/2018
1.0.8.3 4,187 3/30/2018
1.0.8.2 58,343 1/9/2018
1.0.8.1 6,027 1/5/2018
1.0.8 21,970 12/16/2017
1.0.4.8 17,921 11/1/2017
1.0.4.7 4,851 9/12/2017
1.0.4.6 6,641 7/8/2017
1.0.4.5 2,360 6/28/2017
1.0.4.4 2,195 6/27/2017
1.0.4.3 2,505 6/1/2017
1.0.4.2 2,172 6/1/2017
1.0.4.1 2,194 5/31/2017
1.0.4 2,831 5/17/2017
1.0.3.6 3,764 4/8/2017
1.0.3.5 2,731 3/30/2017
1.0.3.4 2,624 3/25/2017
1.0.3.3 6,413 11/16/2016
1.0.3.2 2,622 10/31/2016
1.0.3.1 2,491 10/30/2016
1.0.3 2,383 10/22/2016
1.0.1 3,645 6/27/2016
1.0.0 11,434 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md