enisn / AutoFilterer

AutoFilterer is a mini filtering framework library for dotnet. The main purpose of the library is to generate LINQ expressions for Entities over DTOs automatically. The first aim is to be compatible with Open API 3.0 Specifications
MIT License
454 stars 36 forks source link

Decision: Dropping `AutoFilterer.Dynamics` support #70

Open enisn opened 9 months ago

enisn commented 9 months ago

Because of my thoughts from here: https://youtu.be/fKgsE3j-6rU?si=71Y-f9xvFkwWYhST

Dynamic filtering is not one of the goals of this library. Dynamic filtering doesn't cover the Open API Specifications, and this library doesn't stand for dynamic filtering. In the next version (v3.0) I'll drop the AutoFilterer.Dynamic support.

Also it blocks the PR #69

enisn commented 9 months ago

No need for now, but in the long term, I'll consider again