AutoMapper / AutoMapper.Extensions.OData

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

AspNetCore.OData.EF6 - added .NET Standard 2.1 support #59

Closed jesperowski closed 3 years ago

jesperowski commented 3 years ago

There is some problem with build check, but it seems unrelated to the code changes. " Missing value for option 'api-key'" "

BlaiseD commented 3 years ago

That's most likely because the API keys secrets.MYGET_CI_API_KEY live in the AutoMapper repos.

Also maybe consider:

Make sense?

BlaiseD commented 3 years ago

PR# 77 addresses this feature.