Add .NET 10 / EF Core 10 / AutoMapper 16 support#87
Open
xrkolovos wants to merge 2 commits intoAutoMapper:masterfrom
Open
Add .NET 10 / EF Core 10 / AutoMapper 16 support#87xrkolovos wants to merge 2 commits intoAutoMapper:masterfrom
xrkolovos wants to merge 2 commits intoAutoMapper:masterfrom
Conversation
- Add net10.0 target framework - Update AutoMapper to 16.x, AutoMapper.Collection to 13.x, ExpressionMapping to 10.x - Update EF Core per TFM: 8.0.16 (net8.0), 9.0.7 (net9.0), 10.0.5 (net10.0) - Update test dependencies: FluentAssertions 8.9.0, xunit 2.9.3, Test SDK 18.3.0 - Update tooling: Roslynator 4.15.0, MinVer 7.0.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
windows-latest may not have .NET 8/9/10 pre-installed, so explicitly set up all required SDKs for multi-targeting. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Author
|
@dotnet-policy-service agree company="egritosgroup" |
Author
|
@jbogard who can check and accept this? |
|
@xrkolovos can you request a PR review from Jimmy? |
Author
|
@lbargaoanu @Nicot3 can you merge this pr? thank you |
jbogard
approved these changes
Mar 26, 2026
|
@xrkolovos I've just have a quick look without testing or building but, it is possible to add more versions? For example, AutoMapper.Extensions on version 12 is compatible with .NET 10, and with this change is not going to be possible to use this version anymore. This will force update to some people that maybe don't need to update his dependencies. I'm not 100% sure anyways, need to investigate a bit more or get a second opinion 😄 |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Test plan