ExpressionBuilder 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
Install-Package ExpressionBuilder -Version 2.1.2
dotnet add package ExpressionBuilder --version 2.1.2
<PackageReference Include="ExpressionBuilder" Version="2.1.2" />
paket add ExpressionBuilder --version 2.1.2
#r "nuget: ExpressionBuilder, 2.1.2"
// 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
Release Notes
Support for array creation.
Dependencies
This package has no dependencies.
Used By
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 History
Version | Downloads | Last updated |
---|---|---|
2.1.2 | 13,314 | 1/25/2016 |
2.1.1 | 15,546 | 11/17/2014 |
2.1.0 | 1,560 | 4/8/2014 |
2.0.7-beta | 842 | 3/28/2014 |
2.0.6-beta | 760 | 3/28/2014 |
2.0.5 | 1,015 | 3/4/2014 |
2.0.4-alpha | 774 | 3/4/2014 |
2.0.3 | 875 | 2/28/2014 |
2.0.0 | 1,079 | 2/24/2014 |
1.2.1 | 844 | 2/24/2014 |
1.2.0 | 886 | 2/20/2014 |
1.1.1 | 813 | 2/17/2014 |
1.1.0 | 1,006 | 2/7/2014 |
1.0.3 | 958 | 1/14/2014 |
1.0.2 | 1,639 | 12/9/2013 |
1.0.1 | 924 | 12/9/2013 |
1.0.0 | 1,442 | 12/9/2013 |