AutoMapper / AutoMapper.Extensions.OData

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

A few tests with custom projection parameters #191

Closed orty closed 9 months ago

orty commented 9 months ago

Here are the unit tests demonstrating the issues regarding custom projection parameters.

Some tests work in an in-memory scenario (like FilteringOnChildCollection_ParameterizedProjectedProperty_WithMatches) but an additional check in an EF / EF Core environment would be safer.

BlaiseD commented 9 months ago

All the web tests use a live SQL Server database. Ok to create a PR to switch from in memory to local db for the other EF Core tests.