docs/source/13.0-Upgrade-Guide.md
AddAutoMapper is part of the core package and the DI package is discontinuedAllowAdditiveTypeMapCreation was removedBe sure to call CreateMap once for a source type, destination type pair. If you want to reuse configuration, use mapping inheritance.
We consider this an off the beaten path feature and we don't expose it through CreateProjection. You can use an extension method or CreateMap.
Context.State similar to Context.ItemsThe same pattern the framework uses to pass state to delegates. Note that State and Items are mutually exclusive per Map call.
To avoid broken implementations, we no longer call those when checking for identical source objects, we hard code to checking object references.