AutoMapper / AutoMapper.Extensions.OData

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

Updating OData Package to latest 8.2.4 #205

Closed KryptoBeard closed 5 months ago

KryptoBeard commented 6 months ago

Updated OData package, it hadn't been updated for awhile and there were quite a few releases since.

Verified Tests complete. Had to change a test as the error message thrown had different verbiage.

BlaiseD commented 6 months ago

Maybe we should hold on to this until a major release (with AutoMapper v13 maybe) otherwise we force all users to upgrade. Unless your PR needs a new feature - then we won't have a choice. Installing 8.2.4 in the referencing project should allow you to upgrade.

Thoughts?

KryptoBeard commented 5 months ago

Yup that works.