tbrittain / SmbExplorerCompanion

Baseball-Reference style desktop application for Super Mega Baseball 4 franchise playthroughs
MIT License
2 stars 0 forks source link

Bump Riok.Mapperly from 2.8.0 to 3.0.0 #51

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps Riok.Mapperly from 2.8.0 to 3.0.0.

Release notes

Sourced from Riok.Mapperly's releases.

v3.0.0

3.0.0 (2023-08-07)

Bug Fixes

  • Nullable<T>.Value is no longer treated as a member (#575) (b238481)
  • Add comment (#496) (b3e1657)
  • add private does not obscure test (#554) (f6d8d34)
  • allow reference handling for generic and runtime target type mapping methods (#508) (34b237f)
  • clone array when deepcloning is enabled and target is an IEnumerable (#431) (082d877)
  • disable warning when iterating nullable array elements (#592) (8f37f44)
  • exclude explicit casts when source type is object (#400) (3af9cc9)
  • existing dictionary and enumerable mapping should respect enabled conversion types (#459) (86f48a2)
  • generate nameof compatible member access (#539) (92673db)
  • handle internal visibility correctly (#597) (5d4596a)
  • ignore user implemented generic methods (#423) (408d03f)
  • improve performance for member resolution (#603) (641c1bf)
  • incorrect initialization for nullable nested memberpath unflattening (#591) (9b74e8f)
  • lambdas should use correct scopes to generate names (#411) (e5d9bb2)
  • make all attributes sealed (#614) (24614c0)
  • map existing target sets correct (#500) (38e6556)
  • only use instance constructors to create new object instances (#458) (848fb45)
  • prevent ctormapping using inaccessible constructors (#456) (125742e)
  • prevent duplicates attributes and base types for nested mappers (#544) (44667c8)
  • prevent generation of empty if not null statements (#576) (8cbeff1)
  • prevent mapping backing field (#608) (d768dbb)
  • prevent throw throw being generated. (#415) (3c41c84)
  • remove obsolete MapperIgnoreAttribute (#611) (c7a5099)
  • required/init properties not using PropertyNameMappingStrategy (#505) (#556) (564a43e)
  • 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)
  • use ToList/ToArray to clone enumerable interfaces (#432) (f947cbf)

Features

  • accept destination type as mapping method parameter (#398) (b17f666)
  • add AllowNullPropertyAssignment option to disable assigning null values to nullable properties (#584) (0ccc734)
  • add IgnoreObsoleteMembers (#392) (def10cf)
  • add option to ignore enum values (#536) (3e2a2c8)
  • add support for Span and Memory mappings (#425) (ac254ca)
  • add support for user defined generic mapping methods (#461) (ddbc516)
  • add tuple mapping support (#467) (208e8b4)
  • Added MapEnumValueAttribute and support for explicit named enum value mapping (#468) (64e6c9d)
  • added source generator benchmark (#419) (b6836b2)
  • cache attribute symbols (#478) (fbe8ba1)
  • diagnostic if an incompatible language version is used (#566) (38332a6)

... (truncated)

Commits
  • 24614c0 fix: make all attributes sealed (#614)
  • 3d2ed69 feat: Map all accessible members by default (#597) (#612)
  • c7a5099 fix: remove obsolete MapperIgnoreAttribute (#611)
  • 61612ae chore(deps): Bump Meziantou.Analyzer from 2.0.77 to 2.0.79 (#609)
  • e9cb2c2 chore: fix test, remove unused code, minor refactors (#607)
  • d768dbb fix: prevent mapping backing field (#608)
  • e8fc876 chore(deps): Bump Meziantou.Analyzer from 2.0.70 to 2.0.77 (#605)
  • 60194db chore: add Meziantou.Analyzer (#604)
  • 641c1bf fix: improve performance for member resolution (#603)
  • 9e4e427 chore: add test for private field mapping inside a class (#601)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)