Skip to content

Bump .NET 11 SDK and packages to preview 6#10115

Merged
glen-84 merged 5 commits into
mainfrom
gai/bump-net11-preview6
Jul 19, 2026
Merged

Bump .NET 11 SDK and packages to preview 6#10115
glen-84 merged 5 commits into
mainfrom
gai/bump-net11-preview6

Conversation

@glen-84

@glen-84 glen-84 commented Jul 16, 2026

Copy link
Copy Markdown
Member

Summary

  • Bump the .NET 11 SDK to 11.0.100-preview.6.26359.118 (global.json and the CI, coverage, release, and benchmarks workflows) and the net11.0 preview packages (ASP.NET Core, EF Core, Npgsql, Extensions, and System.*) to preview.6.
  • Bump Basic.Reference.Assemblies to 1.8.10 so the analyzer tests compile against the preview.6 net11.0 reference assemblies.
  • Refresh the net11.0 OpenAPI adapter snapshots for the OpenAPI 3.2.0 documents that Microsoft.AspNetCore.OpenApi preview.6 emits.
  • Scrub the runtime-async continuation frames that preview.6 adds to captured stack traces, keeping the diagnostics activity snapshots stable across runtimes.

Test plan

  • dotnet test src/HotChocolate/Data/test/Data.PostgreSQL.Tests --framework net11.0 — passed.
  • dotnet test src/HotChocolate/Adapters/test/Adapters.OpenApi.Tests --framework net11.0 — passed.
  • dotnet test src/HotChocolate/Diagnostics/test/Diagnostics.Tests --framework net11.0 — passed.
  • Analyzer suites (Types.Analyzers.Tests, Types.Analyzers.Integration.Tests, Mocha.Analyzers.Tests) on net11.0 — passed.

Copilot AI review requested due to automatic review settings July 16, 2026 12:57

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the repository’s .NET 11 preview toolchain and related net11.0 dependency set to preview 6, keeping local development and CI/workflows aligned on the same SDK/package baseline.

Changes:

  • Bump global.json to .NET SDK 11.0.100-preview.6.26359.118.
  • Update net11.0 preview package versions (ASP.NET Core, EF Core, Extensions, System.*, Npgsql EF) from preview.5 to preview.6.
  • Update CI/release/coverage/benchmarks workflows to use the .NET 11 preview.6 SDK.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/Directory.Packages.props Updates net11.0-conditioned package versions to preview.6.
global.json Pins repo SDK to 11.0.100-preview.6.26359.118.
.github/workflows/release.yml Uses preview.6 in release workflow SDK installs.
.github/workflows/coverage.yml Uses preview.6 in coverage workflow SDK installs.
.github/workflows/ci.yml Uses preview.6 in CI workflow SDK installs.
.github/workflows/benchmarks.yml Bumps the dotnet-install script version to preview.6 for benchmarks runs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/benchmarks.yml
@glen-84 glen-84 added the ✋blocked The issue is blocked by an external dependency. label Jul 16, 2026
@glen-84
glen-84 marked this pull request as draft July 16, 2026 14:41
@glen-84 glen-84 removed the ✋blocked The issue is blocked by an external dependency. label Jul 19, 2026
@glen-84
glen-84 marked this pull request as ready for review July 19, 2026 09:31
@glen-84
glen-84 merged commit 7b04a43 into main Jul 19, 2026
147 checks passed
@glen-84
glen-84 deleted the gai/bump-net11-preview6 branch July 19, 2026 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants