PredicateParser 0.2.1

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

// Install PredicateParser as a Cake Tool
#tool nuget:?package=PredicateParser&version=0.2.1

A simple library to parse strings into expressions and then evaluate it on a source object.

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.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on PredicateParser:

Package Downloads
Joyride.Specflow

Joyride's Behavior Driven Development (BDD) binding layer with built-in mobile steps

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.2.3 17,543 5/11/2015
0.2.2 1,298 4/18/2015
0.2.1 1,087 4/18/2015
0.2.0 1,084 4/17/2015
0.1.0 1,116 4/16/2015

0.2.1
 - fix a bug wiht not checking correctly identifiers
 
   0.2.0
     - fix unintended bugs
     - indexer expression that returns a boolean now works
     - able to use indexer on dynamic objects as fallback

   0.1.0
     - supports dynamic objects
     - added string built in predicates
     - added indexer support for idictionary
     - support for booleans