Skip to content

v2.9.0-next.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jul 06:21
· 398 commits to main since this release
0ccc734

2.9.0-next.4 (2023-07-26)

Bug Fixes

  • Nullable<T>.Value is no longer treated as a member (#575) (b238481)
  • disable warning when iterating nullable array elements (#592) (8f37f44)
  • incorrect initialization for nullable nested memberpath unflattening (#591) (9b74e8f)
  • prevent generation of empty if not null statements (#576) (8cbeff1)

Features

  • add AllowNullPropertyAssignment option to disable assigning null values to nullable properties (#584) (0ccc734)
  • add tuple mapping support (#467) (208e8b4)