Update to .NET 10#175
Conversation
Test results50 tests 50 ✅ 3s ⏱️ Results for commit 5659939. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Pull request overview
This pull request updates the backend project from .NET 9 to .NET 10, including all associated package dependencies and tooling configurations.
Changes:
- Updated target framework from net9.0 to net10.0
- Updated Aspire packages from 9.3.1 to 13.1.0
- Updated Microsoft packages to 10.x versions compatible with .NET 10
- Updated testing infrastructure including Testcontainers (4.6.0 → 4.10.0) and xUnit (2.0.3 → 3.2.2)
- Updated GitHub Actions workflow to use .NET 10
Reviewed changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| backend/Directory.Build.props | Updated TargetFramework from net9.0 to net10.0 |
| backend/Directory.Packages.props | Updated all package versions for .NET 10 compatibility |
| backend/src/Jobs/packages.lock.json | Regenerated lock file with .NET 10 package versions |
| backend/src/Api/packages.lock.json | Regenerated lock file with .NET 10 package versions |
| backend/tests/Database.Tests/DatabaseFixture.cs | Updated Testcontainers API to use constructor-based image specification |
| backend/tests/Api.Tests/StorageProvider.cs | Updated Testcontainers API to use constructor-based image specification |
| backend/tests/Api.Tests/DatabaseProvider.cs | Updated Testcontainers API to use constructor-based image specification |
| backend/src/Storage/ServiceRegistration.cs | Updated Azure Storage client registration method names |
| backend/src/Api/Endpoints/Posts/AddPostEndpoint.cs | Updated FastEndpoints API from SendCreatedAtAsync to Send.CreatedAtAsync |
| .github/workflows/cicd-backend.yml | Updated to use .NET 10 and setup-dotnet@v5 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #175 +/- ##
==========================================
+ Coverage 78.44% 78.47% +0.02%
==========================================
Files 112 112
Lines 1698 1700 +2
Branches 68 68
==========================================
+ Hits 1332 1334 +2
Misses 350 350
Partials 16 16 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…vaScript and update AppHost
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 12 out of 13 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.