Skip to content

AutoMapper/AutoMapper.Extensions.ExpressionMapping

Repository files navigation

AutoMapper extentions for mapping expressions (OData)

To use, configure using the configuration helper method:

Mapper.Initialize(cfg => {
    cfg.AddExpressionMapping();
	// Rest of your configuration
});