AutoMapper のリリース

Released: Mar 9, 2026

v16.1.1 での更新項目

機能

  • Added two new artifact capabilities to both the CI and Release workflows: publishing .trx test results as GitHub Check annotations using dorny/test-reporter, and (release workflow only) generating a Software Bill of Materials (SBOM) using Microsoft's sbom-tool. The checks: write permission is added to both workflows to support the test reporter.
  • Changes:
    • Add checks: write permission to both ci.yml and release.yml to allow the test reporter to post Check annotations.
    • Add a "Report Test...

Released: Mar 3, 2026

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...

Released: Dec 3, 2025

v16.0.0 での更新項目

機能

  • Added support for .NET 10 to the AutoMapper project by updating target frameworks, package versions, and CI/CD workflows. The changes ensure the library can be built and tested against the latest .NET version.
    • Added net10.0 as a target framework across test and application projects, and as an additional multi-target in the main AutoMapper library.
    • Updated C# language version from 13.0 to 14.0 to align with .NET 10.
    • Updated Microsoft.Extensions.* and Microsoft.EntityFrameworkCore packages to...