Microsoft.EntityFrameworkCore.DynamicLinq 7.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 7.6.0-preview-01
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 7.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="7.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="7.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 7.6.0-preview-01
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 7.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@7.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=7.6.0-preview-01&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=7.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 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

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.8 528 9/28/2025
9.6.7 34,096 7/28/2025
9.6.6 70,997 6/11/2025
9.6.5 8,631 5/28/2025
9.6.4 9,392 5/19/2025
9.6.3 4,506 5/9/2025
9.6.2 15,792 4/24/2025
9.6.0.2 70,280 2/11/2025
9.6.0.1 64,973 1/28/2025
9.6.0 3,542 1/26/2025
9.6.0-preview-03 170 1/25/2025
9.6.0-preview-02 146 1/24/2025
9.6.0-preview-01 149 1/23/2025
9.5.1 77,941 12/12/2024
9.5.0 5,607 12/7/2024
9.4.9 20,793 11/16/2024
8.6.8 424 9/28/2025
8.6.7 12,568 7/28/2025
8.6.6 21,852 6/11/2025
8.6.5 7,200 5/28/2025
8.6.4 3,019 5/19/2025
8.6.3 3,613 5/9/2025
8.6.2 7,794 4/24/2025
8.6.1 257,470 1/23/2025
8.6.0.2 19,374 2/11/2025
8.6.0.1 1,900 1/28/2025
8.6.0 9,524 1/26/2025
8.6.0-preview-03 140 1/25/2025
8.6.0-preview-02 142 1/24/2025
8.6.0-preview-01 158 1/23/2025
8.5.1 67,158 12/12/2024
8.5.0 5,941 12/7/2024
8.4.9 49,995 11/16/2024
8.4.8 109,409 10/31/2024
8.4.7 36,332 10/26/2024
8.4.6 186,853 10/13/2024
8.4.5 231,144 8/20/2024
8.4.4 136,815 7/30/2024
8.4.3 165,883 7/1/2024
8.4.2 28,198 6/25/2024
8.4.1 39,130 6/21/2024
8.4.0 106,817 5/31/2024
8.3.14 88,133 5/3/2024
8.3.13 19,415 4/25/2024
8.3.12 18,096 4/18/2024
8.3.10 164,840 3/3/2024
8.3.9 10,505 2/29/2024
8.3.9-preview-02 477 2/3/2024
8.3.9-preview-01 708 1/23/2024
8.3.8 100,488 1/20/2024
8.3.7 121,017 11/20/2023
7.6.8 98 9/28/2025
7.6.7 344 7/28/2025
7.6.6 1,031 6/11/2025
7.6.5 657 5/28/2025
7.6.4 699 5/19/2025
7.6.3 858 5/9/2025
7.6.2 595 4/24/2025
7.6.1 1,462 1/23/2025
7.6.0.2 934 2/11/2025
7.6.0.1 897 1/28/2025
7.6.0 905 1/26/2025
7.6.0-preview-03 149 1/25/2025
7.6.0-preview-02 130 1/24/2025
7.6.0-preview-01 138 1/23/2025
7.5.1 1,062 12/12/2024
7.5.0 929 12/7/2024
7.4.9 1,062 11/16/2024
7.4.8 1,000 10/31/2024
7.4.7 883 10/26/2024
7.4.6 1,280 10/13/2024
7.4.5 19,148 8/20/2024
7.4.4 1,216 7/30/2024
7.4.3 10,427 7/1/2024
7.4.2 2,793 6/25/2024
7.4.1 1,088 6/21/2024
7.4.0 6,776 5/31/2024
7.3.14 14,753 5/3/2024
7.3.13 1,708 4/25/2024
7.3.12 1,805 4/18/2024
7.3.11 1,652 4/17/2024
7.3.10 29,047 3/3/2024
7.3.9 3,816 2/29/2024
7.3.9-preview-02 879 2/3/2024
7.3.9-preview-01 498 1/23/2024
7.3.8 25,805 1/20/2024
7.3.7 27,827 11/20/2023
7.3.6 16,232 11/19/2023
7.3.5 244,466 9/21/2023
7.3.4 134,290 8/3/2023
7.3.3 91,453 6/24/2023
7.3.2 399,145 4/1/2023
7.3.1 30,933 3/6/2023
7.3.0 2,266 3/3/2023
7.2.25 89,297 2/5/2023
7.2.24 215,870 12/18/2022
7.2.23 81,709 11/12/2022
6.6.8 64 9/28/2025
6.6.7 315 7/28/2025
6.6.6 1,218 6/11/2025
6.6.5 360 5/28/2025
6.6.4 514 5/19/2025
6.6.3 331 5/9/2025
6.6.2 410 4/24/2025
6.6.1 2,505 1/23/2025
6.6.0.2 1,591 2/11/2025
6.6.0.1 393 1/28/2025
6.6.0 1,132 1/26/2025
6.6.0-preview-03 146 1/25/2025
6.6.0-preview-02 151 1/24/2025
6.6.0-preview-01 138 1/23/2025
6.5.1 28,847 12/12/2024
6.5.0 504 12/7/2024
6.4.9 1,291 11/16/2024
6.4.8 553 10/31/2024
6.4.7 705 10/26/2024
6.4.6 1,931 10/13/2024
6.4.5 2,647 8/20/2024
6.4.4 1,255 7/30/2024
6.4.3 1,713 7/1/2024
6.4.2 522 6/25/2024
6.4.1 2,576 6/21/2024
6.4.0 2,104 5/31/2024
6.3.14 2,974 5/3/2024
6.3.13 13,577 4/25/2024
6.3.12 522 4/18/2024
6.3.11 457 4/17/2024
6.3.10 11,367 3/3/2024
6.3.9 2,938 2/29/2024
6.3.9-preview-02 594 2/3/2024
6.3.9-preview-01 346 1/23/2024
6.3.8 45,059 1/20/2024
6.3.7 42,068 11/20/2023
6.3.6 1,835 11/19/2023
6.3.5 674,788 9/21/2023
6.3.4 48,264 8/3/2023
6.3.3 41,024 6/24/2023
6.3.2 153,028 4/1/2023
6.3.1 40,338 3/6/2023
6.3.0 20,112 3/3/2023
6.2.25 55,726 2/5/2023
6.2.24 73,985 12/18/2022
6.2.23 79,677 11/12/2022
6.2.22 49,793 11/6/2022
6.2.21 48,714 10/28/2022
6.2.20 400,884 9/3/2022
6.2.20-preview-01 759 9/3/2022
6.2.19 353,760 6/26/2022
6.2.18 674,140 3/7/2022
6.2.17 67,372 2/21/2022
6.2.16 4,239 2/19/2022
6.2.15 182,208 12/17/2021
6.2.14 278,643 11/9/2021
6.2.13-preview.4.21253.1 1,962 10/9/2021
6.2.12-preview.4.21253.1 1,021 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 365 5/9/2021
5.6.8 69 9/28/2025
5.6.7 195 7/28/2025
5.6.6 396 6/11/2025
5.6.5 262 5/28/2025
5.6.4 260 5/19/2025
5.6.3 207 5/9/2025
5.6.2 276 4/24/2025
5.6.1 386 1/23/2025
5.6.0.2 244 2/11/2025
5.6.0.1 230 1/28/2025
5.6.0 245 1/26/2025
5.6.0-preview-03 155 1/25/2025
5.6.0-preview-02 151 1/24/2025
5.6.0-preview-01 149 1/23/2025
5.5.1 582 12/12/2024
5.5.0 246 12/7/2024
5.4.9 244 11/16/2024
5.4.8 244 10/31/2024
5.4.7 250 10/26/2024
5.4.6 277 10/13/2024
5.4.5 387 8/20/2024
5.4.4 422 7/30/2024
5.4.3 393 7/1/2024
5.4.2 272 6/25/2024
5.4.1 289 6/21/2024
5.4.0 289 5/31/2024
5.3.14 251 5/3/2024
5.3.13 272 4/25/2024
5.3.12 275 4/18/2024
5.3.11 461 4/17/2024
5.3.10 1,073 3/3/2024
5.3.9 367 2/29/2024
5.3.9-preview-02 349 2/3/2024
5.3.9-preview-01 353 1/23/2024
5.3.8 506 1/20/2024
5.3.7 3,116 11/20/2023
5.3.6 601 11/19/2023
5.3.5 1,237 9/21/2023
5.3.4 1,180 8/3/2023
5.3.3 2,535 6/24/2023
5.3.2 34,007 4/1/2023
5.3.1 969 3/6/2023
5.3.0 1,004 3/3/2023
5.2.25 1,094 2/5/2023
5.2.24 10,733 12/18/2022
5.2.23 3,665 11/12/2022
5.2.22 5,354 11/6/2022
5.2.21 1,089 10/28/2022
5.2.20 30,882 9/3/2022
5.2.20-preview-01 762 9/3/2022
5.2.19 32,630 6/26/2022
5.2.18 19,245 3/7/2022
5.2.17 4,965 2/21/2022
5.2.16 2,397 2/19/2022
5.2.15 142,109 12/17/2021
5.2.14 17,716 11/9/2021
5.2.13 165,061 10/9/2021
5.2.12 202,146 7/31/2021
5.2.11 81,975 7/19/2021
5.2.10 342,046 5/31/2021
5.2.9 191,925 3/26/2021
5.2.8 284,035 2/13/2021
5.2.7 81,427 12/26/2020
5.2.7-preview-03 1,080 12/26/2020
5.2.7-preview-01 1,082 12/26/2020
3.6.8 72 9/28/2025
3.6.7 269 7/28/2025
3.6.6 405 6/11/2025
3.6.5 730 5/28/2025
3.6.4 294 5/19/2025
3.6.3 217 5/9/2025
3.6.2 285 4/24/2025
3.6.1 319 1/23/2025
3.6.0.2 267 2/11/2025
3.6.0.1 237 1/28/2025
3.6.0 241 1/26/2025
3.6.0-preview-03 138 1/25/2025
3.6.0-preview-02 129 1/24/2025
3.6.0-preview-01 162 1/23/2025
3.5.1 261 12/12/2024
3.5.0 249 12/7/2024
3.4.9 251 11/16/2024
3.4.8 246 10/31/2024
3.4.7 243 10/26/2024
3.4.6 283 10/13/2024
3.4.5 2,762 8/20/2024
3.4.4 246 7/30/2024
3.4.3 1,068 7/1/2024
3.4.2 287 6/25/2024
3.4.1 279 6/21/2024
3.4.0 318 5/31/2024
3.3.14 293 5/3/2024
3.3.13 276 4/25/2024
3.3.12 282 4/18/2024
3.3.11 270 4/17/2024
3.3.10 641 3/3/2024
3.3.9 370 2/29/2024
3.3.9-preview-02 315 2/3/2024
3.3.9-preview-01 381 1/23/2024
3.3.8 493 1/20/2024
3.3.7 10,639 11/20/2023
3.3.6 595 11/19/2023
3.3.5 3,226 9/21/2023
3.3.4 1,800 8/3/2023
3.3.3 9,264 6/24/2023
3.3.2 3,002 4/1/2023
3.3.1 1,352 3/6/2023
3.3.0 925 3/3/2023
3.2.25 1,673 2/5/2023
3.2.24 18,517 12/18/2022
3.2.23 1,761 11/12/2022
3.2.22 1,132 11/6/2022
3.2.21 1,172 10/28/2022
3.2.20 23,279 9/3/2022
3.2.20-preview-01 712 9/3/2022
3.2.19 48,559 6/26/2022
3.2.18 25,581 3/7/2022
3.2.17 1,387 2/21/2022
3.2.16 1,211 2/19/2022
3.2.15 26,624 12/17/2021
3.2.14 18,262 11/9/2021
3.2.13 2,689 10/9/2021
3.2.12 23,118 7/31/2021
3.2.11 4,951 7/19/2021
3.2.10 40,157 5/31/2021
3.2.9 22,955 3/26/2021
3.2.8 20,586 2/13/2021
3.2.7 73,927 12/26/2020
3.2.7-preview-03 1,084 12/26/2020
3.2.7-preview-02 1,112 12/26/2020
3.2.7-preview-01 1,109 12/26/2020
3.2.6 135,914 11/25/2020
3.2.6-preview-01 1,000 11/25/2020
3.2.5 198,111 10/24/2020
3.2.4 8,762 10/19/2020
3.2.3 12,280 10/11/2020
3.2.2 84,094 8/19/2020
3.2.1 11,010 8/8/2020
3.2.0 26,798 7/27/2020
2.6.8 71 9/28/2025
2.6.7 226 7/28/2025
2.6.6 418 6/11/2025
2.6.5 257 5/28/2025
2.6.4 268 5/19/2025
2.6.3 214 5/9/2025
2.6.2 286 4/24/2025
2.6.1 240 1/23/2025
2.6.0.2 249 2/11/2025
2.6.0.1 237 1/28/2025
2.6.0 332 1/26/2025
2.6.0-preview-03 138 1/25/2025
2.6.0-preview-02 135 1/24/2025
2.6.0-preview-01 149 1/23/2025
2.5.1 262 12/12/2024
2.5.0 255 12/7/2024
2.4.9 244 11/16/2024
2.4.8 243 10/31/2024
2.4.7 254 10/26/2024
2.4.6 261 10/13/2024
2.4.5 280 8/20/2024
2.4.4 235 7/30/2024
2.4.3 286 7/1/2024
2.4.2 261 6/25/2024
2.4.1 265 6/21/2024
2.4.0 261 5/31/2024
2.3.14 276 5/3/2024
2.3.13 324 4/25/2024
2.3.12 274 4/18/2024
2.3.11 260 4/17/2024
2.3.10 365 3/3/2024
2.3.9 373 2/29/2024
2.3.9-preview-02 334 2/3/2024
2.3.9-preview-01 372 1/23/2024
2.3.8 449 1/20/2024
2.3.7 607 11/20/2023
2.3.6 588 11/19/2023
2.3.5 648 9/21/2023
2.3.4 814 8/3/2023
2.3.3 815 6/24/2023
2.3.2 915 4/1/2023
2.3.1 881 3/6/2023
2.3.0 914 3/3/2023
2.2.25 949 2/5/2023
2.2.24 956 12/18/2022
2.2.23 980 11/12/2022
2.2.22 1,029 11/6/2022
2.2.21 1,038 10/28/2022
2.2.20 1,077 9/3/2022
2.2.20-preview-01 705 9/3/2022
2.2.19 1,171 6/26/2022
2.2.18 1,347 3/7/2022
2.2.17 1,157 2/21/2022
2.2.16 1,210 2/19/2022
2.2.15 1,107 12/17/2021
2.2.14 1,079 11/9/2021
2.2.13 1,129 10/9/2021
2.2.12 1,419 7/31/2021
2.2.11 1,961 7/19/2021
2.2.10 1,692 5/31/2021
2.2.9 7,465 3/26/2021
2.2.8 2,032 2/13/2021
2.2.7 1,407 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,121 12/26/2020
2.2.6 13,049 11/25/2020
2.2.6-preview-01 910 11/25/2020
2.2.5 4,373 10/24/2020
2.2.4 2,985 10/19/2020
2.2.3 1,338 10/11/2020
2.2.2 22,594 8/19/2020
2.2.1 8,397 8/8/2020
2.2.0 66,668 7/27/2020
1.1.8 20,885 7/12/2020
1.1.7 5,602 7/6/2020
1.1.6 2,990 7/5/2020
1.1.5 42,464 6/15/2020
1.1.4 1,403 6/15/2020
1.1.3 1,409 6/15/2020
1.1.2 22,932 5/31/2020
1.1.1 27,976 5/14/2020
1.1.0 24,394 4/25/2020
1.0.24 13,704 4/16/2020
1.0.23 220,104 3/26/2020
1.0.22 6,397 3/18/2020
1.0.21 38,650 2/29/2020
1.0.20 142,212 1/11/2020
1.0.19 116,684 8/29/2019
1.0.18 84,013 7/2/2019
1.0.17 43,596 6/14/2019
1.0.16 4,839 6/6/2019
1.0.15 6,194 5/20/2019
1.0.14 5,246 5/14/2019
1.0.13 15,368 5/3/2019
1.0.12 71,022 3/26/2019
1.0.11 14,262 2/28/2019
1.0.10 32,776 2/5/2019
1.0.9.2 592,943 1/10/2019
1.0.9.1 1,816 1/7/2019
1.0.9 36,569 10/19/2018
1.0.8.18 82,761 9/4/2018
1.0.8.17 12,022 8/27/2018
1.0.8.16 19,105 8/19/2018
1.0.8.15 1,947 8/17/2018
1.0.8.13 6,577 8/2/2018
1.0.8.12 5,362 7/27/2018
1.0.8.11 39,100 6/6/2018
1.0.8.10 2,806 6/5/2018
1.0.8.9 7,403 5/26/2018
1.0.8.8 2,366 5/21/2018
1.0.8.7 3,659 5/9/2018
1.0.8.6 3,016 4/28/2018
1.0.8.5 2,595 4/27/2018
1.0.8.4 2,365 4/25/2018
1.0.8.3 4,135 3/30/2018
1.0.8.2 57,544 1/9/2018
1.0.8.1 5,889 1/5/2018
1.0.8 21,571 12/16/2017
1.0.4.8 17,633 11/1/2017
1.0.4.7 4,800 9/12/2017
1.0.4.6 6,559 7/8/2017
1.0.4.5 2,301 6/28/2017
1.0.4.4 2,138 6/27/2017
1.0.4.3 2,443 6/1/2017
1.0.4.2 2,090 6/1/2017
1.0.4.1 2,116 5/31/2017
1.0.4 2,758 5/17/2017
1.0.3.6 3,708 4/8/2017
1.0.3.5 2,659 3/30/2017
1.0.3.4 2,560 3/25/2017
1.0.3.3 6,344 11/16/2016
1.0.3.2 2,577 10/31/2016
1.0.3.1 2,447 10/30/2016
1.0.3 2,338 10/22/2016
1.0.1 3,599 6/27/2016
1.0.0 11,366 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md