Ignore indexer Property with automapper 11 #3858
Locked
jogibear9988
started this conversation in
NA
Replies: 1 comment
-
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.
-
In your upgrade Guide here:
https://github.com/AutoMapper/AutoMapper/blob/master/docs/11.0-Upgrade-Guide.md#c-indexers-item-property
You wrot eIndexers are not Ignored by default.
But how can I ignore them?
I tried per Type via:
But the "Item" Property is not visible in C#
How should it be done per member?
Beta Was this translation helpful? Give feedback.
All reactions