Skip to content

code-patterns 3.6.0-beta

Pre-release
Pre-release

Choose a tag to compare

@TheTribe TheTribe released this 12 Oct 13:12
· 110 commits to master since this release
  • New components in Patterns.Mapping (new dependency: AutoMapper):
    • IMappingServices → encapsulates IMappingEngine, IConfiguration, and IConfigurationProvider from AutoMapper (issue 53)
    • MappingServices → simplest implementation of IMappingEngine; uses constructor injection
  • New module in Patterns.Autofac.Mapping: MappingModule → registers static AutoMapper assets to facilitate injection into MappingServices (issue 54)