Skip to content

v2.9.0-next.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 11 May 06:52
· 513 commits to main since this release
b17f666

2.9.0-next.1 (2023-05-11)

Bug Fixes

  • exclude explicit casts when source type is object (#400) (3af9cc9)
  • lambdas should use correct scopes to generate names (#411) (e5d9bb2)
  • prevent throw throw being generated. (#415) (3c41c84)
  • seal all configuration attributes (#403) (cb837e0)
  • support queryable projection mappings for derived type mappings (#412) (98a44a0)
  • throw NullReferenceException for element access (#414) (78b2736)
  • update IsImmutable to identify valid types on framework (#388) (b9a1f19)

Features

  • accept destination type as mapping method parameter (#398) (b17f666)
  • support derived type mappings (#366) (11995f0)
  • support for strict enum mappings (#356) (b13d364)