SkywardApps / popcorn

Popcorn is a .Net Middleware for your RESTful API that allows your consumers to request exactly as much or as little as they need, with no effort from you.
https://skywardapps.github.io/popcorn/
MIT License
59 stars 19 forks source link

#15 Add optional configuration mapping to EntityFrameworkCore #23

Closed aerotog closed 7 years ago

aerotog commented 7 years ago

This resolves #15.

alexbarbato commented 7 years ago

Sweet! I think this functionally achieves what we were looking for. Let's see what @undiwahn says, but would you be able to add a test to ExpanderCoreTest.cs that basically asserts the expected behavior shown in #15 works?

It's my bad that I didn't include that as an expected result and no sweat if you can't, we can always add it on our end.

PS: FYI for any other reviewer, as this is before we had the GitHub CI set-up, all tests pass.