Conversation
Updates the project to use .NET 10. This includes updating the target framework in the project files, updating the .NET SDK version in the GitHub workflows, and updating the base Docker images. The ArgumentException.ThrowIfNullOrEmpty method calls have also been simplified.
Closed
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the project from .NET 8.0 to .NET 10.0, including all associated packages, Docker images, CI/CD workflows, and documentation. The update also includes API changes such as simplified ArgumentException.ThrowIfNullOrEmpty calls and property access changes for role colors.
Key Changes:
- Target framework updated from
net8.0tonet10.0across all projects - Microsoft.Extensions.* packages updated from 9.0.10 to 10.0.0
- Microsoft.NET.Test.Sdk updated from 18.0.0 to 18.0.1
- Docker base images updated to use .NET 10 SDK and runtime
- API usage modernized to reflect .NET 10 changes (ArgumentException, role color access)
Reviewed Changes
Copilot reviewed 36 out of 36 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| All .csproj files | Updated TargetFramework to net10.0 and package versions to 10.0.0 |
| Startup.cs files (samples) | Removed redundant parameter names from ArgumentException.ThrowIfNullOrEmpty calls |
| RoleCommands.cs | Updated to use Colors.Primary instead of Color property |
| Dockerfile files | Updated base images to .NET 10 SDK and runtime |
| GitHub workflow files | Updated dotnet-version to 10.0.x |
| README and docs | Updated documentation references from .NET 7/8 to .NET 10 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Description
Closes #325
Screenshots (if appropriate):
Types of changes
Checklist: