AzureADB2CAuth を .NET 10 にアップデートする#3572
Merged
tsuna-can-se merged 7 commits intomainfrom Nov 14, 2025
Hidden character warning
The head ref may contain hidden characters: "feature/AzureADB2CAuth\u3092.NET10\u306b\u30a2\u30c3\u30d7\u30c7\u30fc\u30c8"
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades the AzureADB2CAuth sample application from .NET 8 to .NET 10 RC2. The changes update the target framework, SDK version, ASP.NET Core package versions, and removes the partial Program class declaration.
- Updates target framework from net8.0 to net10.0
- Upgrades ASP.NET Core packages from 8.0.21 to 10.0.0-rc.2.25502.107
- Removes the partial Program class declaration used for integration testing
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| samples/AzureADB2CAuth/auth-backend/src/Dressca.Web/Program.cs | Removes partial Program class declaration |
| samples/AzureADB2CAuth/auth-backend/global.json | Updates SDK version to 10.0.100-rc.2 |
| samples/AzureADB2CAuth/auth-backend/Directory.Packages.props | Upgrades ASP.NET Core package versions to 10.0.0-rc.2.25502.107 |
| samples/AzureADB2CAuth/auth-backend/Directory.Build.props | Changes target framework to net10.0 |
| .github/workflows/samples-azure-ad-b2c-auth-ci.yml | Updates dotnet-version to '10.*' |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
KentaHizume
commented
Nov 14, 2025
KentaHizume
commented
Nov 14, 2025
KentaHizume
commented
Nov 14, 2025
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 サイトなどへのリンク