[Dressca] .NET 10へアップデートする#3528
Merged
tsuna-can-se merged 23 commits intomainfrom Nov 14, 2025
Hidden character warning
The head ref may contain hidden characters: "feature/(dressca).NET10\u3078\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9"
Merged
Conversation
KentaHizume
commented
Oct 31, 2025
KentaHizume
commented
Oct 31, 2025
6 tasks
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades the Dressca backend project from .NET 8 to .NET 10 RC2. The changes include updating the target framework, SDK version, package references, and removing unused dependencies.
- Updates .NET SDK and target framework from 8.0 to 10.0 RC2
- Updates all Microsoft package dependencies to version 10.0.0-rc.2.25502.107
- Removes unnecessary null checks and unused package references
Reviewed Changes
Copilot reviewed 11 out of 12 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| global.json | Updates SDK version to 10.0.100-rc.2 |
| Directory.Build.props | Changes target framework from net8.0 to net10.0 |
| Directory.Packages.props | Updates all Microsoft package versions to 10.0.0-rc.2.25502.107 |
| Dressca.Web.csproj | Removes unused Microsoft.Extensions.Logging.Abstractions package reference |
| Dressca.EfInfrastructure.csproj | Adds Microsoft.Build.Tasks.Core and Microsoft.Build.Utilities.Core packages |
| CookieSettings.cs (2 files) | Removes incorrect ArgumentNullException.ThrowIfNull calls |
| DresscaDbContextModelSnapshot.cs | Updates ProductVersion annotation and ComplexProperty method signatures for EF Core 10 |
| InitialCreate migration files | Updates ProductVersion annotation and ComplexProperty method signatures for EF Core 10 |
| CI workflow files | Updates dotnet-version from 8.* to 10.* in GitHub Actions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
結合テスト用にProgramクラスを公開する必要はなくなったので削除する。 https://learn.microsoft.com/ja-jp/aspnet/core/diagnostics/asp0027?view=aspnetcore-10.0
This reverts commit 6f772db.
This reverts commit 7a362d9.
Test Result 📝Test was a success. Coverage 📐Summary
Dressca.ApplicationCore - 96%
Dressca.EfInfrastructure - 16.5%
Dressca.Store.Assets.StaticFiles - 17.2%
Dressca.SystemCommon - 83.3%
Dressca.Web - 26.5%
Dressca.Web.Consumer - 43.7%
Dressca.Web.Consumer.Dto - 57.4%
|
Test Result 📝Test was a success. Coverage 📐Summary
Dressca.ApplicationCore - 93.5%
Dressca.EfInfrastructure - 14.2%
Dressca.Store.Assets.StaticFiles - 17.2%
Dressca.SystemCommon - 83.3%
Dressca.Web - 31.9%
Dressca.Web.Admin - 26.9%
Dressca.Web.Admin.Dto - 0%
|
tsuna-can-se
approved these changes
Nov 14, 2025
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.
この Pull request で実施したこと
この Pull request では実施していないこと
本 PR では .NET 10 の新機能および C# 14 の新機能の活用に関する変更は行っていません。
Issues や Discussions 、関連する Web サイトなどへのリンク