Skip to content

AzureADB2CAuth を .NET 10 にアップデートする#3572

Merged
tsuna-can-se merged 7 commits intomainfrom
feature/AzureADB2CAuthを.NET10にアップデート
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

AzureADB2CAuth を .NET 10 にアップデートする#3572
tsuna-can-se merged 7 commits intomainfrom
feature/AzureADB2CAuthを.NET10にアップデート

Conversation

@KentaHizume
Copy link
Copy Markdown
Contributor

@KentaHizume KentaHizume commented Nov 4, 2025

この Pull request で実施したこと

  • AzureADB2CAuth サンプルについて .NET 8系から10 系へメジャーアップデートしました。
  • テストランナーについて、VSTest から Microsoft.Testing.Platform に移行しました。
  • これらの変更に応じて GitHub Actions の環境セットアップおよびコマンドラインを10系ベースに修正しました。

この Pull request では実施していないこと

  • Microsoft.Testing.Platformへの移行を除き、
    本 PR では .NET 10 の新機能および C# 14 の新機能の活用に関する変更は行っていません。

Issues や Discussions 、関連する Web サイトなどへのリンク

@KentaHizume KentaHizume added CI/CD Github Actionsなどの修正 target: Azure AD B2C Auth Azure AD B2C認証の要件別サンプルに関係がある labels Nov 4, 2025
@KentaHizume KentaHizume added this to the v2.0.0 milestone Nov 4, 2025
@KentaHizume KentaHizume linked an issue Nov 4, 2025 that may be closed by this pull request
@KentaHizume KentaHizume self-assigned this Nov 4, 2025
@tsuna-can-se tsuna-can-se requested a review from Copilot November 4, 2025 08:53
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread samples/AzureADB2CAuth/auth-backend/src/Dressca.Web/Program.cs
Comment thread samples/AzureADB2CAuth/auth-backend/global.json
@KentaHizume KentaHizume linked an issue Nov 5, 2025 that may be closed by this pull request
Comment thread samples/AzureADB2CAuth/auth-backend/tests/Directory.Build.props
Comment thread samples/AzureADB2CAuth/auth-backend/global.json
Comment thread .github/workflows/samples-azure-ad-b2c-auth-ci.yml
@tsuna-can-se tsuna-can-se merged commit d8c69c5 into main Nov 14, 2025
9 checks passed
@tsuna-can-se tsuna-can-se deleted the feature/AzureADB2CAuthを.NET10にアップデート branch November 14, 2025 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI/CD Github Actionsなどの修正 target: Azure AD B2C Auth Azure AD B2C認証の要件別サンプルに関係がある

Projects

None yet

Development

Successfully merging this pull request may close these issues.

VSTest から Microsoft.Testing.Platform に移行する AzureADB2CAuh を .NET 10 にアップデート

3 participants