ExpressionBuilder 2.1.1
dotnet add package ExpressionBuilder --version 2.1.1
NuGet\Install-Package ExpressionBuilder -Version 2.1.1
<PackageReference Include="ExpressionBuilder" Version="2.1.1" />
paket add ExpressionBuilder --version 2.1.1
#r "nuget: ExpressionBuilder, 2.1.1"
// Install ExpressionBuilder as a Cake Addin #addin nuget:?package=ExpressionBuilder&version=2.1.1 // Install ExpressionBuilder as a Cake Tool #tool nuget:?package=ExpressionBuilder&version=2.1.1
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 | Versions 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. |
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 | 73 | 12/9/2013 |
Patch for static function invocation.