Bump .NET 11 SDK pin to 11.0.100-preview.5.26302.115 - #9958
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s pinned .NET 11 SDK to 11.0.100-preview.5.26302.115 to pick up the NativeAOT IL-scanner fix needed for Nitro CLI AOT publishing, while keeping existing NuGet package versions on the 11.0.0-preview.4 band.
Changes:
- Bump
global.jsonSDK version from preview 4 to preview 5. - Update GitHub Actions workflows (
release,ci,coverage) to install the preview 5 SDK. - Update the benchmarks workflow’s
dotnet-install.shversion to preview 5.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
global.json |
Updates the pinned .NET 11 SDK version to preview 5. |
.github/workflows/release.yml |
Uses preview 5 in setup-dotnet matrix and Nitro CLI build job. |
.github/workflows/coverage.yml |
Uses preview 5 in setup-dotnet matrix and coverage upload job. |
.github/workflows/ci.yml |
Uses preview 5 in setup-dotnet matrix and coverage merge job. |
.github/workflows/benchmarks.yml |
Updates dotnet-install.sh to request preview 5. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Code Coverage OverviewLanguages: C# C# / code-coverage/dotnetThe overall coverage in the Show a code coverage summary of the most impacted files.
Code Coverage is in Public Preview. Learn more and provide us with your feedback. |
This was referenced Jun 22, 2026
This was referenced Jul 2, 2026
Open
This was referenced Jul 8, 2026
This was referenced Jul 19, 2026
This was referenced Jul 26, 2026
chore(deps): Bump HotChocolate.Subscriptions.InMemory from 15.1.14 to 16.5.1
Kuestenlogik/Bowire#506
Merged
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.
Summary
preview.4.26230.115topreview.5.26302.115inglobal.jsonand every workflow that installs the SDK (release,ci,coverage,benchmarks).runtime-asyncenabled, the preview 4 ILC fails the Nitro CLI AOT publish withVTable … not computed by the IL scanner. Preview 5 resolves it.11.0.0-preview.4band (noDirectory.Packages.propschanges), since the Npgsql EF provider has no preview 5 release yet.Test plan
PublishAot,net11.0): fails on preview 4, succeeds on preview 5 (produces a working binary).