Merged
Conversation
There was a problem hiding this comment.
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.
Member
Author
Member
Is this because you had the plugin version at 10.0.0 and depended on EF rc.1? |
Member
Author
|
@roji Yes, fixed now |
This was referenced Jan 12, 2026
This was referenced Jan 22, 2026
Closed
This was referenced Jan 31, 2026
Closed
This was referenced Mar 11, 2026
Closed
Closed
Closed
Closed
Closed
Open
Open
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.
fixes #325