When I try to create a map in 5.0.0 between two objects which contain properties of type List, I receive an IndexOutOfBounds exception on the mapper Initialize: Index was outside the bounds of the array.
If I change the properties to dynamic, no exception is received.