if object a has a property name 'Id' and object b has a property name 'ID' will AutoMapper correctly map the 2 properties (without doing a .ForMember(...) call)?
+5
A:
The trunk version is now default case-insensitive, and supports multiple naming conventions (camelCase, lowercase_underscore, etc). Look for this in the next version of AutoMapper, which should drop in a couple of days.
Jimmy Bogard
2009-09-03 03:24:09
sweet! thanks. I have been using AutoMapper with great success.
Jon Erickson
2009-09-03 06:49:14