Skip to content

Conversation

@martincostello
Copy link
Member

Update to release candidate 1 of ASP.NET Core 10.

Update to release candidate 1 of ASP.NET Core 10.
- Fix obsolete usage of `WebHostBuilder`.
- Update `JetBrains.Annotations` and `Microsoft.IdentityModel.Protocols.OpenIdConnect` to their latest versions.
- Disable `IDE0058`.
@martincostello martincostello marked this pull request as ready for review September 9, 2025 13:36
Copilot AI review requested due to automatic review settings September 9, 2025 13:36
Copy link

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 updates the project from ASP.NET Core 10 Preview 7 to Release Candidate 1, bringing the codebase up to date with the latest pre-release version.

  • Updates .NET SDK version to RC1 (10.0.100-rc.1.25451.107)
  • Migrates test infrastructure to use the new hosting model with ConfigureWebHost and CreateHostBuilder
  • Updates package dependencies to their RC1 versions and refactors test class to use primary constructor

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
global.json Updates SDK and tooling versions to RC1
eng/Versions.props Changes version labels from preview to release candidate
Directory.Packages.props Updates ASP.NET Core package versions to RC1 and newer dependency versions
test/.../ApplicationFactory.cs Migrates from deprecated CreateWebHostBuilder to modern hosting pattern
test/.../AppleClientSecretGeneratorTests.cs Refactors to use primary constructor and new hosting model
.editorconfig Adds diagnostic suppression for IDE0058

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@martincostello martincostello merged commit 5fec012 into dev-v10 Sep 9, 2025
6 checks passed
@martincostello martincostello deleted the update-dotnet-sdk-10.0.100-rc.1.25451.107 branch September 9, 2025 13:36
martincostello added a commit that referenced this pull request Nov 11, 2025
* Update to ASP.NET Core 10 preview 1

Update to preview 1 of ASP.NET Core 10.

* Update to ASP.NET Core 10 preview 2

Update to preview 2 of ASP.NET Core 10.

* Update package baselines

Remove custom baselines for 9.x packages.

* Update to ASP.NET Core 10 preview 3

Update to preview 3 of ASP.NET Core 10.

* Remove PackageValidationBaselineVersion

Remove PackageValidationBaselineVersion for 10.0.

* Update to ASP.NET Core 10 preview 4

Update to preview 4 of ASP.NET Core 10.

* Remove PackageValidationBaselineVersion

Remove PackageValidationBaselineVersion for Bilibili.

* Update to ASP.NET Core 10 preview 5

Update to preview 5 of ASP.NET Core 10.

* Update to ASP.NET Core 10 preview 6

Update to preview 6 of ASP.NET Core 10.

* Update to ASP.NET Core 10 preview 7 (#1092)

Update to preview 7 of ASP.NET Core 10.

* Update to ASP.NET Core 10 RC1 (#1104)

- Update to release candidate 1 of ASP.NET Core 10.
- Fix obsolete usage of `WebHostBuilder`.
- Update `JetBrains.Annotations` and `Microsoft.IdentityModel.Protocols.OpenIdConnect` to their latest versions.
- Disable `IDE0058`.

* Update to ASP.NET Core 10 RC2

Update to Release Candidate 2 of ASP.NET Core 10.

* Update Arcade for .NET 10

Apply Arcade updates for .NET 10.

* Set executable bit

Set the executable bit for Linux and macOS.

* Update to .NET 10 RTM

Update to stable version of .NET 10.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants