Info
Version: | 1.1.0 |
Author(s): | Yuri Pereira |
Last Update: | Wednesday, April 29, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/yurisouza/expressionbuildernetcore |
NuGet Url: | https://www.nuget.org/packages/ExpressionBuilderNetCore |
Install
Install-Package ExpressionBuilderNetCore
dotnet add package ExpressionBuilderNetCore
paket add ExpressionBuilderNetCore
ExpressionBuilderNetCore Download (Unzip the "nupkg" after downloading)
Dependencies
netcoreapp2.1
- Microsoft.Extensions.Configuration.Abstractions(>= 2.2.0)
- Microsoft.Extensions.Configuration.Binder(>= 2.2.4)
- Microsoft.Extensions.Configuration.Json(>= 2.2.0)
- System.ComponentModel.Annotations(>= 4.5.0)
- System.Configuration.ConfigurationManager(>= 4.5.0)
- Microsoft.Extensions.Configuration.Abstractions(>= 2.2.0)
- Microsoft.Extensions.Configuration.Binder(>= 2.2.4)
- Microsoft.Extensions.Configuration.Json(>= 2.2.0)
- System.ComponentModel.Annotations(>= 4.5.0)
- System.Configuration.ConfigurationManager(>= 4.5.0)
You can even use this as a base to allow you to build filters dynamically.
Packed with features; you can save and re-run filters, not have to worry about NULL checks (it's automatic), build complex queries with groups and more!.