Lucky Penny Software Bundle - includes AutoMapper v16.1.0

Released: Mar 3, 2026

AutoMapper v16.1.0 での更新項目

機能

  • Added Debug and Release build configurations to slnx.
  • Migrated the AutoMapper solution from the traditional .sln format to the newer XML-based .slnx format.
  • Added DI-enabled conditions and pre-conditions; updated docs accordingly.
  • Added support for DI-enabled destination factories.
  • Wrapping the exception to provide better feedback to the user.
  • Now disable polymorphic LINQ mapping.

不具合の修正

  • Fixed duplicate BOM in ServiceCollectionExtensions.cs.
  • Fixed review feedback: double semicolon, DI condition integration test, docs example.
  • Fixed bug around order of open generic registration.
  • Correctly converting nullables for MapAtRuntime.
  • Correctly handling consecutive uppercase characters.