Replies: 1 comment
-
You need |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Source/destination types
Mapping configuration
Version: 11.0.1
I have AutoMapper.EF6 installed, I use EF6, and I use ProjectTo, from:
namespace AutoMapper.QueryableExtensions
.Expected behavior
I expected that ApplicationDetailedOutputDto will be projected. Note: I wanted to make my life a little bit easier by making DetailedOutputDto a child of PartialOutputDto, and probably it's a source of all evil.
Actual behavior
Steps to reproduce
Beta Was this translation helpful? Give feedback.
All reactions