EntityFramework.DynamicFilters
1.4.9
See the version list below for details.
dotnet add package EntityFramework.DynamicFilters --version 1.4.9
NuGet\Install-Package EntityFramework.DynamicFilters -Version 1.4.9
<PackageReference Include="EntityFramework.DynamicFilters" Version="1.4.9" />
paket add EntityFramework.DynamicFilters --version 1.4.9
#r "nuget: EntityFramework.DynamicFilters, 1.4.9"
// Install EntityFramework.DynamicFilters as a Cake Addin #addin nuget:?package=EntityFramework.DynamicFilters&version=1.4.9 // Install EntityFramework.DynamicFilters as a Cake Tool #tool nuget:?package=EntityFramework.DynamicFilters&version=1.4.9
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 | Versions 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. |
-
- EntityFramework (>= 6.1.1)
NuGet packages (26)
Showing the top 5 NuGet packages that depend on EntityFramework.DynamicFilters:
Package | Downloads |
---|---|
Abp.EntityFramework
Abp.EntityFramework |
|
Stove.EntityFramework
EntityFramework integration for Stove. |
|
Witcare.Data
Witcare Data dll |
|
Vstack.Services
Vstack.Services |
|
Skymate.EntityFramework
Skymate Framework |
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 |
---|---|---|
3.2.4 | 538,339 | 1/26/2022 |
3.2.3 | 105,461 | 12/8/2021 |
3.2.2 | 51,885 | 10/30/2021 |
3.2.1 | 20,094 | 9/17/2021 |
3.2.0 | 386,111 | 6/15/2020 |
3.1.1 | 336,008 | 11/3/2019 |
3.1.0 | 180,023 | 7/24/2019 |
3.0.2-preview6-01 | 1,336 | 7/12/2019 |
3.0.1 | 863,861 | 11/10/2017 |
3.0.0 | 17,271 | 11/1/2017 |
2.11.0-beta2 | 1,904 | 9/18/2017 |
2.11.0-beta1 | 1,522 | 9/18/2017 |
2.10.0 | 357,583 | 7/25/2017 |
2.9.1 | 3,653 | 7/24/2017 |
2.9.0 | 6,589 | 7/17/2017 |
2.8.1 | 23,304 | 6/26/2017 |
2.8.0 | 3,183 | 6/25/2017 |
2.7.0 | 86,702 | 5/10/2017 |
2.6.0 | 154,923 | 1/5/2017 |
2.5.0 | 34,563 | 12/2/2016 |
2.4.0 | 107,681 | 10/3/2016 |
2.3.0 | 55,123 | 8/3/2016 |
2.2.0 | 11,650 | 7/20/2016 |
2.1.0 | 27,900 | 7/7/2016 |
2.0.0 | 4,304 | 7/6/2016 |
1.4.11 | 268,522 | 6/12/2016 |
1.4.10.3 | 3,067 | 6/12/2016 |
1.4.10.2 | 52,708 | 4/24/2016 |
1.4.10.1 | 2,253 | 4/22/2016 |
1.4.10 | 2,236 | 4/21/2016 |
1.4.9 | 6,324 | 4/8/2016 |
1.4.8 | 3,312 | 3/23/2016 |
1.4.7 | 27,491 | 2/11/2016 |
1.4.6 | 47,305 | 12/17/2015 |
1.4.5 | 7,098 | 12/1/2015 |
1.4.4 | 19,012 | 11/17/2015 |
1.4.3 | 14,398 | 10/26/2015 |
1.4.2 | 4,665 | 10/16/2015 |
1.4.1 | 64,208 | 8/19/2015 |
1.4.0 | 12,898 | 6/14/2015 |
1.3.16 | 23,680 | 6/1/2015 |
1.3.15 | 9,041 | 5/16/2015 |
1.3.14 | 2,425 | 5/10/2015 |
1.3.13 | 11,254 | 4/1/2015 |
1.3.12 | 2,075 | 3/28/2015 |
1.3.11 | 2,125 | 3/24/2015 |
1.3.10 | 2,131 | 3/12/2015 |
1.3.9 | 17,938 | 3/5/2015 |
1.3.8 | 2,251 | 2/18/2015 |
1.3.7 | 4,290 | 2/17/2015 |
Full Change Log: https://github.com/jcachat/EntityFramework.DynamicFilters/blob/master/src/CHANGELOG.TXT
1.4.0: Added support for Oracle using the Official Oracle ODP.NET, Managed Entity Framework Driver
1.4.1: Set parameter value to DBNull if dynamic parameter not found. Fixes problem with PostgreSQL.
1.4.2: Fixed null reference exception when using Contains/IEnumerable and logger not attached to Database context
1.4.3: Fixed issue handling null constants in expressions
1.4.4: Added support for bitwise operators And/&, Or/|, and Xor/^
1.4.5: Fixed handling of "!Contains(x)"
1.4.6: Rebuild to fix UNC paths and slow startup when trying to load debug symbols
1.4.7: Added GetFilterParameterValue method for unnamed parameter
1.4.8: Fixed Contains() to support IEnumerable collections
1.4.9: Fixed filters not being applied to "ChildCollection.Any()" condition in .Where clause. Fixed handling of single property bool conditions in filters (i.e. "e.BoolFlag" or "!e.BoolFlag").