EntityFramework.DynamicFilters
1.3.8
See the version list below for details.
dotnet add package EntityFramework.DynamicFilters --version 1.3.8
NuGet\Install-Package EntityFramework.DynamicFilters -Version 1.3.8
<PackageReference Include="EntityFramework.DynamicFilters" Version="1.3.8" />
paket add EntityFramework.DynamicFilters --version 1.3.8
#r "nuget: EntityFramework.DynamicFilters, 1.3.8"
// Install EntityFramework.DynamicFilters as a Cake Addin #addin nuget:?package=EntityFramework.DynamicFilters&version=1.3.8 // Install EntityFramework.DynamicFilters as a Cake Tool #tool nuget:?package=EntityFramework.DynamicFilters&version=1.3.8
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 | 550,453 | 1/26/2022 |
3.2.3 | 108,425 | 12/8/2021 |
3.2.2 | 52,653 | 10/30/2021 |
3.2.1 | 20,700 | 9/17/2021 |
3.2.0 | 388,816 | 6/15/2020 |
3.1.1 | 340,228 | 11/3/2019 |
3.1.0 | 182,734 | 7/24/2019 |
3.0.2-preview6-01 | 1,357 | 7/12/2019 |
3.0.1 | 869,218 | 11/10/2017 |
3.0.0 | 17,356 | 11/1/2017 |
2.11.0-beta2 | 1,960 | 9/18/2017 |
2.11.0-beta1 | 1,528 | 9/18/2017 |
2.10.0 | 360,851 | 7/25/2017 |
2.9.1 | 3,673 | 7/24/2017 |
2.9.0 | 6,763 | 7/17/2017 |
2.8.1 | 23,628 | 6/26/2017 |
2.8.0 | 3,188 | 6/25/2017 |
2.7.0 | 87,003 | 5/10/2017 |
2.6.0 | 155,536 | 1/5/2017 |
2.5.0 | 34,578 | 12/2/2016 |
2.4.0 | 108,823 | 10/3/2016 |
2.3.0 | 55,398 | 8/3/2016 |
2.2.0 | 11,676 | 7/20/2016 |
2.1.0 | 27,906 | 7/7/2016 |
2.0.0 | 4,329 | 7/6/2016 |
1.4.11 | 269,990 | 6/12/2016 |
1.4.10.3 | 3,072 | 6/12/2016 |
1.4.10.2 | 52,740 | 4/24/2016 |
1.4.10.1 | 2,259 | 4/22/2016 |
1.4.10 | 2,242 | 4/21/2016 |
1.4.9 | 6,373 | 4/8/2016 |
1.4.8 | 3,320 | 3/23/2016 |
1.4.7 | 27,528 | 2/11/2016 |
1.4.6 | 47,400 | 12/17/2015 |
1.4.5 | 7,106 | 12/1/2015 |
1.4.4 | 19,053 | 11/17/2015 |
1.4.3 | 14,592 | 10/26/2015 |
1.4.2 | 4,670 | 10/16/2015 |
1.4.1 | 64,388 | 8/19/2015 |
1.4.0 | 12,949 | 6/14/2015 |
1.3.16 | 23,698 | 6/1/2015 |
1.3.15 | 9,047 | 5/16/2015 |
1.3.14 | 2,430 | 5/10/2015 |
1.3.13 | 11,269 | 4/1/2015 |
1.3.12 | 2,080 | 3/28/2015 |
1.3.11 | 2,130 | 3/24/2015 |
1.3.10 | 2,137 | 3/12/2015 |
1.3.9 | 17,973 | 3/5/2015 |
1.3.8 | 2,259 | 2/18/2015 |
1.3.7 | 4,326 | 2/17/2015 |
1.1: Fixed issue with TPH inheritance and improved query generation when entity has more than 1 filter.
1.2: Fixed query generation of user specified linq filters (.Where() conditions) under MySQL not being properly enclosed in ()'s. Fixed SQL Server query generation to not create embedded sub-queries when adding dynamic filters.
1.2.1: Fixed included properties not being filtered.
1.3.0: Added support for linq filters including Contains()
1.3.1: Fixed issue with string in collection
1.3.2: Fixed issue with InitializeDynamicFilters() being called multiple times if more than 1 DbContext is used. Now no longer necessary to call it at all.
1.3.3: Changed how filters are disabled. Filters are no longer disabled using a null value on a parameter value. Fixes not being able to disable filters that have multiple parameters or that use the Contains() operator.
1.3.4: Fixed null reference exception under EF 6.1.2
1.3.5: Fixed issue parsing constant compared against a nullable property
1.3.5.1: Fixed bad NuGet package!
1.3.6: Fixed issue with filters not being applied on multiple navigation properties of same class/interface. Added DisableFilterGlobally().
1.3.7: Added DisableAllFilters() and EnableAllFilters()
1.3.8: Fixed several issues with comparisons against "null" and Nullable<T>.HasValue not translating to sql "is null"