We are using AutoMapper Profiles in order to keep our mappings decentralized. This works well, but we sometimes get some hard to debug issues when there are duplicate CreateMap calls. Is there a way to prevent this? This seems like it should be supported natively by the framework in an effort to cut down on difficult to find bugs.
I ran across this post describing what I'm looking for, but I don't think it was ever implemented.