Z.Expressions.Eval 4.0.37-beta1

This is a prerelease version of Z.Expressions.Eval.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Z.Expressions.Eval --version 4.0.37-beta1
                    
NuGet\Install-Package Z.Expressions.Eval -Version 4.0.37-beta1
                    
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="Z.Expressions.Eval" Version="4.0.37-beta1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Z.Expressions.Eval" Version="4.0.37-beta1" />
                    
Directory.Packages.props
<PackageReference Include="Z.Expressions.Eval" />
                    
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 Z.Expressions.Eval --version 4.0.37-beta1
                    
#r "nuget: Z.Expressions.Eval, 4.0.37-beta1"
                    
#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 Z.Expressions.Eval@4.0.37-beta1
                    
#: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=Z.Expressions.Eval&version=4.0.37-beta1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Z.Expressions.Eval&version=4.0.37-beta1&prerelease
                    
Install as a Cake Tool

Evaluate, Compile and Execute C# code at runtime.

Support: Dynamic LINQ, Extension Method, Expando Object, and more!

Online Example: https://dotnetfiddle.net/COq6FC

Include free and prime features.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (17)

Showing the top 5 NuGet packages that depend on Z.Expressions.Eval:

Package Downloads
Z.EntityFramework.Plus.EFCore

Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more **IMPORTANT** - For EF Core 10.x, use the latest EF Plus v10.x version - For EF Core 9.x, use the latest EF Plus v9.x version - For EF Core 8.x, use the latest EF Plus v8.x version - For EF Core 7.x, use the latest EF Plus v7.x version - For EF Core 6.x, use the latest EF Plus v6.x version - For EF Core 5.x, use the latest EF Plus v5.x version - For EF Core 3.x, use the latest EF Plus v3.x version - For EF Core 2.x, use the latest EF Plus v2.x version

Z.EntityFramework.Plus.EF6

Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more

Z.EntityFramework.Classic

Entity Framework Classic is an EF6 fork with performance enhancement, new features, and .NET Core support. This package is FREE (Community Version) Some features are Prime (Enterprise Version) Prime features can be disabled with "EntityFrameworkManager.IsCommunity = true;"

Z.EntityFramework.Plus.EF5

Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more EF Core Package: https://www.nuget.org/packages/Z.EntityFramework.Plus.EFCore/ EF6 Package: https://www.nuget.org/packages/Z.EntityFramework.Plus.EF6/

DianFengBaseLib.Infrastructure

配合DDD使用

GitHub repositories (6)

Showing the top 6 popular GitHub repositories that depend on Z.Expressions.Eval:

