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: cfg.CreateMap<T,T>().ForMember(...); But the "Item" Property is not visible in C# How should it be done per member?
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?