EntityFramework.DynamicFilters 1.3.13

dotnet add package EntityFramework.DynamicFilters --version 1.3.13
NuGet\Install-Package EntityFramework.DynamicFilters -Version 1.3.13
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="EntityFramework.DynamicFilters" Version="1.3.13" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EntityFramework.DynamicFilters --version 1.3.13
#r "nuget: EntityFramework.DynamicFilters, 1.3.13"
#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 EntityFramework.DynamicFilters as a Cake Addin
#addin nuget:?package=EntityFramework.DynamicFilters&version=1.3.13

// Install EntityFramework.DynamicFilters as a Cake Tool
#tool nuget:?package=EntityFramework.DynamicFilters&version=1.3.13

Provides global & scoped filters for Entity Framework with dynamic filter parameters that are evaluated at query execution.  Supports use cases such as Multi-Tenancy and Soft Deletes.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on EntityFramework.DynamicFilters:

Repository Stars
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
laochiangx/ABP-ASP.NET-Boilerplate-Project-CMS
ABP module-zero +AdminLTE+Bootstrap Table+jQuery+Redis + sql server+quartz+hangfire权限管理系统
stoveproject/Stove
Domain Driven Design oriented application framework, meets CRUD needs
Version Downloads Last updated
1.3.13 3,822 4/1/2015
1.3.12 95 3/28/2015
1.3.11 110 3/24/2015
1.3.10 96 3/12/2015
1.3.9 180 3/5/2015
1.3.8 134 2/18/2015
1.3.7 63 2/17/2015

Full Change Log: https://github.com/jcachat/EntityFramework.DynamicFilters/blob/master/src/CHANGELOG.TXT

1.3.9: Support enums in lamda filters.  Fixed issue disabling a filter with no parameters.
1.3.10: Fixed parameter not being set if column name contains underscore character.
1.3.11: Added support for StartsWith
1.3.12: Fixed issue with type of "is disabled" flag used on non-lambda filter to fix compatibility issue with Effort (EF unit testing tool)
1.3.13: Better handling for filters on nullable properties against nullable parameters.  Fixed exception in filter like "!value.HasValue".