AutoMapper / AutoMapper.Extensions.OData

Creates LINQ expressions from ODataQueryOptions and executes the query.
MIT License
140 stars 38 forks source link

Updated unit tests and README.md for custom `EnableQuery` usage #168

Closed cympatic closed 1 year ago

cympatic commented 1 year ago

Tests for the use of $apply are added in the AggregationTests. Grouping and aggregation cannot be used on navigation properties

BlaiseD commented 1 year ago

Can we have one without the unneeded changes please? e.g. changes in GetTests and moving controllers to new files - they won't need reviewing if they are not there.

cympatic commented 1 year ago

I don't get your comments on the changes in GetTests and moving controllers to a separate file. It's small cleanup without any harm done. But changes are reverted. Perhaps it's worth considering a cleanup/reorganize of the project Web.Tests and their related WebAPI projects in another PR

BlaiseD commented 1 year ago

Thanks