Z.Expressions.Eval 2.2.0-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 2.2.0-beta1
                    
NuGet\Install-Package Z.Expressions.Eval -Version 2.2.0-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="2.2.0-beta1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Z.Expressions.Eval" Version="2.2.0-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 2.2.0-beta1
                    
#r "nuget: Z.Expressions.Eval, 2.2.0-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@2.2.0-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=2.2.0-beta1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Z.Expressions.Eval&version=2.2.0-beta1&prerelease
                    
Install as a Cake Tool

C# Expression Evaluator | Evaluate, Compile and Execute C# code and expression at runtime.

* FREE trial & PRO version

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 netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.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 tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 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 (5)

Showing the top 5 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/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.2 11,610 10/7/2025
6.3.1 63,751 9/16/2025
6.3.1-beta1 185 9/10/2025
6.3.0 10,197 8/18/2025
6.2.15 165,654 8/12/2025
6.2.14 4,418 7/28/2025
6.2.13 85,251 7/21/2025
6.2.12 294,725 6/10/2025
6.2.11 8,666 5/25/2025
6.2.10 208,565 5/6/2025
6.2.9 179,883 4/8/2025
6.2.8 455,432 3/10/2025
6.2.7 13,381 2/24/2025
6.2.6 260,157 2/11/2025
6.2.5 382,435 1/14/2025
6.2.4 402,692 12/17/2024
6.2.3 449,446 11/26/2024
6.2.2 396,472 11/12/2024
6.2.2-beta2 172 11/14/2024
6.2.2-beta1 182 11/14/2024
6.2.1 403,515 10/22/2024
6.2.0 445,668 9/23/2024
6.2.0-beta1 189 10/2/2024
6.1.10 438,738 8/27/2024
6.1.9 260,499 8/12/2024
6.1.8 342,621 7/22/2024
6.1.7 756,744 6/18/2024
6.1.6 182,529 6/3/2024
6.1.2 1,395,001 3/11/2024
6.1.1 294,474 2/27/2024
6.1.0 557,968 2/13/2024
6.0.6 818,173 1/15/2024
6.0.5 362,922 12/18/2023
6.0.4 5,781 12/11/2023
6.0.3 169,613 12/5/2023
6.0.2 121,889 11/28/2023
6.0.1 3,006 11/28/2023
6.0.0 349,964 11/15/2023
5.0.12 5,883 11/7/2023
5.0.11 515,798 10/17/2023
5.0.10 340,991 9/26/2023
5.0.9 274,686 9/11/2023
5.0.8 267,715 8/15/2023
5.0.7 732,747 7/11/2023
5.0.6 335,681 6/12/2023
5.0.5 10,899 5/30/2023
5.0.4 537,597 5/16/2023
5.0.3 434,808 4/17/2023
5.0.2 378,425 3/20/2023
5.0.1 558,049 2/20/2023
5.0.0 876,559 1/17/2023
4.0.92 481,484 12/20/2022
4.0.91 489,426 12/5/2022
4.0.90 677,022 11/14/2022
4.0.89 1,067,359 10/10/2022
4.0.88 1,265,419 9/12/2022
4.0.87 933,975 8/16/2022
4.0.86 1,110,259 7/19/2022
4.0.85 826,227 6/14/2022
4.0.84 150,667 6/7/2022
4.0.83 26,753 5/26/2022
4.0.82 466,940 5/24/2022
4.0.81 222,011 5/17/2022
4.0.80 215,014 5/10/2022
4.0.79 872,157 4/12/2022
4.0.78 909,056 3/30/2022
4.0.77 835,249 3/15/2022
4.0.76 345,297 3/1/2022
4.0.75 160,428 2/22/2022
4.0.74 362,442 2/14/2022
4.0.73 138,987 2/8/2022
4.0.72 31,925 2/1/2022
4.0.71 626,365 1/18/2022
4.0.70 312,459 1/11/2022
4.0.69 2,553,263 12/30/2021
4.0.68 22,630 12/15/2021
4.0.67 279,472 12/14/2021
4.0.66 6,098 12/7/2021
4.0.65 4,839 11/30/2021
4.0.64 347,644 11/24/2021
4.0.63 372,864 11/17/2021
4.0.62 319,793 11/9/2021
4.0.61 4,766 11/4/2021
4.0.60 334,067 10/27/2021
4.0.59 154,522 10/20/2021
4.0.58 94,049 10/13/2021
4.0.57 4,491 10/12/2021
4.0.56 9,047 10/6/2021
4.0.55 8,215 9/29/2021
4.0.54 585,099 9/15/2021
4.0.53 114,579 9/8/2021
4.0.52 212,646 9/1/2021
4.0.51 97,662 8/25/2021
4.0.50 179,242 8/17/2021
4.0.49 199,272 8/4/2021
4.0.48 468,313 7/28/2021
4.0.47 205,331 7/20/2021
4.0.46 243,996 7/13/2021
4.0.45 551,312 6/16/2021
4.0.44 78,694 6/14/2021
4.0.43 535,946 5/12/2021
4.0.42 143,784 5/3/2021
4.0.41 226,691 4/26/2021
4.0.40 4,232 4/22/2021
4.0.39 204,283 4/19/2021
4.0.38 162,796 4/7/2021
4.0.37 289,862 3/24/2021
4.0.37-beta1 1,807 4/1/2021
4.0.36 154,145 3/16/2021
4.0.35 40,799 3/15/2021
4.0.34 230,109 3/10/2021
4.0.33 13,613 2/23/2021
4.0.32 596,076 2/16/2021
4.0.31 162,028 2/10/2021
4.0.30 224,109 2/2/2021
4.0.29 332,216 1/13/2021
4.0.28 610,153 12/14/2020
4.0.27 72,820 12/8/2020
4.0.26 109,843 12/1/2020
4.0.25 87,897 11/27/2020
4.0.24 218,774 11/11/2020
4.0.23 231,525 10/30/2020
4.0.22 816,302 10/11/2020
4.0.21 63,231 10/7/2020
4.0.20 5,285 10/5/2020
4.0.19 106,661 9/30/2020
4.0.18 6,194 9/29/2020
4.0.17 41,275 9/24/2020
4.0.16 339,905 9/14/2020
4.0.15 247,294 8/31/2020
4.0.14 9,144 8/25/2020
4.0.13 7,137 8/17/2020
4.0.12 250,877 8/11/2020
4.0.11 104,864 8/3/2020
4.0.10 21,975 7/28/2020
4.0.9 165,183 7/22/2020
4.0.8 5,062 7/19/2020
4.0.7 3,975 7/19/2020
4.0.6 271,275 7/14/2020
4.0.5 4,070 7/13/2020
4.0.4 92,943 7/12/2020
4.0.3 15,145 7/5/2020
4.0.2 10,670 6/30/2020
4.0.1 714,897 6/14/2020
4.0.0 83,026 6/1/2020
3.1.12 29,137 5/25/2020
3.1.11 707,099 5/14/2020
3.1.10 488,605 4/14/2020
3.1.9 53,701 4/3/2020
3.1.8 651,714 3/16/2020
3.1.7 7,856 3/10/2020
3.1.6 584,249 2/21/2020
3.1.5 319,129 2/18/2020
3.1.4 21,985 2/15/2020
3.1.3 64,263 2/7/2020
3.1.2 518,466 1/27/2020
3.1.1 6,065 1/23/2020
3.1.0 11,843 1/14/2020
3.0.14 8,401 1/13/2020
3.0.13 28,121 1/9/2020
3.0.12 15,659 1/3/2020
3.0.11 13,308 12/19/2019
3.0.10 5,877 12/17/2019
3.0.9 530,846 12/16/2019
3.0.8 7,800 12/11/2019
3.0.7 338,224 11/25/2019
3.0.6 25,560 11/18/2019
3.0.5 5,714 11/14/2019
3.0.4 9,626 11/12/2019
3.0.3 631,792 10/30/2019
3.0.2 4,077 10/30/2019
3.0.1 15,750 10/29/2019
3.0.0 4,460 10/29/2019
2.9.57 18,077 10/16/2019
2.9.56 4,487 10/10/2019
2.9.55 8,046 10/2/2019
2.9.54 18,831 9/22/2019
2.9.52 4,880 9/6/2019
2.9.51 4,101 9/5/2019
2.9.50 4,082 9/4/2019
2.9.49 4,537 8/29/2019
2.9.48 10,345 8/24/2019
2.9.47 4,152 8/24/2019
2.9.46 41,717 8/15/2019
2.9.45 162,875 7/28/2019
2.9.44 4,936 7/15/2019
2.9.43 5,352 7/9/2019
2.9.42 8,100 7/4/2019
2.9.41 4,290 7/3/2019
2.9.40 4,235 7/1/2019
2.9.39 18,737 6/29/2019
2.9.38 4,111 6/25/2019
2.9.37 4,631 6/12/2019
2.9.36 4,256 6/7/2019
2.9.35 4,107 6/4/2019
2.9.34 4,409 5/31/2019
2.9.33 6,142 5/31/2019
2.9.32 6,272 5/23/2019
2.9.31 52,538 5/20/2019
2.9.30 4,165 5/17/2019
2.9.29 4,209 5/9/2019
2.9.28 4,037 5/9/2019
2.9.27 6,189 5/5/2019
2.9.26 4,067 5/3/2019
2.9.25 9,150 4/30/2019
2.9.24 4,812 4/18/2019
2.9.22 4,242 4/16/2019
2.9.21 12,985 4/7/2019
2.9.20 34,598 3/30/2019
2.9.19 4,350 3/27/2019
2.9.18 4,174 3/26/2019
2.9.17 4,370 3/21/2019
2.9.16 4,090 3/20/2019
2.9.15 4,117 3/20/2019
2.9.14 4,257 3/16/2019
2.9.13 4,163 3/16/2019
2.9.12 99,163 2/27/2019
2.9.11 4,483 2/20/2019
2.9.10 4,182 2/18/2019
2.9.9 4,116 2/16/2019
2.9.8 4,798 2/13/2019
2.9.7 4,562 2/8/2019
2.9.6 8,114 1/30/2019
2.9.5 10,860 1/13/2019
2.9.4 8,445 12/30/2018
2.9.3 4,752 12/13/2018
2.9.2 4,337 12/13/2018
2.9.1 4,427 12/12/2018
2.9.0 4,253 12/12/2018
2.8.9 4,802 12/11/2018
2.8.8 72,092 11/29/2018
2.8.7 4,785 11/28/2018
2.8.6 4,275 11/27/2018
2.8.5 5,517 11/20/2018
2.8.4 4,396 11/18/2018
2.8.3 4,321 11/17/2018
2.8.2 4,343 11/17/2018
2.8.1 4,947 11/14/2018
2.8.0 4,283 11/14/2018
2.7.13 6,816 10/29/2018
2.7.12 11,538 10/28/2018
2.7.11 4,411 10/23/2018
2.7.10 7,714 10/17/2018
2.7.9 6,946 10/7/2018
2.7.8 7,469 9/29/2018
2.7.7 7,271 8/31/2018
2.7.6 7,960 8/30/2018
2.7.5 4,774 8/18/2018
2.7.4 7,269 8/16/2018
2.7.3 5,342 8/16/2018
2.7.2 6,725 7/31/2018
2.7.1 5,180 7/19/2018
2.7.0 5,293 7/5/2018
2.6.5 5,126 6/29/2018
2.6.4 5,786 5/31/2018
2.6.3 6,137 5/2/2018
2.6.2 5,151 4/30/2018
2.6.1 6,121 3/30/2018
2.6.0 5,084 3/26/2018
2.5.0 5,031 3/20/2018
2.4.21 4,860 3/20/2018
2.4.20 4,948 3/16/2018
2.4.19 5,433 2/27/2018
2.4.18 5,454 2/12/2018
2.4.17 4,778 2/6/2018
2.4.16 5,044 2/2/2018
2.4.15 4,942 1/31/2018
2.4.14 4,938 1/31/2018
2.4.13 4,986 1/23/2018
2.4.12 4,917 1/16/2018
2.4.11 5,056 1/8/2018
2.4.10 5,254 1/5/2018
2.4.9 5,215 12/29/2017
2.4.8 6,818 12/6/2017
2.4.7 4,869 11/30/2017
2.4.6 4,830 11/27/2017
2.4.5 5,091 11/16/2017
2.4.4 4,896 11/13/2017
2.4.3 6,449 11/7/2017
2.4.2 4,827 11/1/2017
2.4.1 4,997 10/30/2017
2.4.0 15,134 9/30/2017
2.3.0 4,987 9/30/2017
2.2.1 4,957 9/24/2017
2.2.0-beta1 2,849 9/20/2017
2.1.15 5,695 8/31/2017
2.1.14 4,829 8/8/2017
2.1.13 4,934 8/2/2017
2.1.12 4,690 8/1/2017
2.1.11 4,825 7/27/2017
2.1.10 4,865 7/25/2017
2.1.9 4,840 7/11/2017
2.1.8 10,928 7/10/2017
2.1.7 4,860 7/7/2017
2.1.6 4,755 7/6/2017
2.1.5 4,801 7/3/2017
2.1.4 5,342 6/29/2017