Microsoft.EntityFrameworkCore.DynamicLinq 9.6.7

dotnet add package Microsoft.EntityFrameworkCore.DynamicLinq --version 9.6.7
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.DynamicLinq -Version 9.6.7
                    
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="9.6.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.DynamicLinq" Version="9.6.7" />
                    
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 9.6.7
                    
#r "nuget: Microsoft.EntityFrameworkCore.DynamicLinq, 9.6.7"
                    
#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@9.6.7
                    
#: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=9.6.7
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.DynamicLinq&version=9.6.7
                    
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 net9.0 is compatible.  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 (79)

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 545 16 days ago
9.6.6 20,209 2 months ago
9.6.5 5,962 3 months ago
9.6.4 6,306 3 months ago
9.6.3 4,049 3 months ago
9.6.2 8,781 4 months ago
9.6.0.2 58,976 6 months ago
9.6.0.1 47,507 7 months ago
9.6.0 3,052 7 months ago
9.6.0-preview-03 149 7 months ago
9.6.0-preview-02 120 7 months ago
9.6.0-preview-01 124 7 months ago
9.5.1 70,743 8 months ago
9.5.0 4,672 8 months ago
9.4.9 19,177 9 months ago
8.6.7 183 16 days ago
8.6.6 6,717 2 months ago
8.6.5 3,429 3 months ago
8.6.4 1,991 3 months ago
8.6.3 2,023 3 months ago
8.6.2 4,190 4 months ago
8.6.1 185,830 7 months ago
8.6.0.2 12,035 6 months ago
8.6.0.1 1,612 7 months ago
8.6.0 7,389 7 months ago
8.6.0-preview-03 121 7 months ago
8.6.0-preview-02 120 7 months ago
8.6.0-preview-01 115 7 months ago
8.5.1 56,258 8 months ago
8.5.0 4,381 8 months ago
8.4.9 42,721 9 months ago
8.4.8 101,315 9 months ago
8.4.7 32,243 10 months ago
8.4.6 172,038 10 months ago
8.4.5 201,897 8/20/2024
8.4.4 127,274 7/30/2024
8.4.3 156,421 7/1/2024
8.4.2 26,013 6/25/2024
8.4.1 37,381 6/21/2024
8.4.0 96,807 5/31/2024
8.3.14 81,089 5/3/2024
8.3.13 18,652 4/25/2024
8.3.12 17,464 4/18/2024
8.3.10 156,264 3/3/2024
8.3.9 10,183 2/29/2024
8.3.9-preview-02 453 2/3/2024
8.3.9-preview-01 670 1/23/2024
8.3.8 95,230 1/20/2024
8.3.7 114,683 11/20/2023
7.6.7 91 16 days ago
7.6.6 754 2 months ago
7.6.5 458 3 months ago
7.6.4 504 3 months ago
7.6.3 644 3 months ago
7.6.2 460 4 months ago
7.6.1 1,172 7 months ago
7.6.0.2 795 6 months ago
7.6.0.1 749 7 months ago
7.6.0 768 7 months ago
7.6.0-preview-03 120 7 months ago
7.6.0-preview-02 111 7 months ago
7.6.0-preview-01 118 7 months ago
7.5.1 911 8 months ago
7.5.0 800 8 months ago
7.4.9 924 9 months ago
7.4.8 873 9 months ago
7.4.7 760 10 months ago
7.4.6 1,141 10 months ago
7.4.5 13,970 8/20/2024
7.4.4 1,065 7/30/2024
7.4.3 9,674 7/1/2024
7.4.2 2,181 6/25/2024
7.4.1 961 6/21/2024
7.4.0 6,276 5/31/2024
7.3.14 12,548 5/3/2024
7.3.13 1,437 4/25/2024
7.3.12 1,596 4/18/2024
7.3.11 1,521 4/17/2024
7.3.10 25,265 3/3/2024
7.3.9 3,659 2/29/2024
7.3.9-preview-02 852 2/3/2024
7.3.9-preview-01 466 1/23/2024
7.3.8 23,681 1/20/2024
7.3.7 27,039 11/20/2023
7.3.6 13,593 11/19/2023
7.3.5 224,161 9/21/2023
7.3.4 130,498 8/3/2023
7.3.3 87,357 6/24/2023
7.3.2 395,850 4/1/2023
7.3.1 29,173 3/6/2023
7.3.0 2,070 3/3/2023
7.2.25 82,143 2/5/2023
7.2.24 213,395 12/18/2022
7.2.23 77,109 11/12/2022
6.6.7 101 16 days ago
6.6.6 465 2 months ago
6.6.5 230 3 months ago
6.6.4 353 3 months ago
6.6.3 193 3 months ago
6.6.2 281 4 months ago
6.6.1 2,160 7 months ago
6.6.0.2 1,301 6 months ago
6.6.0.1 248 7 months ago
6.6.0 766 7 months ago
6.6.0-preview-03 122 7 months ago
6.6.0-preview-02 112 7 months ago
6.6.0-preview-01 120 7 months ago
6.5.1 22,082 8 months ago
6.5.0 345 8 months ago
6.4.9 965 9 months ago
6.4.8 399 9 months ago
6.4.7 530 10 months ago
6.4.6 1,715 10 months ago
6.4.5 2,456 8/20/2024
6.4.4 1,111 7/30/2024
6.4.3 1,564 7/1/2024
6.4.2 393 6/25/2024
6.4.1 2,443 6/21/2024
6.4.0 1,971 5/31/2024
6.3.14 2,824 5/3/2024
6.3.13 10,241 4/25/2024
6.3.12 382 4/18/2024
6.3.11 323 4/17/2024
6.3.10 10,595 3/3/2024
6.3.9 2,604 2/29/2024
6.3.9-preview-02 560 2/3/2024
6.3.9-preview-01 324 1/23/2024
6.3.8 42,335 1/20/2024
6.3.7 40,336 11/20/2023
6.3.6 1,707 11/19/2023
6.3.5 521,352 9/21/2023
6.3.4 47,937 8/3/2023
6.3.3 39,226 6/24/2023
6.3.2 144,638 4/1/2023
6.3.1 39,959 3/6/2023
6.3.0 19,727 3/3/2023
6.2.25 54,507 2/5/2023
6.2.24 72,165 12/18/2022
6.2.23 78,905 11/12/2022
6.2.22 48,536 11/6/2022
6.2.21 46,955 10/28/2022
6.2.20 395,786 9/3/2022
6.2.20-preview-01 711 9/3/2022
6.2.19 342,598 6/26/2022
6.2.18 666,999 3/7/2022
6.2.17 66,887 2/21/2022
6.2.16 4,129 2/19/2022
6.2.15 179,801 12/17/2021
6.2.14 273,214 11/9/2021
6.2.13-preview.4.21253.1 1,641 10/9/2021
6.2.12-preview.4.21253.1 988 7/31/2021
6.2.11-preview.4.21253.1 309 7/19/2021
6.0.0-preview.4.21253.1 514 5/31/2021
6.0.0-preview.3.21201.2 338 5/9/2021
5.6.7 89 16 days ago
5.6.6 307 2 months ago
5.6.5 172 3 months ago
5.6.4 163 3 months ago
5.6.3 111 3 months ago
5.6.2 190 4 months ago
5.6.1 263 7 months ago
5.6.0.2 161 6 months ago
5.6.0.1 135 7 months ago
5.6.0 145 7 months ago
5.6.0-preview-03 123 7 months ago
5.6.0-preview-02 118 7 months ago
5.6.0-preview-01 126 7 months ago
5.5.1 452 8 months ago
5.5.0 160 8 months ago
5.4.9 153 9 months ago
5.4.8 149 9 months ago
5.4.7 152 10 months ago
5.4.6 177 10 months ago
5.4.5 295 8/20/2024
5.4.4 310 7/30/2024
5.4.3 292 7/1/2024
5.4.2 174 6/25/2024
5.4.1 194 6/21/2024
5.4.0 201 5/31/2024
5.3.14 166 5/3/2024
5.3.13 186 4/25/2024
5.3.12 182 4/18/2024
5.3.11 369 4/17/2024
5.3.10 953 3/3/2024
5.3.9 280 2/29/2024
5.3.9-preview-02 312 2/3/2024
5.3.9-preview-01 332 1/23/2024
5.3.8 418 1/20/2024
5.3.7 2,845 11/20/2023
5.3.6 504 11/19/2023
5.3.5 1,144 9/21/2023
5.3.4 1,092 8/3/2023
5.3.3 2,433 6/24/2023
5.3.2 33,046 4/1/2023
5.3.1 865 3/6/2023
5.3.0 922 3/3/2023
5.2.25 989 2/5/2023
5.2.24 10,406 12/18/2022
5.2.23 3,372 11/12/2022
5.2.22 5,267 11/6/2022
5.2.21 983 10/28/2022
5.2.20 29,978 9/3/2022
5.2.20-preview-01 724 9/3/2022
5.2.19 31,559 6/26/2022
5.2.18 19,116 3/7/2022
5.2.17 4,853 2/21/2022
5.2.16 2,305 2/19/2022
5.2.15 137,550 12/17/2021
5.2.14 17,521 11/9/2021
5.2.13 164,806 10/9/2021
5.2.12 198,566 7/31/2021
5.2.11 78,878 7/19/2021
5.2.10 336,850 5/31/2021
5.2.9 189,660 3/26/2021
5.2.8 279,902 2/13/2021
5.2.7 80,616 12/26/2020
5.2.7-preview-03 1,043 12/26/2020
5.2.7-preview-01 1,028 12/26/2020
3.6.7 92 16 days ago
3.6.6 309 2 months ago
3.6.5 399 3 months ago
3.6.4 174 3 months ago
3.6.3 118 3 months ago
3.6.2 196 4 months ago
3.6.1 218 7 months ago
3.6.0.2 172 6 months ago
3.6.0.1 141 7 months ago
3.6.0 155 7 months ago
3.6.0-preview-03 118 7 months ago
3.6.0-preview-02 109 7 months ago
3.6.0-preview-01 131 7 months ago
3.5.1 170 8 months ago
3.5.0 152 8 months ago
3.4.9 161 9 months ago
3.4.8 148 9 months ago
3.4.7 150 10 months ago
3.4.6 181 10 months ago
3.4.5 2,244 8/20/2024
3.4.4 148 7/30/2024
3.4.3 703 7/1/2024
3.4.2 192 6/25/2024
3.4.1 192 6/21/2024
3.4.0 225 5/31/2024
3.3.14 197 5/3/2024
3.3.13 180 4/25/2024
3.3.12 196 4/18/2024
3.3.11 181 4/17/2024
3.3.10 472 3/3/2024
3.3.9 274 2/29/2024
3.3.9-preview-02 296 2/3/2024
3.3.9-preview-01 347 1/23/2024
3.3.8 404 1/20/2024
3.3.7 9,176 11/20/2023
3.3.6 506 11/19/2023
3.3.5 3,044 9/21/2023
3.3.4 1,707 8/3/2023
3.3.3 9,009 6/24/2023
3.3.2 2,898 4/1/2023
3.3.1 1,257 3/6/2023
3.3.0 832 3/3/2023
3.2.25 1,568 2/5/2023
3.2.24 18,207 12/18/2022
3.2.23 1,643 11/12/2022
3.2.22 1,033 11/6/2022
3.2.21 1,063 10/28/2022
3.2.20 22,857 9/3/2022
3.2.20-preview-01 677 9/3/2022
3.2.19 48,299 6/26/2022
3.2.18 25,120 3/7/2022
3.2.17 1,292 2/21/2022
3.2.16 1,110 2/19/2022
3.2.15 26,378 12/17/2021
3.2.14 17,890 11/9/2021
3.2.13 2,587 10/9/2021
3.2.12 22,959 7/31/2021
3.2.11 4,835 7/19/2021
3.2.10 39,926 5/31/2021
3.2.9 22,390 3/26/2021
3.2.8 20,312 2/13/2021
3.2.7 73,778 12/26/2020
3.2.7-preview-03 1,036 12/26/2020
3.2.7-preview-02 1,057 12/26/2020
3.2.7-preview-01 1,051 12/26/2020
3.2.6 134,618 11/25/2020
3.2.6-preview-01 954 11/25/2020
3.2.5 194,370 10/24/2020
3.2.4 8,204 10/19/2020
3.2.3 12,151 10/11/2020
3.2.2 82,463 8/19/2020
3.2.1 10,846 8/8/2020
3.2.0 26,641 7/27/2020
2.6.7 89 16 days ago
2.6.6 307 2 months ago
2.6.5 170 3 months ago
2.6.4 168 3 months ago
2.6.3 113 3 months ago
2.6.2 202 4 months ago
2.6.1 147 7 months ago
2.6.0.2 154 6 months ago
2.6.0.1 138 7 months ago
2.6.0 187 7 months ago
2.6.0-preview-03 122 7 months ago
2.6.0-preview-02 119 7 months ago
2.6.0-preview-01 125 7 months ago
2.5.1 168 8 months ago
2.5.0 163 8 months ago
2.4.9 157 9 months ago
2.4.8 153 9 months ago
2.4.7 161 10 months ago
2.4.6 168 10 months ago
2.4.5 192 8/20/2024
2.4.4 144 7/30/2024
2.4.3 184 7/1/2024
2.4.2 177 6/25/2024
2.4.1 181 6/21/2024
2.4.0 163 5/31/2024
2.3.14 184 5/3/2024
2.3.13 206 4/25/2024
2.3.12 180 4/18/2024
2.3.11 170 4/17/2024
2.3.10 267 3/3/2024
2.3.9 279 2/29/2024
2.3.9-preview-02 311 2/3/2024
2.3.9-preview-01 326 1/23/2024
2.3.8 364 1/20/2024
2.3.7 520 11/20/2023
2.3.6 492 11/19/2023
2.3.5 570 9/21/2023
2.3.4 717 8/3/2023
2.3.3 721 6/24/2023
2.3.2 828 4/1/2023
2.3.1 784 3/6/2023
2.3.0 820 3/3/2023
2.2.25 860 2/5/2023
2.2.24 857 12/18/2022
2.2.23 883 11/12/2022
2.2.22 933 11/6/2022
2.2.21 941 10/28/2022
2.2.20 993 9/3/2022
2.2.20-preview-01 658 9/3/2022
2.2.19 1,061 6/26/2022
2.2.18 1,236 3/7/2022
2.2.17 1,061 2/21/2022
2.2.16 1,102 2/19/2022
2.2.15 1,010 12/17/2021
2.2.14 975 11/9/2021
2.2.13 1,033 10/9/2021
2.2.12 1,323 7/31/2021
2.2.11 1,851 7/19/2021
2.2.10 1,596 5/31/2021
2.2.9 7,355 3/26/2021
2.2.8 1,938 2/13/2021
2.2.7 1,298 12/26/2020
2.2.7-preview-03 1,035 12/26/2020
2.2.7-preview-02 1,016 12/26/2020
2.2.7-preview-01 1,054 12/26/2020
2.2.6 12,905 11/25/2020
2.2.6-preview-01 873 11/25/2020
2.2.5 4,106 10/24/2020
2.2.4 2,871 10/19/2020
2.2.3 1,237 10/11/2020
2.2.2 22,485 8/19/2020
2.2.1 8,262 8/8/2020
2.2.0 65,226 7/27/2020
1.1.8 20,527 7/12/2020
1.1.7 5,415 7/6/2020
1.1.6 2,879 7/5/2020
1.1.5 42,343 6/15/2020
1.1.4 1,295 6/15/2020
1.1.3 1,285 6/15/2020
1.1.2 22,105 5/31/2020
1.1.1 27,862 5/14/2020
1.1.0 23,967 4/25/2020
1.0.24 13,081 4/16/2020
1.0.23 215,094 3/26/2020
1.0.22 6,294 3/18/2020
1.0.21 36,694 2/29/2020
1.0.20 138,246 1/11/2020
1.0.19 115,563 8/29/2019
1.0.18 83,337 7/2/2019
1.0.17 43,218 6/14/2019
1.0.16 4,712 6/6/2019
1.0.15 5,994 5/20/2019
1.0.14 5,130 5/14/2019
1.0.13 15,066 5/3/2019
1.0.12 70,174 3/26/2019
1.0.11 14,141 2/28/2019
1.0.10 32,228 2/5/2019
1.0.9.2 589,457 1/10/2019
1.0.9.1 1,717 1/7/2019
1.0.9 36,236 10/19/2018
1.0.8.18 82,334 9/4/2018
1.0.8.17 11,847 8/27/2018
1.0.8.16 18,785 8/19/2018
1.0.8.15 1,844 8/17/2018
1.0.8.13 6,448 8/2/2018
1.0.8.12 5,229 7/27/2018
1.0.8.11 38,348 6/6/2018
1.0.8.10 2,643 6/5/2018
1.0.8.9 7,246 5/26/2018
1.0.8.8 2,198 5/21/2018
1.0.8.7 3,510 5/9/2018
1.0.8.6 2,874 4/28/2018
1.0.8.5 2,448 4/27/2018
1.0.8.4 2,230 4/25/2018
1.0.8.3 3,977 3/30/2018
1.0.8.2 56,953 1/9/2018
1.0.8.1 5,686 1/5/2018
1.0.8 21,124 12/16/2017
1.0.4.8 17,078 11/1/2017
1.0.4.7 4,670 9/12/2017
1.0.4.6 6,436 7/8/2017
1.0.4.5 2,169 6/28/2017
1.0.4.4 2,000 6/27/2017
1.0.4.3 2,315 6/1/2017
1.0.4.2 1,955 6/1/2017
1.0.4.1 1,985 5/31/2017
1.0.4 2,632 5/17/2017
1.0.3.6 3,550 4/8/2017
1.0.3.5 2,487 3/30/2017
1.0.3.4 2,413 3/25/2017
1.0.3.3 6,203 11/16/2016
1.0.3.2 2,426 10/31/2016
1.0.3.1 2,291 10/30/2016
1.0.3 2,184 10/22/2016
1.0.1 3,427 6/27/2016
1.0.0 10,856 6/8/2016

Bugfixes and new Features. For details see CHANGELOG.md