Draft
Conversation
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 a more-specific label so updates don't get missed for future previews.
- Fix `net10.0` being added twice via `NetMinimumSupportedVersion` and add a `net11.0` target. - Fix new code analysis warnings by using overloads that accept a `StringComparison`.
This was referenced Mar 17, 2026
Add link to issue in test comment.
Suppress IDE0370 warning from .NET 10+.
4 tasks
Add TODOs for testing HTTP QUERY support in a future .NET 11 preview.
Update routing test cases.
Fix-up routing tests. Some behaviours for Razor Pages might be incorrect and need further investigation.
martincostello
commented
Mar 27, 2026
| | :green_heart: | AttributeRouting | [Action with parameter before action name in template](#activity__attributerouting-action-with-parameter-before-action-name-in-template) | | ||
| | :green_heart: | AttributeRouting | [Action invoked resulting in 400 Bad Request](#activity__attributerouting-action-invoked-resulting-in-400-bad-request) | | ||
| | :green_heart: | RazorPages | [Root path](#activity__razorpages-root-path) | | ||
| | :broken_heart: | RazorPages | [Root path](#activity__razorpages-root-path) | |
Member
Author
There was a problem hiding this comment.
Need to investigate why this has regressed.
Remove now-redundant defines for .NET 8.
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