Repository Stars
zzzprojects/EntityFramework-Plus
Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more
zzzprojects/EntityFramework.DynamicFilters
Global filtering for Entity Framework.
zzzprojects/Eval-Expression.NET
C# Eval Expression | Evaluate, Compile, and Execute C# code and expression at runtime.
zzzprojects/EntityFramework-Effort
Entity Framework Effort is a powerful tool that enables a convenient way to create automated tests for Entity Framework based applications.
DigitalPlatform/dp2
Integrated Library System / 图书馆集成系统
zzzprojects/EntityFramework-Classic
Entity Framework Classic is a supported version of the latest EF6 codebase. It supports .NET Framework and .NET Core and overcomes some EF limitations by adding tons of must-haves built-in features.
Version Downloads Last Updated
6.3.1 2,928 9/16/2025
6.3.1-beta1 160 9/10/2025
6.3.0 7,115 8/18/2025
6.2.15 97,977 8/12/2025
6.2.14 3,226 7/28/2025
6.2.13 66,233 7/21/2025
6.2.12 232,428 6/10/2025
6.2.11 7,047 5/25/2025
6.2.10 182,171 5/6/2025
6.2.9 156,520 4/8/2025
6.2.8 415,991 3/10/2025
6.2.7 11,020 2/24/2025
6.2.6 238,014 2/11/2025
6.2.5 349,302 1/14/2025
6.2.4 365,980 12/17/2024
6.2.3 413,096 11/26/2024
6.2.2 370,939 11/12/2024
6.2.2-beta2 152 11/14/2024
6.2.2-beta1 162 11/14/2024
6.2.1 380,588 10/22/2024
6.2.0 424,727 9/23/2024
6.2.0-beta1 175 10/2/2024
6.1.10 418,769 8/27/2024
6.1.9 252,378 8/12/2024
6.1.8 321,585 7/22/2024
6.1.7 713,107 6/18/2024
6.1.6 175,699 6/3/2024
6.1.2 1,317,314 3/11/2024
6.1.1 279,241 2/27/2024
6.1.0 547,925 2/13/2024
6.0.6 795,204 1/15/2024
6.0.5 353,351 12/18/2023
6.0.4 4,775 12/11/2023
6.0.3 164,339 12/5/2023
6.0.2 120,170 11/28/2023
6.0.1 2,003 11/28/2023
6.0.0 336,389 11/15/2023
5.0.12 4,829 11/7/2023
5.0.11 506,690 10/17/2023
5.0.10 334,018 9/26/2023
5.0.9 269,597 9/11/2023
5.0.8 261,078 8/15/2023
5.0.7 716,945 7/11/2023
5.0.6 326,703 6/12/2023
5.0.5 9,843 5/30/2023
5.0.4 523,264 5/16/2023
5.0.3 426,749 4/17/2023
5.0.2 372,620 3/20/2023
5.0.1 550,905 2/20/2023
5.0.0 866,997 1/17/2023
4.0.92 474,690 12/20/2022
4.0.91 483,003 12/5/2022
4.0.90 663,477 11/14/2022
4.0.89 1,054,576 10/10/2022
4.0.88 1,254,431 9/12/2022
4.0.87 922,121 8/16/2022
4.0.86 1,099,300 7/19/2022
4.0.85 817,098 6/14/2022
4.0.84 148,169 6/7/2022
4.0.83 25,621 5/26/2022
4.0.82 462,518 5/24/2022
4.0.81 219,519 5/17/2022
4.0.80 211,410 5/10/2022
4.0.79 861,364 4/12/2022
4.0.78 872,117 3/30/2022
4.0.77 825,313 3/15/2022
4.0.76 337,714 3/1/2022
4.0.75 157,959 2/22/2022
4.0.74 348,185 2/14/2022
4.0.73 136,900 2/8/2022
4.0.72 29,629 2/1/2022
4.0.71 620,713 1/18/2022
4.0.70 309,223 1/11/2022
4.0.69 2,497,597 12/30/2021
4.0.68 21,263 12/15/2021
4.0.67 275,735 12/14/2021
4.0.66 5,084 12/7/2021
4.0.65 3,832 11/30/2021
4.0.64 344,392 11/24/2021
4.0.63 369,793 11/17/2021
4.0.62 314,956 11/9/2021
4.0.61 3,766 11/4/2021
4.0.60 330,430 10/27/2021
4.0.59 152,083 10/20/2021
4.0.58 92,108 10/13/2021
4.0.57 3,489 10/12/2021
4.0.56 8,037 10/6/2021
4.0.55 7,194 9/29/2021
4.0.54 578,769 9/15/2021
4.0.53 112,540 9/8/2021
4.0.52 208,588 9/1/2021
4.0.51 94,941 8/25/2021
4.0.50 176,877 8/17/2021
4.0.49 195,406 8/4/2021
4.0.48 465,334 7/28/2021
4.0.47 203,353 7/20/2021
4.0.46 241,803 7/13/2021
4.0.45 545,260 6/16/2021
4.0.44 77,292 6/14/2021
4.0.43 530,048 5/12/2021
4.0.42 141,536 5/3/2021
4.0.41 223,213 4/26/2021
4.0.40 3,228 4/22/2021
4.0.39 194,154 4/19/2021
4.0.38 159,090 4/7/2021
4.0.37 286,231 3/24/2021
4.0.37-beta1 1,786 4/1/2021
4.0.36 151,917 3/16/2021
4.0.35 39,696 3/15/2021
4.0.34 212,647 3/10/2021
4.0.33 12,585 2/23/2021
4.0.32 593,574 2/16/2021
4.0.31 160,425 2/10/2021
4.0.30 218,119 2/2/2021
4.0.29 329,318 1/13/2021
4.0.28 606,430 12/14/2020
4.0.27 71,655 12/8/2020
4.0.26 108,452 12/1/2020
4.0.25 85,885 11/27/2020
4.0.24 215,905 11/11/2020
4.0.23 228,489 10/30/2020
4.0.22 808,079 10/11/2020
4.0.21 61,085 10/7/2020
4.0.20 4,260 10/5/2020
4.0.19 105,495 9/30/2020
4.0.18 5,167 9/29/2020
4.0.17 39,085 9/24/2020
4.0.16 336,182 9/14/2020
4.0.15 244,940 8/31/2020
4.0.14 8,093 8/25/2020
4.0.13 6,108 8/17/2020
4.0.12 246,993 8/11/2020
4.0.11 103,614 8/3/2020
4.0.10 20,842 7/28/2020
4.0.9 163,359 7/22/2020
4.0.8 4,055 7/19/2020
4.0.7 2,973 7/19/2020
4.0.6 267,231 7/14/2020
4.0.5 3,065 7/13/2020
4.0.4 91,245 7/12/2020
4.0.3 13,988 7/5/2020
4.0.2 9,664 6/30/2020
4.0.1 709,559 6/14/2020
4.0.0 81,863 6/1/2020
3.1.12 27,533 5/25/2020
3.1.11 699,224 5/14/2020
3.1.10 482,128 4/14/2020
3.1.9 51,158 4/3/2020
3.1.8 643,627 3/16/2020
3.1.7 6,837 3/10/2020
3.1.6 580,606 2/21/2020
3.1.5 316,445 2/18/2020
3.1.4 20,859 2/15/2020
3.1.3 63,018 2/7/2020
3.1.2 514,218 1/27/2020
3.1.1 5,048 1/23/2020
3.1.0 10,449 1/14/2020
3.0.14 7,380 1/13/2020
3.0.13 27,090 1/9/2020
3.0.12 14,244 1/3/2020
3.0.11 12,133 12/19/2019
3.0.10 4,841 12/17/2019
3.0.9 526,544 12/16/2019
3.0.8 6,785 12/11/2019
3.0.7 333,216 11/25/2019
3.0.6 24,522 11/18/2019
3.0.5 4,689 11/14/2019
3.0.4 8,625 11/12/2019
3.0.3 628,289 10/30/2019
3.0.2 3,075 10/30/2019
3.0.1 14,616 10/29/2019
3.0.0 3,448 10/29/2019
2.9.57 16,715 10/16/2019
2.9.56 3,489 10/10/2019
2.9.55 7,023 10/2/2019
2.9.54 17,108 9/22/2019
2.9.52 3,886 9/6/2019
2.9.51 3,099 9/5/2019
2.9.50 3,078 9/4/2019
2.9.49 3,546 8/29/2019
2.9.48 9,234 8/24/2019
2.9.47 3,143 8/24/2019
2.9.46 40,713 8/15/2019
2.9.45 161,845 7/28/2019
2.9.44 3,932 7/15/2019
2.9.43 4,350 7/9/2019
2.9.42 7,097 7/4/2019
2.9.41 3,277 7/3/2019
2.9.40 3,229 7/1/2019
2.9.39 17,713 6/29/2019
2.9.38 3,113 6/25/2019
2.9.37 3,630 6/12/2019
2.9.36 3,261 6/7/2019
2.9.35 3,095 6/4/2019
2.9.34 3,398 5/31/2019
2.9.33 5,109 5/31/2019
2.9.32 5,269 5/23/2019
2.9.31 48,276 5/20/2019
2.9.30 3,168 5/17/2019
2.9.29 3,215 5/9/2019
2.9.28 3,034 5/9/2019
2.9.27 5,190 5/5/2019
2.9.26 3,070 5/3/2019
2.9.25 8,063 4/30/2019
2.9.24 3,813 4/18/2019
2.9.22 3,242 4/16/2019
2.9.21 11,932 4/7/2019
2.9.20 33,464 3/30/2019
2.9.19 3,346 3/27/2019
2.9.18 3,172 3/26/2019
2.9.17 3,369 3/21/2019
2.9.16 3,089 3/20/2019
2.9.15 3,122 3/20/2019
2.9.14 3,255 3/16/2019
2.9.13 3,168 3/16/2019
2.9.12 97,462 2/27/2019
2.9.11 3,484 2/20/2019
2.9.10 3,180 2/18/2019
2.9.9 3,118 2/16/2019
2.9.8 3,801 2/13/2019
2.9.7 3,560 2/8/2019
2.9.6 7,075 1/30/2019
2.9.5 9,840 1/13/2019
2.9.4 7,327 12/30/2018
2.9.3 3,752 12/13/2018
2.9.2 3,343 12/13/2018
2.9.1 3,424 12/12/2018
2.9.0 3,255 12/12/2018
2.8.9 3,803 12/11/2018
2.8.8 70,983 11/29/2018
2.8.7 3,780 11/28/2018
2.8.6 3,281 11/27/2018
2.8.5 4,509 11/20/2018
2.8.4 3,401 11/18/2018
2.8.3 3,329 11/17/2018
2.8.2 3,348 11/17/2018
2.8.1 3,865 11/14/2018
2.8.0 3,285 11/14/2018
2.7.13 5,821 10/29/2018
2.7.12 10,399 10/28/2018
2.7.11 3,410 10/23/2018
2.7.10 6,670 10/17/2018
2.7.9 5,923 10/7/2018
2.7.8 6,419 9/29/2018
2.7.7 6,240 8/31/2018
2.7.6 6,908 8/30/2018
2.7.5 3,779 8/18/2018
2.7.4 6,221 8/16/2018
2.7.3 4,316 8/16/2018
2.7.2 5,722 7/31/2018
2.7.1 4,159 7/19/2018
2.7.0 4,269 7/5/2018
2.6.5 4,119 6/29/2018
2.6.4 4,776 5/31/2018
2.6.3 5,092 5/2/2018
2.6.2 4,140 4/30/2018
2.6.1 5,108 3/30/2018
2.6.0 4,055 3/26/2018
2.5.0 4,020 3/20/2018
2.4.21 3,848 3/20/2018
2.4.20 3,941 3/16/2018
2.4.19 4,425 2/27/2018
2.4.18 4,443 2/12/2018
2.4.17 3,766 2/6/2018
2.4.16 4,033 2/2/2018
2.4.15 3,934 1/31/2018
2.4.14 3,932 1/31/2018
2.4.13 3,977 1/23/2018
2.4.12 3,908 1/16/2018
2.4.11 4,047 1/8/2018
2.4.10 4,233 1/5/2018
2.4.9 4,202 12/29/2017
2.4.8 5,806 12/6/2017
2.4.7 3,852 11/30/2017
2.4.6 3,829 11/27/2017
2.4.5 4,080 11/16/2017
2.4.4 3,892 11/13/2017
2.4.3 5,437 11/7/2017
2.4.2 3,826 11/1/2017
2.4.1 3,979 10/30/2017
2.4.0 14,064 9/30/2017
2.3.0 3,983 9/30/2017
2.2.1 3,899 9/24/2017
2.2.0-beta1 2,817 9/20/2017
2.1.15 4,697 8/31/2017
2.1.14 3,818 8/8/2017
2.1.13 3,921 8/2/2017
2.1.12 3,686 8/1/2017
2.1.11 3,790 7/27/2017
2.1.10 3,856 7/25/2017
2.1.9 3,827 7/11/2017
2.1.8 9,898 7/10/2017
2.1.7 3,846 7/7/2017
2.1.6 3,734 7/6/2017
2.1.5 3,794 7/3/2017
2.1.4 4,296 6/29/2017