I\'m using Automapper to copy values from one instance to another, and I\'m finding that if the class has an array property, and the source instance has the property set to
I think this is just a quirk from using the exact same type for both source and destination. If you actually make them different types, the byte array comes through as null.