ExpressionBuilder 2.1.2
dotnet add package ExpressionBuilder --version 2.1.2
NuGet\Install-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
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 | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
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 | 15,746 | 1/25/2016 |
2.1.1 | 18,210 | 11/17/2014 |
2.1.0 | 2,321 | 4/8/2014 |
2.0.7-beta | 1,195 | 3/28/2014 |
2.0.6-beta | 1,082 | 3/28/2014 |
2.0.5 | 1,669 | 3/4/2014 |
2.0.4-alpha | 1,044 | 3/4/2014 |
2.0.3 | 1,524 | 2/28/2014 |
2.0.0 | 1,693 | 2/24/2014 |
1.2.1 | 1,198 | 2/24/2014 |
1.2.0 | 1,272 | 2/20/2014 |
1.1.1 | 1,183 | 2/17/2014 |
1.1.0 | 1,442 | 2/7/2014 |
1.0.3 | 1,388 | 1/14/2014 |
1.0.2 | 3,989 | 12/9/2013 |
1.0.1 | 1,387 | 12/9/2013 |
1.0.0 | 3,894 | 12/9/2013 |
Support for array creation.