Skip to content

v2.9.0-next.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jul 15:25
· 361 commits to main since this release
3244a52

2.9.0-next.3 (2023-07-16)

Bug Fixes

  • allow reference handling for generic and runtime target type mapping methods (#508) (34b237f)
  • generate nameof compatible member access (#539) (92673db)
  • map existing target sets correct (#500) (38e6556)
  • prevent duplicates attributes and base types for nested mappers (#544) (44667c8)
  • required/init properties not using PropertyNameMappingStrategy (#505) (#556) (564a43e)

Features

  • add IgnoreObsoleteMembers (#392) (def10cf)
  • add option to ignore enum values (#536) (3e2a2c8)
  • add support for Span and Memory mappings (#425) (ac254ca)
  • diagnostic if an incompatible language version is used (#566) (38332a6)
  • ISet and IReadOnlySet support (#502) (9550ae4)
  • optimize enum ByValueCheckDefined strategy and support flags (#510) (602c79d)
  • support derived type configuration inheritance (#509) (66124f8)