LambdaExpressionBuilder-PR 1.2.0-beta-01

This is a prerelease version of LambdaExpressionBuilder-PR.
There is a newer version of this package available.
See the version list below for details.
dotnet add package LambdaExpressionBuilder-PR --version 1.2.0-beta-01
NuGet\Install-Package LambdaExpressionBuilder-PR -Version 1.2.0-beta-01
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="LambdaExpressionBuilder-PR" Version="1.2.0-beta-01" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LambdaExpressionBuilder-PR --version 1.2.0-beta-01
#r "nuget: LambdaExpressionBuilder-PR, 1.2.0-beta-01"
#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 LambdaExpressionBuilder-PR as a Cake Addin
#addin nuget:?package=LambdaExpressionBuilder-PR&version=1.2.0-beta-01&prerelease

// Install LambdaExpressionBuilder-PR as a Cake Tool
#tool nuget:?package=LambdaExpressionBuilder-PR&version=1.2.0-beta-01&prerelease

Expression Builder

In short words, this library basically provides you with a simple way to create lambda expressions to filter lists and database queries by delivering an easy-to-use fluent interface that enables the creation, storage and transmission of those filters. That can be used to help to turn WebApi requests parameters into expressions, create advanced search screens with the capability to save and re-run those filters, among other things.

Would this help you in any way? Well, if your answer is 'yes', you just made my day a bit better.

Features:

  • Ability to reference properties by their names
  • Ability to reference properties from a property
  • Ability to reference properties from list items
  • Built-in null-checks
  • Built-in XML serialization
  • Globalization support

What's New: Version 1.2.0

  • Support for very complex expressions Allowing groups within groups as well as a close group functionality
  • Added multi-match types Match a list of values (i.e. A name that contains any of: "John", "Jess")

For a full list of changes and previous revisions, see the Change Log

Suggestions & Issues

Feel free to leave comments, and to place issues, if you find errors or realise there is any missing feature.

Product Compatible and additional computed target framework versions.
.NET Framework 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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.2.1 1,052 7/13/2018
1.2.2 914 3/26/2018
1.2.0 1,058 1/22/2018
1.2.0-beta-01 817 1/19/2018