AutoMapper / AutoMapper.Extensions.OData

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

fix Issue #100 - Expanded navigation properties MUST be returned, even if they are not specified in $select #133

Closed dummy3k closed 2 years ago

dummy3k commented 2 years ago

This fixes issue #100.

BlaiseD commented 2 years ago

Thanks