Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v4.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Oct 13:40
· 35 commits to refs/heads/main since this release
e5ef7ea

πŸš€ Features

  • Support unsafe accessors in generic classes and nested mappers by @latonz in #1814
  • Support roslyn 4.14 by @latonz in #1837
  • Allow to disable null mismatch diagnostics RMG089 per member by @3sRykaert in #1804
  • Include mapping configuration by @faddiv in #1833
  • Support multiple mapping configuration includes by @latonz in #1854
  • Explicit named mappings by @faddiv in #1863
  • Support ref keyword in user defined methods for the target parameter by @EraYaN in #1895
  • Add notnull constraint support in nullable disabled contexts by @clegoz in #1947
  • Reference External mappings by @faddiv in #1890
  • Add support for ignoring static convert methods with MapperIgnore by @iclectic in #1941

πŸ› Bug Fixes

  • Nullable user implemented value type mappings in queryable projections by @latonz in #1835
  • Resolve top-level user-implemented mappings when resolving queryable projections by @latonz in #1852
  • Name collision, reuse context within switch statement by @EraYaN in #1911
  • Correctly inline user-defined nested queryable projection mappings by @latonz in #1966
  • Handle single segment fullnameof by @faddiv in #1980

Full Changelog: v4.2.1...v4.3.0