Skip to content

v4.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Oct 06:18
· 5 commits to refs/heads/main since this release
f72d1b1

🚀 Features

🐛 Bug Fixes

  • support capacity settable members by @latonz in #1526
  • ignore capacity related diagnostics for system collection types when mapping from custom type by @latonz in #1531
  • Removes the obsolete attribute from MapProperty.ctor(string[], string[]) by @latonz in #1535
  • allow assignments of MapValue constant value types to nullable value types by @latonz in #1536
  • handle nullable value types with MapValueAttribute and methods correct by @latonz in #1538
  • correct analysis of property member accessors by @latonz in #1556
  • simplify could not generate mapping exception syntax by @latonz in #1559
  • fix inconsistent handling of mixed nullable contexts by @latonz in #1558
  • allow multiple MapProperty attributes for the same target member by @latonz in #1560
  • correct handling mapping to read-only target arrays by @latonz in #1562
  • lazy load types which are not available on netstandard2.0 by @latonz in #1563

Full Changelog: v4.0.0...v4.1.0