-
Notifications
You must be signed in to change notification settings - Fork 860
Support .NET 10 #6307
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
Support .NET 10 #6307
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6307 +/- ##
==========================================
+ Coverage 86.77% 86.86% +0.09%
==========================================
Files 258 258
Lines 11943 11943
==========================================
+ Hits 10363 10374 +11
+ Misses 1580 1569 -11
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
I don't know why the w3c-trace-context integration tests are failing. |
Caused by this breaking change - just need to work out it seems to be applying to .NET 8, 9 & 10 in the W3C tests and why manually setting it back isn't working. |
Fixed the .NET 10 tests - the .NET 8 and 9 tests are failing because the .NET 8 and 9 runtimes aren't present in the docker image, so it rolls forward to .NET 10, then the breaking change applies (but can't be turned off because the new API is missing), so the tests fail. |
a1fed39 to
097d765
Compare
This wasn't correct - the actual reason was that all TFMs were referencing the Might need tweaking depending on the outcome of #6327. |
f3d1c7b to
d7b4e05
Compare
Improve developer experience when troubleshooting failing tests (like I was in open-telemetry#6307) by logging both stderr and stdout and ignoring warnings in the upstream Python tests.
Improve developer experience when troubleshooting failing tests (like I was in open-telemetry#6307) by logging both stderr and stdout and ignoring warnings in the upstream Python tests.
Improve developer experience when troubleshooting failing tests (like I was in open-telemetry#6307) by logging both stderr and stdout and ignoring warnings in the upstream Python tests.
Improve developer experience when troubleshooting failing tests (like I was in open-telemetry#6307) by logging both stderr and stdout and ignoring warnings in the upstream Python tests.
|
This PR was marked stale due to lack of activity and will be closed in 7 days. Commenting or pushing will instruct the bot to automatically remove the label. This bot runs once per day. |
d7b4e05 to
86adb79
Compare
f2211e4 to
ac4df46
Compare
Changes
Add support for building and testing with .NET 10.
Initially using .NET 10 Release Candidate 1.
Resolves #6059.
Merge requirement checklist
CHANGELOG.mdfiles updated for non-trivial changesChanges in public API reviewed (if applicable)