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 (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 (3)

Showing the top 3 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.
cloudy-net/Cloudy.NET
☁️ ASP.NET Core app to build backoffices fast
Version Downloads Last Updated
9.6.7 19,202 7/28/2025
9.6.6 51,520 6/11/2025
9.6.5 7,624 5/28/2025
9.6.4 8,099 5/19/2025
9.6.3 4,309 5/9/2025
9.6.2 13,045 4/24/2025
9.6.0.2 65,304 2/11/2025
9.6.0.1 58,939 1/28/2025
9.6.0 3,330 1/26/2025
9.6.0-preview-03 157 1/25/2025
9.6.0-preview-02 128 1/24/2025
9.6.0-preview-01 131 1/23/2025
9.5.1 75,585 12/12/2024
9.5.0 5,255 12/7/2024
9.4.9 20,083 11/16/2024
8.6.7 6,830 7/28/2025
8.6.6 17,239 6/11/2025
8.6.5 5,747 5/28/2025
8.6.4 2,601 5/19/2025
8.6.3 3,188 5/9/2025
8.6.2 6,613 4/24/2025
8.6.1 234,210 1/23/2025
8.6.0.2 16,918 2/11/2025
8.6.0.1 1,756 1/28/2025
8.6.0 8,994 1/26/2025
8.6.0-preview-03 127 1/25/2025
8.6.0-preview-02 126 1/24/2025
8.6.0-preview-01 122 1/23/2025
8.5.1 62,956 12/12/2024
8.5.0 5,330 12/7/2024
8.4.9 47,215 11/16/2024
8.4.8 106,743 10/31/2024
8.4.7 33,357 10/26/2024
8.4.6 181,500 10/13/2024
8.4.5 219,897 8/20/2024
8.4.4 132,713 7/30/2024
8.4.3 160,911 7/1/2024
8.4.2 27,333 6/25/2024
8.4.1 38,557 6/21/2024
8.4.0 102,657 5/31/2024
8.3.14 85,083 5/3/2024
8.3.13 19,120 4/25/2024
8.3.12 17,925 4/18/2024
8.3.10 160,905 3/3/2024
8.3.9 10,352 2/29/2024
8.3.9-preview-02 465 2/3/2024
8.3.9-preview-01 681 1/23/2024
8.3.8 98,641 1/20/2024
8.3.7 118,107 11/20/2023
7.6.7 210 7/28/2025
7.6.6 908 6/11/2025
7.6.5 558 5/28/2025
7.6.4 603 5/19/2025
7.6.3 759 5/9/2025
7.6.2 518 4/24/2025
7.6.1 1,314 1/23/2025
7.6.0.2 866 2/11/2025
7.6.0.1 814 1/28/2025
7.6.0 828 1/26/2025
7.6.0-preview-03 126 1/25/2025
7.6.0-preview-02 117 1/24/2025
7.6.0-preview-01 126 1/23/2025
7.5.1 984 12/12/2024
7.5.0 858 12/7/2024
7.4.9 990 11/16/2024
7.4.8 931 10/31/2024
7.4.7 816 10/26/2024
7.4.6 1,201 10/13/2024
7.4.5 17,076 8/20/2024
7.4.4 1,127 7/30/2024
7.4.3 9,769 7/1/2024
7.4.2 2,242 6/25/2024
7.4.1 1,019 6/21/2024
7.4.0 6,356 5/31/2024
7.3.14 12,879 5/3/2024
7.3.13 1,610 4/25/2024
7.3.12 1,679 4/18/2024
7.3.11 1,581 4/17/2024
7.3.10 25,474 3/3/2024
7.3.9 3,733 2/29/2024
7.3.9-preview-02 858 2/3/2024
7.3.9-preview-01 472 1/23/2024
7.3.8 24,292 1/20/2024
7.3.7 27,368 11/20/2023
7.3.6 14,095 11/19/2023
7.3.5 235,968 9/21/2023
7.3.4 132,021 8/3/2023
7.3.3 87,699 6/24/2023
7.3.2 397,600 4/1/2023
7.3.1 29,419 3/6/2023
7.3.0 2,180 3/3/2023
7.2.25 82,690 2/5/2023
7.2.24 214,109 12/18/2022
7.2.23 79,060 11/12/2022
6.6.7 202 7/28/2025
6.6.6 884 6/11/2025
6.6.5 287 5/28/2025
6.6.4 421 5/19/2025
6.6.3 250 5/9/2025
6.6.2 339 4/24/2025
6.6.1 2,347 1/23/2025
6.6.0.2 1,437 2/11/2025
6.6.0.1 309 1/28/2025
6.6.0 957 1/26/2025
6.6.0-preview-03 130 1/25/2025
6.6.0-preview-02 118 1/24/2025
6.6.0-preview-01 126 1/23/2025
6.5.1 26,269 12/12/2024
6.5.0 421 12/7/2024
6.4.9 1,132 11/16/2024
6.4.8 468 10/31/2024
6.4.7 618 10/26/2024
6.4.6 1,837 10/13/2024
6.4.5 2,558 8/20/2024
6.4.4 1,175 7/30/2024
6.4.3 1,629 7/1/2024
6.4.2 451 6/25/2024
6.4.1 2,505 6/21/2024
6.4.0 2,032 5/31/2024
6.3.14 2,900 5/3/2024
6.3.13 12,278 4/25/2024
6.3.12 441 4/18/2024
6.3.11 384 4/17/2024
6.3.10 10,910 3/3/2024
6.3.9 2,809 2/29/2024
6.3.9-preview-02 569 2/3/2024
6.3.9-preview-01 332 1/23/2024
6.3.8 44,008 1/20/2024
6.3.7 41,337 11/20/2023
6.3.6 1,764 11/19/2023
6.3.5 614,214 9/21/2023
6.3.4 48,161 8/3/2023
6.3.3 40,300 6/24/2023
6.3.2 148,498 4/1/2023
6.3.1 40,163 3/6/2023
6.3.0 19,982 3/3/2023
6.2.25 55,077 2/5/2023
6.2.24 73,028 12/18/2022
6.2.23 79,161 11/12/2022
6.2.22 48,924 11/6/2022
6.2.21 47,208 10/28/2022
6.2.20 398,509 9/3/2022
6.2.20-preview-01 724 9/3/2022
6.2.19 347,568 6/26/2022
6.2.18 669,567 3/7/2022
6.2.17 67,117 2/21/2022
6.2.16 4,170 2/19/2022
6.2.15 181,192 12/17/2021
6.2.14 275,129 11/9/2021
6.2.13-preview.4.21253.1 1,899 10/9/2021
6.2.12-preview.4.21253.1 1,006 7/31/2021
6.2.11-preview.4.21253.1 324 7/19/2021
6.0.0-preview.4.21253.1 529 5/31/2021
6.0.0-preview.3.21201.2 354 5/9/2021
5.6.7 113 7/28/2025
5.6.6 328 6/11/2025
5.6.5 192 5/28/2025
5.6.4 181 5/19/2025
5.6.3 133 5/9/2025
5.6.2 211 4/24/2025
5.6.1 291 1/23/2025
5.6.0.2 180 2/11/2025
5.6.0.1 155 1/28/2025
5.6.0 165 1/26/2025
5.6.0-preview-03 128 1/25/2025
5.6.0-preview-02 127 1/24/2025
5.6.0-preview-01 132 1/23/2025
5.5.1 477 12/12/2024
5.5.0 178 12/7/2024
5.4.9 171 11/16/2024
5.4.8 171 10/31/2024
5.4.7 173 10/26/2024
5.4.6 200 10/13/2024
5.4.5 317 8/20/2024
5.4.4 331 7/30/2024
5.4.3 315 7/1/2024
5.4.2 195 6/25/2024
5.4.1 214 6/21/2024
5.4.0 222 5/31/2024
5.3.14 188 5/3/2024
5.3.13 207 4/25/2024
5.3.12 202 4/18/2024
5.3.11 394 4/17/2024
5.3.10 992 3/3/2024
5.3.9 299 2/29/2024
5.3.9-preview-02 320 2/3/2024
5.3.9-preview-01 339 1/23/2024
5.3.8 440 1/20/2024
5.3.7 2,975 11/20/2023
5.3.6 526 11/19/2023
5.3.5 1,165 9/21/2023
5.3.4 1,116 8/3/2023
5.3.3 2,461 6/24/2023
5.3.2 33,099 4/1/2023
5.3.1 895 3/6/2023
5.3.0 950 3/3/2023
5.2.25 1,023 2/5/2023
5.2.24 10,565 12/18/2022
5.2.23 3,535 11/12/2022
5.2.22 5,293 11/6/2022
5.2.21 1,013 10/28/2022
5.2.20 30,433 9/3/2022
5.2.20-preview-01 740 9/3/2022
5.2.19 32,256 6/26/2022
5.2.18 19,156 3/7/2022
5.2.17 4,893 2/21/2022
5.2.16 2,331 2/19/2022
5.2.15 139,659 12/17/2021
5.2.14 17,565 11/9/2021
5.2.13 164,873 10/9/2021
5.2.12 199,091 7/31/2021
5.2.11 79,705 7/19/2021
5.2.10 337,368 5/31/2021
5.2.9 189,961 3/26/2021
5.2.8 280,536 2/13/2021
5.2.7 80,871 12/26/2020
5.2.7-preview-03 1,060 12/26/2020
5.2.7-preview-01 1,047 12/26/2020
3.6.7 162 7/28/2025
3.6.6 331 6/11/2025
3.6.5 559 5/28/2025
3.6.4 193 5/19/2025
3.6.3 137 5/9/2025
3.6.2 217 4/24/2025
3.6.1 248 1/23/2025
3.6.0.2 190 2/11/2025
3.6.0.1 160 1/28/2025
3.6.0 176 1/26/2025
3.6.0-preview-03 124 1/25/2025
3.6.0-preview-02 116 1/24/2025
3.6.0-preview-01 138 1/23/2025
3.5.1 193 12/12/2024
3.5.0 172 12/7/2024
3.4.9 178 11/16/2024
3.4.8 169 10/31/2024
3.4.7 170 10/26/2024
3.4.6 205 10/13/2024
3.4.5 2,539 8/20/2024
3.4.4 172 7/30/2024
3.4.3 904 7/1/2024
3.4.2 212 6/25/2024
3.4.1 213 6/21/2024
3.4.0 249 5/31/2024
3.3.14 219 5/3/2024
3.3.13 199 4/25/2024
3.3.12 218 4/18/2024
3.3.11 205 4/17/2024
3.3.10 549 3/3/2024
3.3.9 296 2/29/2024
3.3.9-preview-02 301 2/3/2024
3.3.9-preview-01 353 1/23/2024
3.3.8 425 1/20/2024
3.3.7 9,898 11/20/2023
3.3.6 529 11/19/2023
3.3.5 3,109 9/21/2023
3.3.4 1,736 8/3/2023
3.3.3 9,133 6/24/2023
3.3.2 2,930 4/1/2023
3.3.1 1,287 3/6/2023
3.3.0 862 3/3/2023
3.2.25 1,606 2/5/2023
3.2.24 18,258 12/18/2022
3.2.23 1,678 11/12/2022
3.2.22 1,065 11/6/2022
3.2.21 1,090 10/28/2022
3.2.20 23,096 9/3/2022
3.2.20-preview-01 691 9/3/2022
3.2.19 48,421 6/26/2022
3.2.18 25,158 3/7/2022
3.2.17 1,319 2/21/2022
3.2.16 1,140 2/19/2022
3.2.15 26,524 12/17/2021
3.2.14 18,115 11/9/2021
3.2.13 2,620 10/9/2021
3.2.12 23,021 7/31/2021
3.2.11 4,875 7/19/2021
3.2.10 39,957 5/31/2021
3.2.9 22,659 3/26/2021
3.2.8 20,470 2/13/2021
3.2.7 73,851 12/26/2020
3.2.7-preview-03 1,055 12/26/2020
3.2.7-preview-02 1,088 12/26/2020
3.2.7-preview-01 1,071 12/26/2020
3.2.6 135,001 11/25/2020
3.2.6-preview-01 972 11/25/2020
3.2.5 194,674 10/24/2020
3.2.4 8,237 10/19/2020
3.2.3 12,198 10/11/2020
3.2.2 82,771 8/19/2020
3.2.1 10,919 8/8/2020
3.2.0 26,707 7/27/2020
2.6.7 123 7/28/2025
2.6.6 330 6/11/2025
2.6.5 190 5/28/2025
2.6.4 188 5/19/2025
2.6.3 136 5/9/2025
2.6.2 221 4/24/2025
2.6.1 165 1/23/2025
2.6.0.2 173 2/11/2025
2.6.0.1 157 1/28/2025
2.6.0 227 1/26/2025
2.6.0-preview-03 126 1/25/2025
2.6.0-preview-02 128 1/24/2025
2.6.0-preview-01 132 1/23/2025
2.5.1 200 12/12/2024
2.5.0 184 12/7/2024
2.4.9 177 11/16/2024
2.4.8 174 10/31/2024
2.4.7 182 10/26/2024
2.4.6 188 10/13/2024
2.4.5 215 8/20/2024
2.4.4 163 7/30/2024
2.4.3 206 7/1/2024
2.4.2 197 6/25/2024
2.4.1 204 6/21/2024
2.4.0 184 5/31/2024
2.3.14 203 5/3/2024
2.3.13 232 4/25/2024
2.3.12 206 4/18/2024
2.3.11 192 4/17/2024
2.3.10 289 3/3/2024
2.3.9 302 2/29/2024
2.3.9-preview-02 319 2/3/2024
2.3.9-preview-01 334 1/23/2024
2.3.8 385 1/20/2024
2.3.7 541 11/20/2023
2.3.6 512 11/19/2023
2.3.5 592 9/21/2023
2.3.4 742 8/3/2023
2.3.3 745 6/24/2023
2.3.2 854 4/1/2023
2.3.1 814 3/6/2023
2.3.0 852 3/3/2023
2.2.25 887 2/5/2023
2.2.24 889 12/18/2022
2.2.23 909 11/12/2022
2.2.22 962 11/6/2022
2.2.21 970 10/28/2022
2.2.20 1,020 9/3/2022
2.2.20-preview-01 675 9/3/2022
2.2.19 1,091 6/26/2022
2.2.18 1,266 3/7/2022
2.2.17 1,090 2/21/2022
2.2.16 1,132 2/19/2022
2.2.15 1,038 12/17/2021
2.2.14 1,002 11/9/2021
2.2.13 1,061 10/9/2021
2.2.12 1,352 7/31/2021
2.2.11 1,879 7/19/2021
2.2.10 1,624 5/31/2021
2.2.9 7,387 3/26/2021
2.2.8 1,966 2/13/2021
2.2.7 1,328 12/26/2020
2.2.7-preview-03 1,056 12/26/2020
2.2.7-preview-02 1,036 12/26/2020
2.2.7-preview-01 1,078 12/26/2020
2.2.6 12,971 11/25/2020
2.2.6-preview-01 891 11/25/2020
2.2.5 4,138 10/24/2020
2.2.4 2,906 10/19/2020
2.2.3 1,270 10/11/2020
2.2.2 22,530 8/19/2020
2.2.1 8,295 8/8/2020
2.2.0 65,554 7/27/2020
1.1.8 20,730 7/12/2020
1.1.7 5,458 7/6/2020
1.1.6 2,912 7/5/2020
1.1.5 42,381 6/15/2020
1.1.4 1,327 6/15/2020
1.1.3 1,322 6/15/2020
1.1.2 22,232 5/31/2020
1.1.1 27,899 5/14/2020
1.1.0 24,059 4/25/2020
1.0.24 13,119 4/16/2020
1.0.23 215,130 3/26/2020
1.0.22 6,329 3/18/2020
1.0.21 37,034 2/29/2020
1.0.20 138,783 1/11/2020
1.0.19 115,929 8/29/2019
1.0.18 83,382 7/2/2019
1.0.17 43,424 6/14/2019
1.0.16 4,767 6/6/2019
1.0.15 6,079 5/20/2019
1.0.14 5,164 5/14/2019
1.0.13 15,142 5/3/2019
1.0.12 70,239 3/26/2019
1.0.11 14,174 2/28/2019
1.0.10 32,291 2/5/2019
1.0.9.2 589,643 1/10/2019
1.0.9.1 1,748 1/7/2019
1.0.9 36,290 10/19/2018
1.0.8.18 82,376 9/4/2018
1.0.8.17 11,884 8/27/2018
1.0.8.16 18,820 8/19/2018
1.0.8.15 1,879 8/17/2018
1.0.8.13 6,494 8/2/2018
1.0.8.12 5,273 7/27/2018
1.0.8.11 38,500 6/6/2018
1.0.8.10 2,701 6/5/2018
1.0.8.9 7,302 5/26/2018
1.0.8.8 2,258 5/21/2018
1.0.8.7 3,574 5/9/2018
1.0.8.6 2,930 4/28/2018
1.0.8.5 2,505 4/27/2018
1.0.8.4 2,285 4/25/2018
1.0.8.3 4,041 3/30/2018
1.0.8.2 57,016 1/9/2018
1.0.8.1 5,743 1/5/2018
1.0.8 21,185 12/16/2017
1.0.4.8 17,329 11/1/2017
1.0.4.7 4,718 9/12/2017
1.0.4.6 6,482 7/8/2017
1.0.4.5 2,214 6/28/2017
1.0.4.4 2,046 6/27/2017
1.0.4.3 2,358 6/1/2017
1.0.4.2 1,998 6/1/2017
1.0.4.1 2,031 5/31/2017
1.0.4 2,678 5/17/2017
1.0.3.6 3,610 4/8/2017
1.0.3.5 2,544 3/30/2017
1.0.3.4 2,474 3/25/2017
1.0.3.3 6,263 11/16/2016
1.0.3.2 2,485 10/31/2016
1.0.3.1 2,351 10/30/2016
1.0.3 2,245 10/22/2016
1.0.1 3,500 6/27/2016
1.0.0 11,197 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md