Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds 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.
Key changes:
- 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 version 10.0.0
- Added .NET 10.0.x SDK to GitHub Actions CI and release workflows
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/AutoMapper/AutoMapper.csproj | Added net10.0 to multi-targeting, updated LangVersion to 14.0, and updated minimum package versions to 10.0.0 |
| src/UnitTests/AutoMapper.UnitTests.csproj | Updated target framework to net10.0 and Microsoft.Extensions.Diagnostics.Testing to 10.0.0 |
| src/IntegrationTests/AutoMapper.IntegrationTests.csproj | Updated target framework to net10.0 and Microsoft.EntityFrameworkCore.SqlServer to 10.0.0 |
| src/TestApp/TestApp.csproj | Updated target framework to net10.0 and Microsoft.Extensions.DependencyInjection to 10.0.0 |
| src/Benchmark/Benchmark.csproj | Updated target framework to net10.0 |
| src/AutoMapper.DI.Tests/AutoMapper.DI.Tests.csproj | Updated target framework to net10.0 and Microsoft.Extensions.DependencyInjection to 10.0.0 |
| .github/workflows/ci.yml | Added .NET 10.0.x SDK to CI workflow |
| .github/workflows/release.yml | Added .NET 10.0.x SDK to release workflow |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Dec 4, 2025
This was referenced Dec 8, 2025
Merged
Closed
This was referenced Dec 15, 2025
Closed
Closed
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #4585