Lucky Penny Software Bundle のリリース
Released: Mar 9, 2026
AutoMapper 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
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...
Released: Mar 3, 2026
MediatR v14.1.0 での更新項目
機能
- Migrated the solution from the traditional .sln format to the newer .slnx (XML-based solution) format, updating target frameworks to .NET 10 and upgrading dependency versions accordingly.
- Migration from MediatR.sln to MediatR.slnx with improved XML-based structure.
- Upgrade of target framework from net6.0 to net10.0 in benchmark projects.
- Update of Microsoft.Extensions.DependencyInjection from version 8.0.0 to 10.0.0.
- Removal of coverlet.collector package reference from dependency injection...
Released: Dec 3, 2025
AutoMapper 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...
Released: Dec 3, 2025
MediatR v14.0.0 での更新項目
機能
- Upgraded the MediatR project to support .NET 10, updating target frameworks and dependency versions across the solution.
- Updated target frameworks from .NET 8/9 to .NET 10 across all projects.
- Upgraded Microsoft.Extensions.* packages from version 8.x/9.x to 10.0.0.
- Updated third-party DI container packages to newer versions compatible with .NET 10.
- Enabled package signing.