ExpressionBuilder 2.1.1

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

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/endaroza/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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.1 440 11/17/2014
2.1.0 240 4/8/2014
2.0.7-beta 48 3/28/2014
2.0.6-beta 53 3/28/2014
2.0.5 74 3/4/2014
2.0.4-alpha 48 3/4/2014
2.0.3 58 2/28/2014
2.0.0 59 2/24/2014
1.2.1 53 2/24/2014
1.2.0 59 2/20/2014
1.1.1 53 2/17/2014
1.1.0 79 2/7/2014
1.0.3 77 1/14/2014
1.0.2 77 12/9/2013
1.0.1 79 12/9/2013
1.0.0 101 12/9/2013

Patch for static function invocation.