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

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.4 6,451 11/10/2025
6.3.3 4,155 11/2/2025
6.3.2 112,468 10/7/2025
6.3.1 129,199 9/16/2025
6.3.1-beta1 198 9/10/2025
6.3.0 12,296 8/18/2025
6.2.15 207,842 8/12/2025
6.2.14 4,853 7/28/2025
6.2.13 105,193 7/21/2025
6.2.12 337,779 6/10/2025
6.2.11 9,331 5/25/2025
6.2.10 234,935 5/6/2025
6.2.9 203,301 4/8/2025
6.2.8 494,253 3/10/2025
6.2.7 15,348 2/24/2025
6.2.6 281,106 2/11/2025
6.2.5 415,877 1/14/2025
6.2.4 446,305 12/17/2024
6.2.3 496,847 11/26/2024
6.2.2 417,821 11/12/2024
6.2.2-beta2 179 11/14/2024
6.2.2-beta1 200 11/14/2024
6.2.1 432,108 10/22/2024
6.2.0 469,770 9/23/2024
6.2.0-beta1 204 10/2/2024
6.1.10 459,825 8/27/2024
6.1.9 269,948 8/12/2024
6.1.8 364,171 7/22/2024
6.1.7 805,232 6/18/2024
6.1.6 188,820 6/3/2024
6.1.2 1,481,544 3/11/2024
6.1.1 306,823 2/27/2024
6.1.0 567,093 2/13/2024
6.0.6 836,721 1/15/2024
6.0.5 371,892 12/18/2023
6.0.4 6,050 12/11/2023
6.0.3 174,789 12/5/2023
6.0.2 122,940 11/28/2023
6.0.1 3,272 11/28/2023
6.0.0 364,251 11/15/2023
5.0.12 6,188 11/7/2023
5.0.11 522,064 10/17/2023
5.0.10 346,538 9/26/2023
5.0.9 277,302 9/11/2023
5.0.8 270,011 8/15/2023
5.0.7 744,339 7/11/2023
5.0.6 337,502 6/12/2023
5.0.5 11,249 5/30/2023
5.0.4 543,810 5/16/2023
5.0.3 440,223 4/17/2023
5.0.2 381,900 3/20/2023
5.0.1 563,596 2/20/2023
5.0.0 881,700 1/17/2023
4.0.92 486,124 12/20/2022
4.0.91 494,228 12/5/2022
4.0.90 686,189 11/14/2022
4.0.89 1,078,375 10/10/2022
4.0.88 1,275,416 9/12/2022
4.0.87 939,700 8/16/2022
4.0.86 1,120,083 7/19/2022
4.0.85 830,281 6/14/2022
4.0.84 151,535 6/7/2022
4.0.83 27,081 5/26/2022
4.0.82 469,665 5/24/2022
4.0.81 222,965 5/17/2022
4.0.80 216,560 5/10/2022
4.0.79 879,639 4/12/2022
4.0.78 937,877 3/30/2022
4.0.77 842,257 3/15/2022
4.0.76 350,188 3/1/2022
4.0.75 161,857 2/22/2022
4.0.74 377,514 2/14/2022
4.0.73 139,982 2/8/2022
4.0.72 34,484 2/1/2022
4.0.71 630,793 1/18/2022
4.0.70 315,195 1/11/2022
4.0.69 2,646,115 12/30/2021
4.0.68 23,336 12/15/2021
4.0.67 280,333 12/14/2021
4.0.66 6,360 12/7/2021
4.0.65 5,104 11/30/2021
4.0.64 349,642 11/24/2021
4.0.63 375,204 11/17/2021
4.0.62 320,948 11/9/2021
4.0.61 5,027 11/4/2021
4.0.60 337,776 10/27/2021
4.0.59 156,237 10/20/2021
4.0.58 94,452 10/13/2021
4.0.57 4,754 10/12/2021
4.0.56 9,320 10/6/2021
4.0.55 8,542 9/29/2021
4.0.54 587,529 9/15/2021
4.0.53 114,989 9/8/2021
4.0.52 214,153 9/1/2021
4.0.51 98,566 8/25/2021
4.0.50 179,947 8/17/2021
4.0.49 201,411 8/4/2021
4.0.48 470,444 7/28/2021
4.0.47 206,121 7/20/2021
4.0.46 245,056 7/13/2021
4.0.45 554,788 6/16/2021
4.0.44 78,994 6/14/2021
4.0.43 541,226 5/12/2021
4.0.42 144,528 5/3/2021
4.0.41 227,977 4/26/2021
4.0.40 4,493 4/22/2021
4.0.39 212,843 4/19/2021
4.0.38 163,517 4/7/2021
4.0.37 291,394 3/24/2021
4.0.37-beta1 1,831 4/1/2021
4.0.36 156,595 3/16/2021
4.0.35 41,106 3/15/2021
4.0.34 232,741 3/10/2021
4.0.33 13,905 2/23/2021
4.0.32 597,291 2/16/2021
4.0.31 162,793 2/10/2021
4.0.30 235,930 2/2/2021
4.0.29 333,894 1/13/2021
4.0.28 612,926 12/14/2020
4.0.27 73,188 12/8/2020
4.0.26 110,333 12/1/2020
4.0.25 90,568 11/27/2020
4.0.24 220,319 11/11/2020
4.0.23 233,209 10/30/2020
4.0.22 823,000 10/11/2020
4.0.21 64,698 10/7/2020
4.0.20 5,575 10/5/2020
4.0.19 107,154 9/30/2020
4.0.18 6,466 9/29/2020
4.0.17 43,390 9/24/2020
4.0.16 343,910 9/14/2020
4.0.15 248,930 8/31/2020
4.0.14 9,471 8/25/2020
4.0.13 7,400 8/17/2020
4.0.12 254,441 8/11/2020
4.0.11 105,817 8/3/2020
4.0.10 22,490 7/28/2020
4.0.9 166,421 7/22/2020
4.0.8 5,328 7/19/2020
4.0.7 4,240 7/19/2020
4.0.6 272,610 7/14/2020
4.0.5 4,330 7/13/2020
4.0.4 93,553 7/12/2020
4.0.3 15,458 7/5/2020
4.0.2 10,944 6/30/2020
4.0.1 718,153 6/14/2020
4.0.0 83,395 6/1/2020
3.1.12 30,125 5/25/2020
3.1.11 711,340 5/14/2020
3.1.10 491,434 4/14/2020
3.1.9 54,322 4/3/2020
3.1.8 654,817 3/16/2020
3.1.7 8,131 3/10/2020
3.1.6 587,177 2/21/2020
3.1.5 320,603 2/18/2020
3.1.4 22,294 2/15/2020
3.1.3 64,833 2/7/2020
3.1.2 521,981 1/27/2020
3.1.1 6,335 1/23/2020
3.1.0 12,596 1/14/2020
3.0.14 8,670 1/13/2020
3.0.13 28,395 1/9/2020
3.0.12 16,106 1/3/2020
3.0.11 13,709 12/19/2019
3.0.10 6,161 12/17/2019
3.0.9 533,043 12/16/2019
3.0.8 8,065 12/11/2019
3.0.7 342,354 11/25/2019
3.0.6 25,821 11/18/2019
3.0.5 5,988 11/14/2019
3.0.4 9,890 11/12/2019
3.0.3 634,540 10/30/2019
3.0.2 4,351 10/30/2019
3.0.1 17,345 10/29/2019
3.0.0 4,686 10/29/2019
2.9.57 18,635 10/16/2019
2.9.56 4,715 10/10/2019
2.9.55 8,273 10/2/2019
2.9.54 19,122 9/22/2019
2.9.52 5,103 9/6/2019
2.9.51 4,328 9/5/2019
2.9.50 4,302 9/4/2019
2.9.49 4,778 8/29/2019
2.9.48 10,602 8/24/2019
2.9.47 4,376 8/24/2019
2.9.46 41,942 8/15/2019
2.9.45 163,141 7/28/2019
2.9.44 5,184 7/15/2019
2.9.43 5,572 7/9/2019
2.9.42 8,345 7/4/2019
2.9.41 4,515 7/3/2019
2.9.40 4,469 7/1/2019
2.9.39 19,025 6/29/2019
2.9.38 4,347 6/25/2019
2.9.37 4,855 6/12/2019
2.9.36 4,472 6/7/2019
2.9.35 4,330 6/4/2019
2.9.34 4,642 5/31/2019
2.9.33 6,371 5/31/2019
2.9.32 6,494 5/23/2019
2.9.31 54,024 5/20/2019
2.9.30 4,391 5/17/2019
2.9.29 4,438 5/9/2019
2.9.28 4,264 5/9/2019
2.9.27 6,420 5/5/2019
2.9.26 4,291 5/3/2019
2.9.25 9,388 4/30/2019
2.9.24 5,047 4/18/2019
2.9.22 4,464 4/16/2019
2.9.21 13,324 4/7/2019
2.9.20 34,865 3/30/2019
2.9.19 4,576 3/27/2019
2.9.18 4,401 3/26/2019
2.9.17 4,595 3/21/2019
2.9.16 4,315 3/20/2019
2.9.15 4,343 3/20/2019
2.9.14 4,491 3/16/2019
2.9.13 4,390 3/16/2019
2.9.12 99,744 2/27/2019
2.9.11 4,717 2/20/2019
2.9.10 4,403 2/18/2019
2.9.9 4,337 2/16/2019
2.9.8 5,023 2/13/2019
2.9.7 4,790 2/8/2019
2.9.6 8,349 1/30/2019
2.9.5 11,101 1/13/2019
2.9.4 8,752 12/30/2018
2.9.3 4,978 12/13/2018
2.9.2 4,563 12/13/2018
2.9.1 4,654 12/12/2018
2.9.0 4,479 12/12/2018
2.8.9 5,032 12/11/2018
2.8.8 72,326 11/29/2018
2.8.7 5,013 11/28/2018
2.8.6 4,506 11/27/2018
2.8.5 5,740 11/20/2018
2.8.4 4,630 11/18/2018
2.8.3 4,553 11/17/2018
2.8.2 4,589 11/17/2018
2.8.1 5,220 11/14/2018
2.8.0 4,514 11/14/2018
2.7.13 7,042 10/29/2018
2.7.12 11,770 10/28/2018
2.7.11 4,646 10/23/2018
2.7.10 7,941 10/17/2018
2.7.9 7,172 10/7/2018
2.7.8 7,691 9/29/2018
2.7.7 7,496 8/31/2018
2.7.6 8,200 8/30/2018
2.7.5 5,018 8/18/2018
2.7.4 7,494 8/16/2018
2.7.3 5,575 8/16/2018
2.7.2 6,969 7/31/2018
2.7.1 5,420 7/19/2018
2.7.0 5,549 7/5/2018
2.6.5 5,382 6/29/2018
2.6.4 6,054 5/31/2018
2.6.3 6,423 5/2/2018
2.6.2 5,411 4/30/2018
2.6.1 6,394 3/30/2018
2.6.0 5,346 3/26/2018
2.5.0 5,282 3/20/2018
2.4.21 5,117 3/20/2018
2.4.20 5,203 3/16/2018
2.4.19 5,691 2/27/2018
2.4.18 5,707 2/12/2018
2.4.17 5,037 2/6/2018
2.4.16 5,298 2/2/2018
2.4.15 5,201 1/31/2018
2.4.14 5,193 1/31/2018
2.4.13 5,246 1/23/2018
2.4.12 5,175 1/16/2018
2.4.11 5,307 1/8/2018
2.4.10 5,526 1/5/2018
2.4.9 5,469 12/29/2017
2.4.8 7,072 12/6/2017
2.4.7 5,112 11/30/2017
2.4.6 5,068 11/27/2017
2.4.5 5,329 11/16/2017
2.4.4 5,147 11/13/2017
2.4.3 6,704 11/7/2017
2.4.2 5,076 11/1/2017
2.4.1 5,254 10/30/2017
2.4.0 15,483 9/30/2017
2.3.0 5,232 9/30/2017
2.2.1 5,200 9/24/2017
2.2.0-beta1 2,884 9/20/2017
2.1.15 5,932 8/31/2017
2.1.14 5,080 8/8/2017
2.1.13 5,174 8/2/2017
2.1.12 4,937 8/1/2017
2.1.11 5,063 7/27/2017
2.1.10 5,106 7/25/2017
2.1.9 5,082 7/11/2017
2.1.8 11,223 7/10/2017
2.1.7 5,099 7/7/2017
2.1.6 4,998 7/6/2017
2.1.5 5,051 7/3/2017
2.1.4 5,588 6/29/2017