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
458 stars 37 forks source link

Convert to property access instead constants #69

Closed enisn closed 10 months ago

enisn commented 11 months ago

Resolves #68


Changes

enisn commented 11 months ago

I broke some of cases with this changes, I'll work on them