[Infra] Update to .NET 10 GA#6667
Merged
rajkumar-rangaraj merged 13 commits intoopen-telemetry:mainfrom Nov 12, 2025
Merged
Conversation
Update to stable release of .NET 10.
Change `rollForward` to `latestMajor` to fix actions/setup-dotnet.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6667 +/- ##
==========================================
- Coverage 86.79% 86.75% -0.05%
==========================================
Files 258 258
Lines 11958 11958
==========================================
- Hits 10379 10374 -5
- Misses 1579 1584 +5
Flags with carried forward coverage won't be shown. Click here to find out more. |
martincostello
commented
Nov 11, 2025
martincostello
commented
Nov 11, 2025
martincostello
commented
Nov 11, 2025
test/OpenTelemetry.Exporter.OpenTelemetryProtocol.Tests/IntegrationTest/Dockerfile
Outdated
Show resolved
Hide resolved
martincostello
commented
Nov 11, 2025
test/OpenTelemetry.Instrumentation.W3cTraceContext.Tests/Dockerfile
Outdated
Show resolved
Hide resolved
martincostello
commented
Nov 11, 2025
martincostello
commented
Nov 11, 2025
Update .NET 10 container digests.
martincostello
commented
Nov 11, 2025
...rumentation.W3cTraceContext.Tests/OpenTelemetry.Instrumentation.W3cTraceContext.Tests.csproj
Outdated
Show resolved
Hide resolved
Fix w3c-trace-context-integration-test for .NET 8.
4 tasks
There was a problem hiding this comment.
Pull Request Overview
This PR updates the project from .NET 10 RC2 to the stable .NET 10 GA release. The changes systematically replace all RC2 version references with their GA equivalents.
- Updates .NET SDK version from 10.0.100-rc.2 to 10.0.100
- Updates all .NET 10 package versions from 10.0.0-rc.2.25502.107 to 10.0.0
- Updates Docker base images with GA versions and corresponding SHA256 digests
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| global.json | Updates SDK version to .NET 10 GA (10.0.100) |
| Directory.Packages.props | Updates all Microsoft.Extensions and System.Diagnostics.DiagnosticSource packages to .NET 10 GA versions (10.0.0) |
| test/OpenTelemetry.Instrumentation.W3cTraceContext.Tests/OpenTelemetry.Instrumentation.W3cTraceContext.Tests.csproj | Updates Microsoft.Extensions.DependencyInjection.Abstractions package reference to GA version |
| test/OpenTelemetry.Instrumentation.W3cTraceContext.Tests/Dockerfile | Updates .NET 10 SDK Docker image to GA with new SHA digest |
| test/OpenTelemetry.Exporter.OpenTelemetryProtocol.Tests/IntegrationTest/Dockerfile | Updates .NET 10 SDK Docker image to GA with new SHA digest |
| examples/MicroserviceExample/WorkerService/Dockerfile | Updates both .NET 10 SDK and ASP.NET Docker images to GA with new SHA digests |
| examples/MicroserviceExample/WebApi/Dockerfile | Updates both .NET 10 SDK and ASP.NET Docker images to GA with new SHA digests |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
evgenyfedorov2
approved these changes
Nov 11, 2025
Kielek
reviewed
Nov 11, 2025
Add entry for stable .NET 10 packages.
This was referenced Feb 2, 2026
Closed
This was referenced Feb 9, 2026
Open
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.
Changes
Update to stable release of .NET 10.
Opening now to be ready, but the CI will fail until .NET 10 GA is actually published and the Docker container digests are known.
Merge requirement checklist
Unit tests added/updatedCHANGELOG.mdfiles updated for non-trivial changesChanges in public API reviewed (if applicable)