Skip to content

Update to EF Core 10 RC 1#327

Merged
ErikEJ merged 3 commits intoefcore:mainfrom
ErikEJ:dotnet-ten
Sep 15, 2025
Merged

Update to EF Core 10 RC 1#327
ErikEJ merged 3 commits intoefcore:mainfrom
ErikEJ:dotnet-ten

Conversation

@ErikEJ
Copy link
Member

@ErikEJ ErikEJ commented Aug 13, 2025

fixes #325

@ErikEJ ErikEJ requested review from Copilot and roji August 13, 2025 09:31
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the project from .NET 9 to .NET 10 preview 7, addressing issue #325. The update includes upgrading the SDK version, target frameworks, package dependencies, and adapting to API changes in the newer .NET version.

  • Updates SDK version to .NET 10.0.100 preview 7
  • Changes target frameworks from net8.0/net9.0 to net10.0
  • Updates EF Core and Microsoft Extensions packages to preview versions
  • Adapts ArgumentException constructor calls to match .NET 10 API changes

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
global.json Updates SDK version to .NET 10 preview 7
EFCore.NamingConventions/EFCore.NamingConventions.csproj Updates target framework to net10.0 and version prefix to 10.0.0
EFCore.NamingConventions/Check.cs Adapts ArgumentException constructor calls for .NET 10 API changes
EFCore.NamingConventions.Test/EFCore.NamingConventions.Test.csproj Updates test project target framework to net10.0
Directory.Packages.props Updates EF Core, Microsoft Extensions, and test package versions to .NET 10 previews

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.

@ErikEJ ErikEJ changed the title Update to .NET 10 preview 7 Update to EF Core 10 RC 1 Sep 15, 2025
Copy link
Member

@roji roji left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @ErikEJ, I can release a version once this is merged (see minor question below.

@ErikEJ ErikEJ merged commit b6a3186 into efcore:main Sep 15, 2025
1 check passed
@ErikEJ
Copy link
Member Author

ErikEJ commented Sep 15, 2025

@roji
Copy link
Member

roji commented Sep 15, 2025

What did I do wrong

Is this because you had the plugin version at 10.0.0 and depended on EF rc.1?

@ErikEJ
Copy link
Member Author

ErikEJ commented Sep 15, 2025

@roji Yes, fixed now

This was referenced Mar 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pre-release version for .NET 10

3 participants