MiaPlaza.ExpressionUtils 1.1.0

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

Efficient Processing, Compilation, and Execution of Expression Trees at Runtime

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on MiaPlaza.ExpressionUtils:

Package Downloads
DBAutomator

Save and update objects to a database using only Linq.

Dapper.SqlWriter

Save and update objects to a database using expressions.

Z3.Linq

LINQ bindings for Z3, a satisfiability modulo theories solver from Microsoft Research. Based on a proof of concept from Bart De Smet.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.0 999 3/10/2025
1.2.0 187,780 4/10/2020
1.1.7 727 4/2/2020
1.1.6 784 3/25/2020
1.1.5 2,428 12/10/2019
1.1.4 1,040 10/14/2019
1.1.3 5,982 11/19/2018
1.1.2 1,379 5/25/2017
1.1.1 1,322 5/24/2017
1.1.0 1,282 5/18/2017
1.0.0 1,197 4/26/2017

Added typed evaluation and some performance improvements for structure comparison and cached compilation.