Aims to provide an easy way to create a collection of filters inside .NET Core for a set of entities, and to provide context-sensitive information when data-constraints are being applied.
Info
Version: | 2.0.0-rc1 |
Author(s): | Sebastian Krogull |
Last Update: | Tuesday, August 10, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/gravityctrl/FilterChili |
NuGet Url: | https://www.nuget.org/packages/FilterChili |
Install
Install-Package FilterChili
dotnet add package FilterChili
paket add FilterChili
FilterChili Download (Unzip the "nupkg" after downloading)
Dependencies
- JetBrains.Annotations(>= 11.1.0)
- Microsoft.EntityFrameworkCore(>= 2.0.1)
- Newtonsoft.Json(>= 10.0.3)
Tags