AutoMapper / AutoMapper.Extensions.OData

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

Add support for EnableConstantParameterization #215

Closed alexmo16 closed 1 month ago

alexmo16 commented 1 month ago

adds the possibility of configuring the EnableConstantParameterization of ODataQuerySettings object. It is useful to be able to configure that property, since it can affect performance drastically.

Related discussion: https://github.com/AutoMapper/AutoMapper.Extensions.OData/discussions/212 Related documentation: https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnet.odata.query.odataquerysettings.enableconstantparameterization?view=odata-aspnetcore-7.0

BlaiseD commented 1 month ago

Thanks

amorelIM commented 1 month ago

@BlaiseD When should we expect a new release including these changes? Thank you.