![]() |
VOOZH | about |
dotnet add package System.Linq.Dynamic.Core --version 1.7.2
NuGet\Install-Package System.Linq.Dynamic.Core -Version 1.7.2
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.7.2" />
<PackageVersion Include="System.Linq.Dynamic.Core" Version="1.7.2" />Directory.Packages.props
<PackageReference Include="System.Linq.Dynamic.Core" />Project file
paket add System.Linq.Dynamic.Core --version 1.7.2
#r "nuget: System.Linq.Dynamic.Core, 1.7.2"
#:package System.Linq.Dynamic.Core@1.7.2
#addin nuget:?package=System.Linq.Dynamic.Core&version=1.7.2Install as a Cake Addin
#tool nuget:?package=System.Linq.Dynamic.Core&version=1.7.2Install as a Cake Tool
This is a .NET Core / Standard port of the Microsoft assembly for the .Net 4.0 Dynamic language functionality.
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)");
This library is powered by Entity Framework Extensions
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 is compatible. net5.0-windows net5.0-windows was computed. net6.0 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 is compatible. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp1.0 netcoreapp1.0 was computed. netcoreapp1.1 netcoreapp1.1 was computed. netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 is compatible. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 is compatible. |
| .NET Standard | netstandard1.3 netstandard1.3 is compatible. netstandard1.4 netstandard1.4 was computed. netstandard1.5 netstandard1.5 was computed. netstandard1.6 netstandard1.6 was computed. netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 is compatible. |
| .NET Framework | net35 net35 is compatible. net40 net40 is compatible. net403 net403 was computed. net45 net45 is compatible. net451 net451 was computed. net452 net452 is compatible. net46 net46 is compatible. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen30 tizen30 was computed. tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Universal Windows Platform | uap uap was computed. uap10.0 uap10.0 was computed. uap10.0.10240 uap10.0.10240 is compatible. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on System.Linq.Dynamic.Core:
| Package | Downloads |
|---|---|
|
Volo.Abp.Core
Package Description |
|
|
Handlebars.Net.Helpers.DynamicLinq
Handlebars.Net.Helpers DynamicLinq |
|
|
Abp
Abp |
|
|
Microsoft.EntityFrameworkCore.DynamicLinq
Dynamic Linq extensions for Microsoft.EntityFrameworkCore which adds Async support |
|
|
RulesEngine
Rules Engine is a package for abstracting business logic/rules/policies out of the system. This works in a very simple way by giving you an ability to put your rules in a store outside the core logic of the system thus ensuring that any change in rules doesn't affect the core system. |
Showing the top 20 popular GitHub repositories that depend on System.Linq.Dynamic.Core:
| Repository | Stars |
|---|---|
|
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|
|
|
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
|
|
|
nopSolutions/nopCommerce
ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
|
|
|
elsa-workflows/elsa-core
The Workflow Engine for .NET
|
|
|
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
|
|
|
DotNetNext/SqlSugar
.Net aot ORM SqlServer ORM Mongodb ORM MySql 瀚高 Postgresql ORM DB2 Hana 高斯 Duckdb C# VB.NET Sqlite ORM Oracle ORM Mysql Orm 虚谷数据库 达梦 ORM 人大金仓 ORM 神通ORM C# ORM , C# ORM .NET ORM NET9 ORM .NET8 ORM ClickHouse ORM QuestDb ,TDengine ORM,OceanBase ORM,GaussDB ORM,Tidb ORM Object/Relational Mapping
|
|
|
dotnetcore/Util
Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。
|
|
|
dotnetcore/FreeSql
.NET aot orm, VB.NET/C# orm, Mysql/PostgreSQL/SqlServer/Oracle orm, Sqlite/Firebird/Clickhouse/DuckDB orm, 达梦/金仓/虚谷/翰高/高斯 orm, 神通 orm, 南大通用 orm, 国产 orm, TDengine orm, QuestDB orm, MsAccess orm.
|
|
|
microsoft/RulesEngine
A fast and reliable .NET Rules Engine with extensive Dynamic expression support
|
|
|
cq-panda/Vue.NetCore
(已支持sqlsugar).NetCore、.Net6、Vue2、Vue3、Vite、TypeScript、Element plus+uniapp前后端分离,全自动生成代码;支持移动端(ios/android/h5/微信小程序。http://www.volcore.xyz/
|
|
|
rnwood/smtp4dev
smtp4dev - the fake smtp email server for development and testing
|
|
|
fullstackhero/blazor-starter-kit
Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
|
|
|
linq2db/linq2db
Linq to database provider.
|
|
|
smartstore/SmartStoreNET
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
|
|
|
kikipoulet/SukiUI
UI Theme for AvaloniaUI
|
|
|
dotnetcore/Magicodes.IE
Import and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html.
|
|
|
nhibernate/nhibernate-core
NHibernate Object Relational Mapper
|
|
|
smartstore/Smartstore
A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 10
|
|
|
dadhi/FastExpressionCompiler
Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative. Diagnostic and code generation tools for the expressions.
|
|
|
grandnode/grandnode2
E-commerce platform built with ASP.NET Core using MongoDB for NoSQL storage
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 1.7.2 | 1,493,256 | 4/4/2026 | |
| 1.7.1 | 5,642,204 | 11/29/2025 | |
| 1.7.0 | 1,306,524 | 11/15/2025 | |
| 1.6.10 | 628,055 | 11/8/2025 | |
| 1.6.9 | 1,796,514 | 10/11/2025 | |
| 1.6.8 | 623,380 | 9/28/2025 | |
| 1.6.7 | 6,777,242 | 7/28/2025 | |
| 1.6.6 | 2,986,245 | 6/11/2025 | |
| 1.6.5 | 2,034,353 | 5/28/2025 | |
| 1.6.4 | 816,647 | 5/19/2025 | |
| 1.6.3 | 1,312,511 | 5/9/2025 | |
| 1.6.2 | 2,631,153 | 4/24/2025 | |
| 1.6.0.2 | 9,151,207 | 2/11/2025 | |
| 1.6.0.1 | 7,463,655 | 1/28/2025 | |
| 1.6.0 | 5,217,059 | 1/26/2025 | |
| 1.6.0-preview-03 | 2,864 | 1/25/2025 | 1.6.0-preview-03 has at least one vulnerability with high severity. |
| 1.6.0-preview-02 | 198,401 | 1/24/2025 | 1.6.0-preview-02 has at least one vulnerability with high severity. |
| 1.6.0-preview-01 | 4,554 | 1/23/2025 | 1.6.0-preview-01 has at least one vulnerability with high severity. |
| 1.5.1 | 1,950,168 | 12/12/2024 | 1.5.1 has at least one vulnerability with high severity. |
Bugfixes and new Features. For details see CHANGELOG.md