AutoMapper / AutoMapper.Extensions.OData

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

$select is not applied #189

Closed DJHightower77 closed 10 months ago

DJHightower77 commented 10 months ago

Using "$select=id,name" will not return only those two properties but the complete (mapped) entity.

BlaiseD commented 10 months ago

You're probably missing explicit expansion in your configuration. See the ReadMe. Also see working examples in the tests.