Microsoft.EntityFrameworkCore.DynamicLinq 7.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 7.6.0-preview-03
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 7.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="7.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="7.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 7.6.0-preview-03
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 7.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@7.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=7.6.0-preview-03&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=7.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 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 (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 (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.8 942 9/28/2025
9.6.7 37,529 7/28/2025
9.6.6 73,168 6/11/2025
9.6.5 8,728 5/28/2025
9.6.4 9,530 5/19/2025
9.6.3 4,528 5/9/2025
9.6.2 16,141 4/24/2025
9.6.0.2 70,871 2/11/2025
9.6.0.1 65,680 1/28/2025
9.6.0 3,559 1/26/2025
9.6.0-preview-03 171 1/25/2025
9.6.0-preview-02 156 1/24/2025
9.6.0-preview-01 150 1/23/2025
9.5.1 78,181 12/12/2024
9.5.0 5,660 12/7/2024
9.4.9 20,870 11/16/2024
8.6.8 714 9/28/2025
8.6.7 13,227 7/28/2025
8.6.6 22,217 6/11/2025
8.6.5 7,420 5/28/2025
8.6.4 3,064 5/19/2025
8.6.3 3,671 5/9/2025
8.6.2 7,936 4/24/2025
8.6.1 259,509 1/23/2025
8.6.0.2 19,719 2/11/2025
8.6.0.1 1,921 1/28/2025
8.6.0 9,567 1/26/2025
8.6.0-preview-03 140 1/25/2025
8.6.0-preview-02 152 1/24/2025
8.6.0-preview-01 158 1/23/2025
8.5.1 67,712 12/12/2024
8.5.0 6,052 12/7/2024
8.4.9 50,257 11/16/2024
8.4.8 109,696 10/31/2024
8.4.7 37,318 10/26/2024
8.4.6 187,635 10/13/2024
8.4.5 232,156 8/20/2024
8.4.4 137,278 7/30/2024
8.4.3 166,578 7/1/2024
8.4.2 28,263 6/25/2024
8.4.1 39,158 6/21/2024
8.4.0 107,557 5/31/2024
8.3.14 88,510 5/3/2024
8.3.13 19,466 4/25/2024
8.3.12 18,115 4/18/2024
8.3.10 165,567 3/3/2024
8.3.9 10,515 2/29/2024
8.3.9-preview-02 487 2/3/2024
8.3.9-preview-01 708 1/23/2024
8.3.8 100,667 1/20/2024
8.3.7 121,388 11/20/2023
7.6.8 111 9/28/2025
7.6.7 352 7/28/2025
7.6.6 1,038 6/11/2025
7.6.5 663 5/28/2025
7.6.4 719 5/19/2025
7.6.3 874 5/9/2025
7.6.2 603 4/24/2025
7.6.1 1,482 1/23/2025
7.6.0.2 940 2/11/2025
7.6.0.1 903 1/28/2025
7.6.0 911 1/26/2025
7.6.0-preview-03 150 1/25/2025
7.6.0-preview-02 130 1/24/2025
7.6.0-preview-01 149 1/23/2025
7.5.1 1,068 12/12/2024
7.5.0 936 12/7/2024
7.4.9 1,079 11/16/2024
7.4.8 1,006 10/31/2024
7.4.7 899 10/26/2024
7.4.6 1,286 10/13/2024
7.4.5 19,364 8/20/2024
7.4.4 1,223 7/30/2024
7.4.3 10,543 7/1/2024
7.4.2 2,938 6/25/2024
7.4.1 1,104 6/21/2024
7.4.0 6,882 5/31/2024
7.3.14 15,185 5/3/2024
7.3.13 1,715 4/25/2024
7.3.12 1,827 4/18/2024
7.3.11 1,668 4/17/2024
7.3.10 29,849 3/3/2024
7.3.9 3,823 2/29/2024
7.3.9-preview-02 879 2/3/2024
7.3.9-preview-01 499 1/23/2024
7.3.8 26,160 1/20/2024
7.3.7 27,911 11/20/2023
7.3.6 16,728 11/19/2023
7.3.5 244,840 9/21/2023
7.3.4 134,856 8/3/2023
7.3.3 92,274 6/24/2023
7.3.2 399,427 4/1/2023
7.3.1 31,559 3/6/2023
7.3.0 2,273 3/3/2023
7.2.25 90,753 2/5/2023
7.2.24 216,237 12/18/2022
7.2.23 82,185 11/12/2022
6.6.8 95 9/28/2025
6.6.7 327 7/28/2025
6.6.6 1,258 6/11/2025
6.6.5 377 5/28/2025
6.6.4 521 5/19/2025
6.6.3 339 5/9/2025
6.6.2 428 4/24/2025
6.6.1 2,534 1/23/2025
6.6.0.2 1,600 2/11/2025
6.6.0.1 400 1/28/2025
6.6.0 1,157 1/26/2025
6.6.0-preview-03 156 1/25/2025
6.6.0-preview-02 151 1/24/2025
6.6.0-preview-01 138 1/23/2025
6.5.1 29,107 12/12/2024
6.5.0 512 12/7/2024
6.4.9 1,323 11/16/2024
6.4.8 562 10/31/2024
6.4.7 712 10/26/2024
6.4.6 1,944 10/13/2024
6.4.5 2,657 8/20/2024
6.4.4 1,274 7/30/2024
6.4.3 1,736 7/1/2024
6.4.2 529 6/25/2024
6.4.1 2,583 6/21/2024
6.4.0 2,112 5/31/2024
6.3.14 2,992 5/3/2024
6.3.13 13,671 4/25/2024
6.3.12 529 4/18/2024
6.3.11 464 4/17/2024
6.3.10 11,468 3/3/2024
6.3.9 2,953 2/29/2024
6.3.9-preview-02 594 2/3/2024
6.3.9-preview-01 357 1/23/2024
6.3.8 45,188 1/20/2024
6.3.7 42,122 11/20/2023
6.3.6 1,852 11/19/2023
6.3.5 684,690 9/21/2023
6.3.4 48,276 8/3/2023
6.3.3 41,123 6/24/2023
6.3.2 153,902 4/1/2023
6.3.1 40,360 3/6/2023
6.3.0 20,122 3/3/2023
6.2.25 55,851 2/5/2023
6.2.24 74,254 12/18/2022
6.2.23 79,782 11/12/2022
6.2.22 50,154 11/6/2022
6.2.21 48,901 10/28/2022
6.2.20 401,239 9/3/2022
6.2.20-preview-01 761 9/3/2022
6.2.19 354,675 6/26/2022
6.2.18 675,037 3/7/2022
6.2.17 67,416 2/21/2022
6.2.16 4,257 2/19/2022
6.2.15 182,393 12/17/2021
6.2.14 279,113 11/9/2021
6.2.13-preview.4.21253.1 2,000 10/9/2021
6.2.12-preview.4.21253.1 1,023 7/31/2021
6.2.11-preview.4.21253.1 339 7/19/2021
6.0.0-preview.4.21253.1 540 5/31/2021
6.0.0-preview.3.21201.2 366 5/9/2021
5.6.8 93 9/28/2025
5.6.7 212 7/28/2025
5.6.6 416 6/11/2025
5.6.5 284 5/28/2025
5.6.4 277 5/19/2025
5.6.3 215 5/9/2025
5.6.2 293 4/24/2025
5.6.1 412 1/23/2025
5.6.0.2 263 2/11/2025
5.6.0.1 237 1/28/2025
5.6.0 252 1/26/2025
5.6.0-preview-03 166 1/25/2025
5.6.0-preview-02 151 1/24/2025
5.6.0-preview-01 162 1/23/2025
5.5.1 612 12/12/2024
5.5.0 264 12/7/2024
5.4.9 251 11/16/2024
5.4.8 251 10/31/2024
5.4.7 258 10/26/2024
5.4.6 284 10/13/2024
5.4.5 406 8/20/2024
5.4.4 445 7/30/2024
5.4.3 408 7/1/2024
5.4.2 281 6/25/2024
5.4.1 296 6/21/2024
5.4.0 306 5/31/2024
5.3.14 268 5/3/2024
5.3.13 291 4/25/2024
5.3.12 283 4/18/2024
5.3.11 479 4/17/2024
5.3.10 1,083 3/3/2024
5.3.9 384 2/29/2024
5.3.9-preview-02 351 2/3/2024
5.3.9-preview-01 363 1/23/2024
5.3.8 523 1/20/2024
5.3.7 3,136 11/20/2023
5.3.6 608 11/19/2023
5.3.5 1,246 9/21/2023
5.3.4 1,197 8/3/2023
5.3.3 2,543 6/24/2023
5.3.2 34,310 4/1/2023
5.3.1 979 3/6/2023
5.3.0 1,032 3/3/2023
5.2.25 1,113 2/5/2023
5.2.24 10,747 12/18/2022
5.2.23 3,678 11/12/2022
5.2.22 5,372 11/6/2022
5.2.21 1,098 10/28/2022
5.2.20 30,980 9/3/2022
5.2.20-preview-01 777 9/3/2022
5.2.19 32,678 6/26/2022
5.2.18 19,277 3/7/2022
5.2.17 4,986 2/21/2022
5.2.16 2,415 2/19/2022
5.2.15 142,643 12/17/2021
5.2.14 17,895 11/9/2021
5.2.13 165,116 10/9/2021
5.2.12 203,887 7/31/2021
5.2.11 82,303 7/19/2021
5.2.10 343,097 5/31/2021
5.2.9 192,393 3/26/2021
5.2.8 284,571 2/13/2021
5.2.7 81,512 12/26/2020
5.2.7-preview-03 1,081 12/26/2020
5.2.7-preview-01 1,082 12/26/2020
3.6.8 93 9/28/2025
3.6.7 294 7/28/2025
3.6.6 412 6/11/2025
3.6.5 756 5/28/2025
3.6.4 319 5/19/2025
3.6.3 224 5/9/2025
3.6.2 302 4/24/2025
3.6.1 339 1/23/2025
3.6.0.2 274 2/11/2025
3.6.0.1 244 1/28/2025
3.6.0 248 1/26/2025
3.6.0-preview-03 148 1/25/2025
3.6.0-preview-02 139 1/24/2025
3.6.0-preview-01 163 1/23/2025
3.5.1 279 12/12/2024
3.5.0 257 12/7/2024
3.4.9 259 11/16/2024
3.4.8 253 10/31/2024
3.4.7 250 10/26/2024
3.4.6 290 10/13/2024
3.4.5 2,799 8/20/2024
3.4.4 253 7/30/2024
3.4.3 1,096 7/1/2024
3.4.2 294 6/25/2024
3.4.1 296 6/21/2024
3.4.0 324 5/31/2024
3.3.14 300 5/3/2024
3.3.13 284 4/25/2024
3.3.12 298 4/18/2024
3.3.11 286 4/17/2024
3.3.10 649 3/3/2024
3.3.9 376 2/29/2024
3.3.9-preview-02 326 2/3/2024
3.3.9-preview-01 381 1/23/2024
3.3.8 511 1/20/2024
3.3.7 10,738 11/20/2023
3.3.6 612 11/19/2023
3.3.5 3,236 9/21/2023
3.3.4 1,808 8/3/2023
3.3.3 9,272 6/24/2023
3.3.2 3,010 4/1/2023
3.3.1 1,359 3/6/2023
3.3.0 934 3/3/2023
3.2.25 1,690 2/5/2023
3.2.24 18,626 12/18/2022
3.2.23 1,768 11/12/2022
3.2.22 1,150 11/6/2022
3.2.21 1,179 10/28/2022
3.2.20 23,301 9/3/2022
3.2.20-preview-01 713 9/3/2022
3.2.19 48,584 6/26/2022
3.2.18 25,602 3/7/2022
3.2.17 1,393 2/21/2022
3.2.16 1,229 2/19/2022
3.2.15 26,646 12/17/2021
3.2.14 18,290 11/9/2021
3.2.13 2,707 10/9/2021
3.2.12 23,127 7/31/2021
3.2.11 4,976 7/19/2021
3.2.10 40,213 5/31/2021
3.2.9 22,964 3/26/2021
3.2.8 20,616 2/13/2021
3.2.7 73,944 12/26/2020
3.2.7-preview-03 1,084 12/26/2020
3.2.7-preview-02 1,124 12/26/2020
3.2.7-preview-01 1,109 12/26/2020
3.2.6 136,090 11/25/2020
3.2.6-preview-01 1,000 11/25/2020
3.2.5 198,618 10/24/2020
3.2.4 9,243 10/19/2020
3.2.3 12,287 10/11/2020
3.2.2 84,420 8/19/2020
3.2.1 11,019 8/8/2020
3.2.0 26,804 7/27/2020
2.6.8 83 9/28/2025
2.6.7 232 7/28/2025
2.6.6 424 6/11/2025
2.6.5 274 5/28/2025
2.6.4 275 5/19/2025
2.6.3 221 5/9/2025
2.6.2 303 4/24/2025
2.6.1 246 1/23/2025
2.6.0.2 255 2/11/2025
2.6.0.1 245 1/28/2025
2.6.0 350 1/26/2025
2.6.0-preview-03 158 1/25/2025
2.6.0-preview-02 156 1/24/2025
2.6.0-preview-01 159 1/23/2025
2.5.1 278 12/12/2024
2.5.0 272 12/7/2024
2.4.9 260 11/16/2024
2.4.8 259 10/31/2024
2.4.7 260 10/26/2024
2.4.6 277 10/13/2024
2.4.5 297 8/20/2024
2.4.4 242 7/30/2024
2.4.3 293 7/1/2024
2.4.2 277 6/25/2024
2.4.1 281 6/21/2024
2.4.0 277 5/31/2024
2.3.14 282 5/3/2024
2.3.13 331 4/25/2024
2.3.12 280 4/18/2024
2.3.11 276 4/17/2024
2.3.10 371 3/3/2024
2.3.9 390 2/29/2024
2.3.9-preview-02 344 2/3/2024
2.3.9-preview-01 382 1/23/2024
2.3.8 465 1/20/2024
2.3.7 613 11/20/2023
2.3.6 594 11/19/2023
2.3.5 664 9/21/2023
2.3.4 821 8/3/2023
2.3.3 822 6/24/2023
2.3.2 922 4/1/2023
2.3.1 898 3/6/2023
2.3.0 933 3/3/2023
2.2.25 966 2/5/2023
2.2.24 973 12/18/2022
2.2.23 987 11/12/2022
2.2.22 1,046 11/6/2022
2.2.21 1,054 10/28/2022
2.2.20 1,106 9/3/2022
2.2.20-preview-01 706 9/3/2022
2.2.19 1,178 6/26/2022
2.2.18 1,354 3/7/2022
2.2.17 1,163 2/21/2022
2.2.16 1,217 2/19/2022
2.2.15 1,124 12/17/2021
2.2.14 1,085 11/9/2021
2.2.13 1,135 10/9/2021
2.2.12 1,426 7/31/2021
2.2.11 1,967 7/19/2021
2.2.10 1,698 5/31/2021
2.2.9 7,474 3/26/2021
2.2.8 2,038 2/13/2021
2.2.7 1,413 12/26/2020
2.2.7-preview-03 1,082 12/26/2020
2.2.7-preview-02 1,063 12/26/2020
2.2.7-preview-01 1,123 12/26/2020
2.2.6 13,068 11/25/2020
2.2.6-preview-01 922 11/25/2020
2.2.5 4,518 10/24/2020
2.2.4 2,992 10/19/2020
2.2.3 1,357 10/11/2020
2.2.2 22,601 8/19/2020
2.2.1 8,403 8/8/2020
2.2.0 67,008 7/27/2020
1.1.8 20,891 7/12/2020
1.1.7 5,608 7/6/2020
1.1.6 2,996 7/5/2020
1.1.5 42,470 6/15/2020
1.1.4 1,418 6/15/2020
1.1.3 1,415 6/15/2020
1.1.2 23,207 5/31/2020
1.1.1 27,982 5/14/2020
1.1.0 24,485 4/25/2020
1.0.24 13,924 4/16/2020
1.0.23 221,021 3/26/2020
1.0.22 6,414 3/18/2020
1.0.21 39,063 2/29/2020
1.0.20 142,884 1/11/2020
1.0.19 117,018 8/29/2019
1.0.18 84,084 7/2/2019
1.0.17 43,608 6/14/2019
1.0.16 4,868 6/6/2019
1.0.15 6,219 5/20/2019
1.0.14 5,254 5/14/2019
1.0.13 15,398 5/3/2019
1.0.12 71,114 3/26/2019
1.0.11 14,269 2/28/2019
1.0.10 33,011 2/5/2019
1.0.9.2 593,883 1/10/2019
1.0.9.1 1,823 1/7/2019
1.0.9 36,593 10/19/2018
1.0.8.18 82,822 9/4/2018
1.0.8.17 12,028 8/27/2018
1.0.8.16 19,252 8/19/2018
1.0.8.15 1,953 8/17/2018
1.0.8.13 6,583 8/2/2018
1.0.8.12 5,381 7/27/2018
1.0.8.11 39,371 6/6/2018
1.0.8.10 2,813 6/5/2018
1.0.8.9 7,435 5/26/2018
1.0.8.8 2,383 5/21/2018
1.0.8.7 3,667 5/9/2018
1.0.8.6 3,022 4/28/2018
1.0.8.5 2,602 4/27/2018
1.0.8.4 2,382 4/25/2018
1.0.8.3 4,142 3/30/2018
1.0.8.2 57,717 1/9/2018
1.0.8.1 5,920 1/5/2018
1.0.8 21,636 12/16/2017
1.0.4.8 17,684 11/1/2017
1.0.4.7 4,806 9/12/2017
1.0.4.6 6,576 7/8/2017
1.0.4.5 2,307 6/28/2017
1.0.4.4 2,153 6/27/2017
1.0.4.3 2,458 6/1/2017
1.0.4.2 2,125 6/1/2017
1.0.4.1 2,140 5/31/2017
1.0.4 2,775 5/17/2017
1.0.3.6 3,725 4/8/2017
1.0.3.5 2,676 3/30/2017
1.0.3.4 2,587 3/25/2017
1.0.3.3 6,359 11/16/2016
1.0.3.2 2,583 10/31/2016
1.0.3.1 2,454 10/30/2016
1.0.3 2,345 10/22/2016
1.0.1 3,605 6/27/2016
1.0.0 11,387 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md