Replies: 1 comment
-
It works perfectly, I was calling from the wrong endpoint (where the item is not set) 🤦♂️ |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm using Automapper.Extensions.Microsoft.Dependencyinjection (8.1.1)
I'm trying to send a boolean to the mapper to tell the mapper to map the related entities in AfterMap, this boolean is sent as an entry in the Items dictionary, but when I access the ResolutionContext in the AfterMap the dictionary is empty. What am I doing wrong?
This is the scenario
Profile:
Extensions (Where I insert/read the boolean)
Mapping invocation:
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions