-
Notifications
You must be signed in to change notification settings - Fork 8
feat: Update to .net 10, nuget packages, C# 14.0 #864
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Upgrades the solution to the .NET 10 / C# 14 toolchain and refreshes NuGet dependencies, with a few targeted code updates to accommodate framework/library API and analyzer changes.
Changes:
- Retarget projects from
net9.0tonet10.0and updateLangVersionto 14. - Update centralized package versions (ASP.NET, EF Core, Semantic Kernel, etc.).
- Adjust code for updated APIs/analyzers (ForwardedHeaders options, EF test DI overrides, OpenAI preview warning suppressions).
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| EssentialCSharp.Web/Program.cs | Updates forwarded headers configuration API usage for newer ASP.NET. |
| EssentialCSharp.Web/EssentialCSharp.Web.csproj | Retargets to net10.0 and suppresses CA1873 at the project level. |
| EssentialCSharp.Web.Tests/WebApplicationFactory.cs | Updates EF Core service removal strategy for test-time SQLite wiring. |
| EssentialCSharp.Web.Tests/EssentialCSharp.Web.Tests.csproj | Retargets test project to net10.0. |
| EssentialCSharp.Chat/EssentialCSharp.Chat.csproj | Retargets chat app to net10.0. |
| EssentialCSharp.Chat.Tests/EssentialCSharp.Chat.Tests.csproj | Retargets chat tests to net10.0. |
| EssentialCSharp.Chat.Shared/Services/AIChatService.cs | Adds OPENAI001 suppressions and updates Responses API tool creation call signature/usage. |
| EssentialCSharp.Chat.Shared/Extensions/ServiceCollectionExtensions.cs | Renames Postgres scope field and updates its usage. |
| EssentialCSharp.Chat.Shared/EssentialCSharp.Chat.Common.csproj | Retargets shared chat library to net10.0. |
| Directory.Packages.props | Updates central package versions for .NET 10 wave dependencies. |
| Directory.Build.props | Updates global language version to C# 14. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
No description provided.