One to Many Guid
Since Guid is not a primitive type, mapping a collection of these (ISet) fails where it is trying to map it with <one-to-many instead of .
My workaround was to implement IAutoMapStep and override in my AutoMap configuration, stealing code from SimpleTypeCollectionStep. It'd be nice to have that check for Guid in addition to DateTime and string though.