dotnet関連パッケージの更新#3416
Merged
KentaHizume merged 5 commits intomainfrom Oct 22, 2025
Hidden character warning
The head ref may contain hidden characters: "feature/dotnet\u95a2\u9023\u30d1\u30c3\u30b1\u30fc\u30b8\u306e\u66f4\u65b0"
Merged
Conversation
Microsoft.Identity.Web パッケージをバージョン 3.11.0 から 4.0.1 に更新しました。他のパッケージのバージョンには変更がありません。
Contributor
There was a problem hiding this comment.
Pull Request Overview
このPRは、.NET関連パッケージのバージョンアップデートを実施しています。主にセキュリティと機能改善のために、ASP.NET Core、Entity Framework Core、NSwag、Microsoft Identity Webパッケージを最新の安定版に更新し、それに伴うOpenAPI仕様書を再生成しています。
- ASP.NET CoreとEntity Framework Coreを8.0.18から8.0.21に更新
- Microsoft.Identity.Webを3.11.0から4.0.1に更新
- NSwagパッケージを14.4.0から14.6.1に更新
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 |
|---|---|
| samples/Dressca/dressca-backend/Directory.Packages.props | Microsoft ASP.NET Core、Entity Framework Core、NSwagパッケージのバージョン更新 |
| samples/AzureADB2CAuth/auth-backend/Directory.Packages.props | Microsoft ASP.NET Core、Microsoft.Identity.Web、NSwagパッケージのバージョン更新 |
| samples/Dressca/dressca-backend/src/Dressca.Web.Consumer/dressca-api.json | NSwagバージョン番号の更新により再生成されたOpenAPI仕様書 |
| samples/Dressca/dressca-backend/src/Dressca.Web.Admin/dressca-admin-api.json | NSwagバージョン番号の更新により再生成されたOpenAPI仕様書 |
| samples/AzureADB2CAuth/auth-backend/src/Dressca.Web/dressca-api.json | NSwagバージョン番号の更新により再生成されたOpenAPI仕様書 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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.6%
Dressca.Web.Consumer - 43.8%
Dressca.Web.Consumer.Dto - 57.4%
|
KentaHizume
approved these changes
Oct 22, 2025
Contributor
KentaHizume
left a comment
There was a problem hiding this comment.
AzureADB2C サンプルについて、 dev モードで起動して正常にユーザーIDを取得できることを確認しました。
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 で実施したこと
8.0.18から8.0.21に更新しました。Microsoft.Identity.Webを3.11.0から4.0.1に更新しました。NSwag.AspNetCoreとNSwag.MSBuildを14.4.0から14.6.1に更新しました。この Pull request では実施していないこと
PR 提出時において、 Azure AD B2C サンプルの動作確認が完了していません。
Test SDK関連について v18 系で正常動作しない状況のため、 v17の最新までの更新のみとしている。
Issues や Discussions 、関連する Web サイトなどへのリンク
なし