ExpressionBuilder 2.1.2

dotnet add package ExpressionBuilder --version 2.1.2
NuGet\Install-Package ExpressionBuilder -Version 2.1.2
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="ExpressionBuilder" Version="2.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ExpressionBuilder --version 2.1.2
#r "nuget: ExpressionBuilder, 2.1.2"
#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 ExpressionBuilder as a Cake Addin
#addin nuget:?package=ExpressionBuilder&version=2.1.2

// Install ExpressionBuilder as a Cake Tool
#tool nuget:?package=ExpressionBuilder&version=2.1.2

A fluent interface to create Lambda functions and expression waiting for Microsoft Roslyn. The documentation can be found on http://www.kendar.org/?p=/dotnet/expressionsbuilder. No knowledge of IL and System.Linq.Expression is needed. And even Lambda can be called.
Available items are: Function parameters and Variables, Constants, String functions, Collections, Invocation of static and instance methods, If and While statements, Assignament, Conditions, Cast, New instance of arbitrary types.
For debugging purposes it's possible to generate the source code for the function just created. Available on Github: https://github.com/kendarorg/ExpressionBuilder

Product Compatible and additional computed target framework versions.
.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. 
Compatible target framework(s)
Included target framework(s) (in 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 ExpressionBuilder:

Package Downloads
Node.Cs.Razor

Razor/MVC handler implementation for Node.Cs. The documentation can be found on http://www.kendar.org/?p=/dotnet/nodecs/plugins/razor.

ClassWrapper

To build a wrapper for a given type, with several function to handle method invocations and property usages. Simply create a ClassWrapperDescriptor, then with the instance obtained create a ClassWrapper on which the methods can be invoked The documentation can be found on http://www.kendar.org/?p=/dotnet/expressionsbuilder. No reflection used when invoking this package!

Node.Cs.MVC

MVC handler implementation for Node.Cs. The documentation can be found on http://www.kendar.org/?p=/dotnet/nodecs/plugins/mvc.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.2 16,968 1/25/2016
2.1.1 18,586 11/17/2014
2.1.0 2,777 4/8/2014
2.0.7-beta 1,528 3/28/2014
2.0.6-beta 1,406 3/28/2014
2.0.5 2,130 3/4/2014
2.0.4-alpha 1,414 3/4/2014
2.0.3 2,025 2/28/2014
2.0.0 2,153 2/24/2014
1.2.1 1,594 2/24/2014
1.2.0 1,654 2/20/2014
1.1.1 1,564 2/17/2014
1.1.0 1,833 2/7/2014
1.0.3 1,808 1/14/2014
1.0.2 4,441 12/9/2013
1.0.1 1,774 12/9/2013
1.0.0 4,719 12/9/2013

Support for array creation.