code-patterns 3.6.0-beta
Pre-release
Pre-release
- New components in
Patterns.Mapping(new dependency: AutoMapper):IMappingServices→ encapsulatesIMappingEngine,IConfiguration, andIConfigurationProviderfrom AutoMapper (issue 53)MappingServices→ simplest implementation ofIMappingEngine; uses constructor injection
- New module in
Patterns.Autofac.Mapping:MappingModule→ registers static AutoMapper assets to facilitate injection intoMappingServices(issue 54)