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

✨ Implementation of Select Expression #21

Open enisn opened 3 years ago

enisn commented 3 years ago

Related with #20

Files

Awaiting implementation in 2 files:

Documentation

Also, Implementation requires documentation too. Issue #20 can help to prepare documentation.

Tests

Basics tests are ready like below, but more tests are required to handle most of scenarios.

https://github.com/enisn/AutoFilterer/blob/feature/select-expression/tests/AutoFilterer.Tests/Types/SelectorFilterBaseTests.cs