Skip to content

Initial release

Compare
Choose a tag to compare
@nejcskofic nejcskofic released this 03 Feb 20:32
· 11 commits to master since this release

Version 1.0.x

This is initial release of SimpleObjectMapper NuGet package. This version supports the following:

  • ObjectMapper.Framework library contains basic mapping interfaces which you can use on your classes to define mapping contract
  • ObjectMapper.Framework library contains some helper extensions, such as copying data from one collection to another and creating new objects and copying data into them
  • Contains analyzer and code generator with which you can generate mapping code
    • Generated code matches properties by name and type
    • Supports copying between collections if generic type is the same
    • Currently there is no support for copying nested structures