[Infra] Support .NET 11 - #3867
Draft
martincostello wants to merge 128 commits into
Draft
Conversation
martincostello
had a problem deploying
to
external
February 14, 2026 19:00 — with
GitHub Actions
Failure
martincostello
had a problem deploying
to
external
February 14, 2026 19:36 — with
GitHub Actions
Failure
martincostello
had a problem deploying
to
external
February 14, 2026 19:49 — with
GitHub Actions
Failure
martincostello
had a problem deploying
to
external
February 14, 2026 19:54 — with
GitHub Actions
Failure
martincostello
had a problem deploying
to
external
February 16, 2026 10:55 — with
GitHub Actions
Failure
martincostello
added a commit
to martincostello/opentelemetry-dotnet-contrib
that referenced
this pull request
Feb 16, 2026
Cherry-pick changes from open-telemetry#3867: - Update documentation references to .NET 10. - Fix xunit analyzer warnings for untyped data. - "De-code" some documentation references to .NET versions. - Remove version numbers from some unit test names.
4 tasks
Use `StringStream` to simplify code.
Pull request dashboard statusWaiting on the author · refreshed 2026-08-04 07:12 UTC Move out of draft to request review. Status above doesn't look right?
|
4 tasks
Fix new IDE0370 warning.
Refactor block to avoid IDE0004 warning.
4 tasks
Update to preview 7 of .NET 11.
martincostello
commented
Aug 12, 2026
Bump to 10.0.11.
Add `unsafe` blocks around unsafe method calls.
4 tasks
Fix new code analysis warnings for .NET 11.
4 tasks
Remove redundant `!`.
The warning varies by TFM.
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.
The intention is to keep this PR updated over the course of .NET 11's development as new previews are released.
Fixes #1730.
Changes
Add support for building and testing with .NET 11.
net11.0targetnet8.0andnet9.0targetsTODO
Merge requirement checklist
CHANGELOG.mdfiles updated for non-trivial changes