AutoMapper/AutoMapper.Extensions.OData

$select is not applied

DJHightower77 opened this issue · 1 comments

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

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