ExpressiveExpressionTrees 1.1.0

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

// Install ExpressiveExpressionTrees as a Cake Tool
#tool nuget:?package=ExpressiveExpressionTrees&version=1.1.0

This is a library that simplifies creating / manipulating expression trees.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on ExpressiveExpressionTrees:

Package Downloads
ExpressiveAssertions

Flexible assertion library leveraging the .NET expression tree syntax

ExpressiveLogging

Flexible logging framework based on lambdas and expression trees

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.0 3,298 10/18/2018
2.0.1 973 3/22/2018
2.0.0 3,236 1/8/2018
1.1.2 962 3/26/2017
1.1.1 973 3/10/2016
1.1.0 985 2/3/2016
1.0.0 1,229 1/27/2016

* 1.1.0 - Added ConvertExpressions() / Split() / Join() / MultiProject() helpers
     * 1.1.0 - This is the first release that is also available as a Sources package on nuget
     * 1.1.0 - This version imports the Sources nuget package of ExpressiveReflection