-
Notifications
You must be signed in to change notification settings - Fork 357
[Infra] Update to .NET 10 GA #3403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Update to stable release of .NET 10.
Revert change needed when using .NET prereleases.
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 #3403 +/- ##
==========================================
- Coverage 70.95% 70.79% -0.17%
==========================================
Files 430 440 +10
Lines 17214 17265 +51
==========================================
+ Hits 12215 12223 +8
- Misses 4999 5042 +43 Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
test/OpenTelemetry.Instrumentation.ConfluentKafka.Tests/Dockerfile
Outdated
Show resolved
Hide resolved
test/OpenTelemetry.Instrumentation.StackExchangeRedis.Tests/Dockerfile
Outdated
Show resolved
Hide resolved
Update container digests for .NET 10.
|
This should be ready to go as soon as open-telemetry/opentelemetry-dotnet#6667 and these are updated to the appropriate opentelemetry-dotnet-contrib/Directory.Packages.props Lines 7 to 16 in 37859b1
|
Update `OpenTelemetryCoreLatestVersion` to 1.14.0.
Update OpenTelemetryCoreUnstableLatestVersion to 1.14.0-beta.1.
|
Need to add a few package overrides in tests until the 1.14.0 packages from here are published due to the 9.0.0 ⬇️ 8.0.0 changes for Working through the changes locally now. |
Resolve version conflicts in tests between 1.13.* packages and 1.14.* packages.
Fix GRPC and AoT tests.
Fixes #3340
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
CHANGELOG.mdfiles updated for non-trivial changesChanges in public API reviewed (if applicable)